RegionProps Order
Mostra commenti meno recenti
Hi everybody
I need to know how regionprops function found the order object in image??
Thanks for help...
1 Commento
Image Analyst
il 1 Ott 2011
What is the "order object"?
Risposte (2)
Walter Roberson
il 1 Ott 2011
1 voto
Image Analyst
il 1 Ott 2011
0 voti
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.
Categorie
Scopri di più su Region and Image Properties in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!