How to create a white rotated box inside a black box

1 visualizzazione (ultimi 30 giorni)
How to create a white rotated box inside a black box as shown in image

Risposta accettata

Image Analyst
Image Analyst il 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.

Più risposte (0)

Categorie

Scopri di più su Image Processing and Computer Vision in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by