c++ - Graph based image segmentation -


how transform image undirected graph in order segment ?i using c++ , opencv . many in advance.

what people understand under "graph-based image segmentation" in computer vision described here: http://en.wikipedia.org/wiki/graph_cuts_in_computer_vision. main reference want boykov & jolly 2001. code free on kolmogorov's homepage.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -