How to draw bounding box around white area in binary image

조회 수: 3 (최근 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 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