Click here to Skip to main content
16,021,169 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I was suggested to use Euclidean filtering to identify object in an image.
But on working with it, I realized that while applying the filtering on an image, the whole image except very little portions of it turns black. But i had expected the background to turn black and the object in it to remain unaltered.
Is there any other way to identify object in an image like finding the contrast or the energy or something like that for the two images and then comparing the difference, or something like that?
Posted

1 solution

Hi,

have a look at these articles:
Hands Gesture Recognition[^]
Detect and track objects in live webcam video based on color and size by c#[^]
Lego Pan Tilt Camera and Objects Tracking[^]

You should also investigate the AForge Library whose author is also a CP member:
http://www.aforgenet.com/framework/[^]
 
Share this answer
 
v2

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