RegionProps Order
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi everybody
I need to know how regionprops function found the order object in image??
Thanks for help...
1 commentaire
Réponses (2)
Image Analyst
le 1 Oct 2011
Do you mean how did it find the labeled image or the connected components variable that is the first argument of regionprops()? If so, it finds it because you passed it in as the first argument of regionprops(). Or do you mean how did it assign labels when you called bwlabel() or bwconncomp()? If so, that's from upper left to lower right going down columns.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!