MATLAB: How to detect objects and distinguish them from each other

color detectionComputer Vision Toolboxdigital image processingedge detectionimage labelingImage Processing Toolboxmotion detectionobject detectiontracking

They can be in different colors, or maybe it's better to distinguish them bye edge detection, or some thing else which I need you help me to use a suitable method. Purpose is to detect objects and find their movement if exist and estimate their direction and velocity. Thank you

Best Answer

Please try out my image segmentation demos and color segmentation demos: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862
To do object tracking across different images or video frames, you can use the Computer Vision System Toolbox
Related Question