Tracking red color objects using matlab

This program just tracks all red color objects and draws a bounding box around them.
33,1K téléchargements
Mise à jour 17 nov. 2010

Afficher la licence

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.

Citation pour cette source

A. Bhargav Anand (2026). Tracking red color objects using matlab (https://fr.mathworks.com/matlabcentral/fileexchange/28757-tracking-red-color-objects-using-matlab), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2008b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Feature Detection and Extraction dans Help Center et MATLAB Answers
Version Publié le Notes de version
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