bounding box for ratio

1 回表示 (過去 30 日間)
mohammed
mohammed 2013 年 10 月 9 日
コメント済み: Sean de Wolski 2013 年 10 月 9 日
i wanted to calculate simple bounding box ratio.
m=(a1*b1)/a+b
where
a1=width of bounding box
b1=height of bounding box
a= width of image
b=height of image.
plz help me. first time i am using bounding box..

採用された回答

Sean de Wolski
Sean de Wolski 2013 年 10 月 9 日
編集済み: Sean de Wolski 2013 年 10 月 9 日
doc regionprops
Will give you bounding box.
doc size
Will give you image size.
  2 件のコメント
mohammed
mohammed 2013 年 10 月 9 日
編集済み: mohammed 2013 年 10 月 9 日
thanks .......
but i would like to know that, can i use rgb image instead of BW image...
Sean de Wolski
Sean de Wolski 2013 年 10 月 9 日
Well then figure out how you defined a region of interest in your rgb image, once you have this, repeat with regionprops, or just use find to find the indices and compute bounding box yourself.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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