How to create a white rotated box inside a black box

1 vue (au cours des 30 derniers jours)
Elysi Cochin
Elysi Cochin le 29 Avr 2019
Modifié(e) : Elysi Cochin le 29 Avr 2019
How to create a white rotated box inside a black box as shown in image

Réponse acceptée

Image Analyst
Image Analyst le 29 Avr 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.

Plus de réponses (0)

Catégories

En savoir plus sur Image Processing and Computer Vision dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by