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 Center および File ExchangeImage Segmentation and Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by