I am working on hand detection project. Can anyone help me how can i find skin hsv values in an YCrCb color space image in android studio using openCV.
Asked
Active
Viewed 169 times
0
-
there are no HSV values in a YCrCb color space image. please read [ask] – Piglet Mar 20 '18 at 20:31
-
then how can i find skin hsv values in an rgb image? – sobia qaiser Mar 21 '18 at 15:31
-
you convert whatever colour space you have to HSV. then sample skin pixels for typical values or search the web. no need to re-invent the wheel – Piglet Mar 21 '18 at 19:12