drawing bounding box
Ältere Kommentare anzeigen
i have an image
in this please tell hoe to draw bounding box for each word
Antworten (1)
Hoa
am 18 Apr. 2012
You need to separate each word into each single object.
This can be done by eroding the image with proper structuring element.
you can get rid of the small objects by using bwareaopen.
using regionprops you can get the BoundingBox property of the object.
http://www.mathworks.com/matlabcentral/fileexchange/25157 I hope this link might help you.
1 Kommentar
kash
am 18 Apr. 2012
Kategorien
Mehr zu Programming finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!