|
I am working on an application where I need real time image segmentation. So far I have been mainly looking at quick shift. Does anyone know any other fast segmentation methods, in particular having some good implementation? [edit: question more clear hopefully] Thanks, andy |
|
There is good GPU QuickShift implementation by Fulkerson: http://vision.ucla.edu/~brian/gpuquickshift.html Also, TurboPixels segmentation might be fast: http://www.cs.toronto.edu/~babalex/09.pami.turbopixels.pdf |