Detect Skin color of Palm using HSV [closed]

asked 2013-08-24 08:44:26 -0600

Prazzy Uchiha gravatar image

updated 2013-08-26 02:18:53 -0600

Hi fellas . I am working on Palm Detection and tracking on OpenCV Java.

I converted the Image to HSV, now when i try to track the Skin Color it shows negative results.

Here is my Palm Pic. C:\fakepath\Capture.JPG What should be the value of HSV Min and MAX to detect the skin color accurately?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-10-07 01:07:15.034603

Comments

Can't you take some pixels on the hand and check their values?

GilLevi gravatar imageGilLevi ( 2013-08-24 08:46:42 -0600 )edit

Use simple regression machine learning algorithm to get weights for each H, S and V values. That'd work really well.

jayrambhia gravatar imagejayrambhia ( 2013-08-24 12:05:40 -0600 )edit

Small remark. We suggest not to use hashtags in the tags of your topic. They generate a lot of double tags, rendering the search and filter options useless. Keep this in mind at your next post, adjusted it for you now.

StevenPuttemans gravatar imageStevenPuttemans ( 2013-08-26 02:19:32 -0600 )edit