PyMaxflow icon indicating copy to clipboard operation
PyMaxflow copied to clipboard

this can handle image instance segmentation?

Open Jackandrome opened this issue 7 years ago • 1 comments

i wanna use graph cut to segment instances in an image ,is it helpful ?

Jackandrome avatar Jan 13 '19 09:01 Jackandrome

You can look at the second example in the tutorials section as a segmentation problem.

So yes, normally graph cuts work for segmentation problems, plus they take into account the spatial proximity between pixels.

h4k1m0u avatar Jan 31 '19 16:01 h4k1m0u