Effacer les filtres
Effacer les filtres

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

3 vues (au cours des 30 derniers jours)
suvendra sahoo
suvendra sahoo le 15 Jan 2014
How to filter out the blobs whose width/height >=0.2

Réponses (1)

Image Analyst
Image Analyst le 15 Jan 2014
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