matlab - Represent white spots by rectangles -


i have binary image white spots: binary image want represent each white spot rectangle same size of spot , if possible same orientation. there function that? can detect each spot using rp: enter image description here

i compute smallest feret diameter (shortest projection) corresponding angle, , perpendicular projection. corresponds smallest bounding box.

see here matlab code on computing feret diameters: http://www.crisluengo.net/index.php/archives/408


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -