drawing bounding box

1 次查看(过去 30 天)
kash
kash 2012-4-18
i have an image
in this please tell hoe to draw bounding box for each word

回答(1 个)

Hoa
Hoa 2012-4-18
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.
  1 个评论
kash
kash 2012-4-18
Hao can u please tell how to separate each word into single object

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Image Segmentation and Analysis 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by