Tracking red color objects using matlab

This program just tracks all red color objects and draws a bounding box around them.
33,1K download
Aggiornato 17 nov 2010

Visualizza la licenza

This program just tracks all red color objects and draws a bounding box around them. This works on the difference between frames concept. Every frame in the video is returned as an rgb image on which we can do image processing stuff.

Cita come

A. Bhargav Anand (2024). Tracking red color objects using matlab (https://www.mathworks.com/matlabcentral/fileexchange/28757-tracking-red-color-objects-using-matlab), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2008b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Feature Detection and Extraction in Help Center e MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versione Pubblicato Note della release
1.1.0.0

Previously the program just tracked the red object. Now the program has been updated to display the centroid of the detected object dynamically.

1.0.0.0