Ask Your Question

Prazzy Uchiha's profile - activity

2014-09-22 10:19:08 -0600 received badge  Notable Question (source)
2014-03-25 23:51:47 -0600 received badge  Popular Question (source)
2013-08-25 00:40:05 -0600 asked a question How can i detect the hand gloves ?

Hey fellas. I wanted to make a hand gesture detection project. But the skin color detection in that was totally dependent on light and skin colors. Thus unreliable.

So i am now thinking of using a gloves. The gloves are like this http://i848.photobucket.com/albums/ab41/pranayjaiswal/2013-08-25102506_zps94388dd9.jpg

how can i find the gloves, I dont know the HSV values of that.

Thanks. and Sorry for stupid question am new to OpenCV

2013-08-24 08:44:26 -0600 asked a question Detect Skin color of Palm using HSV

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?

2013-08-21 00:46:09 -0600 received badge  Supporter (source)
2013-08-20 23:19:06 -0600 received badge  Editor (source)
2013-08-20 23:17:57 -0600 asked a question Best Approach for Hand Gesture Recognition/Hand Mouse

Hi fellas I am new to OpenCV. I want to recognise hand gestures and move the mouse pointer with hand positions. I tried to use the Haar Training and Trans Cascade approach, but it was taking more than 12 days(Still no guarantee that it will succeed) so i now wanna switch to another approach .

I would be mostly using Java for that (Though i am comfortable with both C++ and Java), There are many youtube videos available on youtube that shows the use , but none discusses the algorithm/approaches use.

Thanks in Advance!!!!