RegionProps Order
Mostrar comentarios más antiguos
Hi everybody
I need to know how regionprops function found the order object in image??
Thanks for help...
1 comentario
Image Analyst
el 1 de Oct. de 2011
What is the "order object"?
Respuestas (2)
Walter Roberson
el 1 de Oct. de 2011
1 voto
Image Analyst
el 1 de Oct. de 2011
0 votos
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.
Categorías
Más información sobre Region and Image Properties en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!