Round Threshold?
显示 更早的评论
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 个评论
Sean de Wolski
2012-5-9
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Region and Image Properties 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!