java - Select object in image using OpenCV -


i need select object image using opencv. object different color background of image.

for example http://i.imgur.com/6pcczwq.jpg

how can select bowl ?

in case simple color detection do. if not satisfied results can try thresholding image, , finding contours (and of-course filtering them, based area or outer contours ). or use edge detector (canny example).


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -