フィルターのクリア

How to draw bounding box around white area in binary image

2 ビュー (過去 30 日間)
Adisorn Phanukthong
Adisorn Phanukthong 2017 年 5 月 25 日
コメント済み: Walter Roberson 2017 年 5 月 26 日
this test image Promblem I want draw bounding box and know angle of image 4 angle

採用された回答

Image Analyst
Image Analyst 2017 年 5 月 25 日
Use regionprops() to get the bounding box.
I don't know what "angle of image 4 angle" is.
  7 件のコメント
Adisorn Phanukthong
Adisorn Phanukthong 2017 年 5 月 26 日
Yes Angle as between the height and width
Walter Roberson
Walter Roberson 2017 年 5 月 26 日
angle = atan2(thisBB(4), thisBB(3))

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by