Where is color segmentation by hue?
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?)
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 :-)