Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I will write a program, but there is a part of it uses image processing I will explain this part:
the program store images for different hand gestures.
the camera take an image of hand gesture, then the program compare this image with stored images to make sure if it was stored or not.
-i want you to help me to write the code since i'm not good in image processing.
-and i want from you to give me the steps (in image processing) that i should follow to do this process such as image filtering and so on but in order.
-i want you to give me the code for comparison process between images.
Posted
Updated 26-Feb-11 9:18am
v2

You've specified Java and C#, so I am not sure what you are writing this in. If C#, here's an article that shows how it can done using GDI+:

Comparing Images using GDI+[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Feb-11 22:00pm    
Interesting article, my 5,
--SA
From your description I take it that you're onto Automatic Sign Language Recognition (ASLR)[^]. This link goes to a german university, but the information is in english as far as I've seen it. The page I linked has a contact on it that may help you in further investigations.

Hope that helps you.

Cheers!
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Feb-11 22:00pm    
Most interesting information, my 5.
I wonder, is the any recognition code on this site (from my first glance, I did not see it)?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900