How to calculate width of a blob to the height of a blob
1 回表示 (過去 30 日間)
古いコメントを表示
How to filter out the blobs whose width/height >=0.2
0 件のコメント
回答 (1 件)
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
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!