Filter löschen
Filter löschen

what is the inverse function of bbox2points?

5 Ansichten (letzte 30 Tage)
OJ27
OJ27 am 5 Jan. 2016
Beantwortet: Image Analyst am 5 Jan. 2016
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?

Antworten (1)

Image Analyst
Image Analyst am 5 Jan. 2016
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).

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by