08-12-2007 07:52 AM
08-13-2007 05:01 AM
08-13-2007 11:00 AM
08-15-2007 07:23 AM
It is very nice to demonstrate my humble object tracking program among many of the experts in the current forum.
Objective:
To identify known object (the yellow car) and track any other unknown objects (I chose a red car ).
Challenges:
1- The workspace is not pure white which makes many particles appear when performing morphological analysis (due to dust and shadows) Remedy: filtering the image based on particle perimeter.
2- Due to light variation and noisy camera, the object might appear in some scenes divided into two objects which gives erroneous number of real objects. Remedy: Using ConvexHull method to fill gaps which eliminates such an error.
3- Detection of a car in the same category based on color (yellow).Remedy: Using Color Pattern match.
4-Capturing Image from TV tuner which is not supplied by IMAQ drivers. Remedy: Using free ActiveX control (By Ray Mercer) to capture the image, store it on hard disk and read it to a IMAQViewer.
I have enclosed the semi finished video ( as the final is about 75 MB). In the next few weeks I shall explain everything in detail. So all what I need is your patience and encouragement.
08-15-2007 07:55 AM - edited 08-15-2007 07:55 AM
Message Edité par TiTou le 08-15-2007 02:55 PM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-15-2007 11:16 AM