Round Threshold?
Ältere Kommentare anzeigen
I want to set Matlab to crop out any objects below a certain "roundness" using regionprops. I have the idea down. Can someone help me with how to implement it?
1 Kommentar
Sean de Wolski
am 9 Mai 2012
What do you have so far?
Hint:
Use the PixelIdxList field of CC, the output from BWCONNCOMP. This gives you direct access to the pixels you need to kill for each object you wish to kill.
Antworten (0)
Kategorien
Mehr zu Region and Image Properties finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!