Is it possible to detect black hair using opencv in Android, i have tried couple of example that shows face detection. But now how can i detect hair ?
Thanks
Is it possible to detect black hair using opencv in Android, i have tried couple of example that shows face detection. But now how can i detect hair ?
Thanks
This is just an idea but you can try the following:
1- Detect the face
2- Expand ROI by a certain factor (play with it a bit)
3- Detect hair on a color based approach.
Try this as well
Detecting hair in a portrait image?
http://aishack.in/tutorials/hough-transform-in-opencv/
Both are good one.