필터 지우기
필터 지우기

How to calculate width of a blob to the height of a blob

조회 수: 5 (최근 30일)
suvendra sahoo
suvendra sahoo 2014년 1월 15일
답변: Image Analyst 2014년 1월 15일
How to filter out the blobs whose width/height >=0.2

답변 (1개)

Image Analyst
Image Analyst 2014년 1월 15일
Use regionprops to get the boundingbox. Then get the ratio. Then use ismember. See my Image Segmentation Tutorial for demonstration of that. http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by