필터 지우기
필터 지우기

what is the inverse function of bbox2points?

조회 수: 5 (최근 30일)
OJ27
OJ27 2016년 1월 5일
답변: Image Analyst 2016년 1월 5일
The bbox2points converts the input rectangle, specified as [x y width height] into a list of four [x y] corner points. I want to convert a list of 4 points to a rectangle. How can I do so? Is there a function?

답변 (1개)

Image Analyst
Image Analyst 2016년 1월 5일
No built in function. bbox2points () is not a built-in function either. You could, of course, write a function to do that in about 5 lines of code (minimum).

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by