Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How can the patern H detect using webcam?
Please,help.
Posted

Here are some thoughts on the things you'll be working through:

1) You will need to get a .net library to deal with image processing
2) You will need to decide if you are only going to deal with certain colors (ie. white)
3) You will need to compensate for lighting concerns
4) You will have to set a variable allowance/tolerance for the pattern recognition to allow for deformations in shape
5) You need to figure out a way to get an image sampled from the web cam (so that you can pass it to whatever image processing library you're using for evaluation)

If you are stuck on any of them after searching, please post some code of what you're running into, what you've tried, any products you're using or have ruled out and the CP community will likely be happy to pitch in.

Good luck with your project.

Cheers.
 
Share this answer
 
Comments
Merojan 1-Feb-11 14:47pm    
I really appreciate it.
There are lots of articles both here on The Code Project and the internet that deal with pattern recognition.

Use your search engine, or search the articles section of this site. You will surely get loads of suitable hits.
 
Share this answer
 

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