pmneila / PyMaxflow

Python library for creating flow networks and computing the maxflow/mincut (aka graph-cuts for Python)

Home Page:http://pmneila.github.io/PyMaxflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this can handle image instance segmentation?

Jackandrome opened this issue · comments

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

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.