matlab - Represent white spots by rectangles -
i have binary image white spots: want represent each white spot rectangle same size of spot , if possible same orientation. there function that? can detect each spot using rp:
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
Post a Comment