How to track a object [binary image], by centroid,Area ..ect?
Afficher commentaires plus anciens
How to track a object [binary image], by centroid,Area ..ect? the Image object shape will change every seconds ,so how to track with segment roi of that Object?
Réponses (1)
KALYAN ACHARJYA
le 2 Jan 2019
Modifié(e) : madhan ravi
le 2 Jan 2019
Though you did not provides the details information, regarding your question. You can find the properties individually and tracks the objects accordingly.
For finding the centroid
centroid_image=regionprops(input_binary_image,'centroid');
You can extract the different size objects using bwareafilt and you can trace the region boundaries using bwboundaries
1 commentaire
voxey
le 2 Jan 2019
Catégories
En savoir plus sur ROI-Based Processing dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!