How to create a white rotated box inside a black box

1 Ansicht (letzte 30 Tage)
Elysi Cochin
Elysi Cochin am 29 Apr. 2019
Bearbeitet: Elysi Cochin am 29 Apr. 2019
How to create a white rotated box inside a black box as shown in image

Akzeptierte Antwort

Image Analyst
Image Analyst am 29 Apr. 2019
Define the x,y coordinates of the corners, then use poly2mask().
binaryImage = poly2mask(x, y, rows, columns);
It's literally one line of code if you already have the coordinates and size of the entire image.

Weitere Antworten (0)

Kategorien

Mehr zu Image Processing and Computer Vision 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