Finding a simple object in a low-quality image
Posted
by Ramon Snir
on Stack Overflow
See other posts from Stack Overflow
or by Ramon Snir
Published on 2010-05-24T09:21:34Z
Indexed on
2010/05/24
9:31 UTC
Read the original article
Hit count: 279
Hi, I want to do this thing in C# (or any other .NET language), not sure how: I have an image I captured from webcam and I want to find a specific simple object in it (let's say a red circle with a black square in it). The red circle can be a bit different from time to time (because of shadows) and the square might be also a bit brighter sometimes and even rotated a bit. Please help me!
© Stack Overflow or respective owner