Where is color segmentation by hue?

asked 2015-11-03 14:41:59 -0600

I've searched numerous OpenCV pages and other websites, but so far I couldn't find how to segment an image by a given hue and a tolerance. Does OpenCV 3.0.0 have that function?

(And for future references: How do I find something like this in OpenCV?)

edit retag flag offensive close merge delete

Comments

1

There is not such a thing out of the box in Opencv. You have to implement it by yourself using functionality from the opencv library. If you make a quick search in google you will find plenty of tuts/examples how to do it. Try these and if you face any problem here we are :-)

theodore gravatar imagetheodore ( 2015-11-04 02:56:39 -0600 )edit