How to create a white rotated box inside a black box

1 visualización (últimos 30 días)
Elysi Cochin
Elysi Cochin el 29 de Abr. de 2019
Editada: Elysi Cochin el 29 de Abr. de 2019
How to create a white rotated box inside a black box as shown in image

Respuesta aceptada

Image Analyst
Image Analyst el 29 de Abr. de 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.

Más respuestas (0)

Categorías

Más información sobre Image Processing and Computer Vision en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by