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!