How to create a white rotated box inside a black box

5 次查看(过去 30 天)
How to create a white rotated box inside a black box as shown in image

采纳的回答

Image Analyst
Image Analyst 2019-4-29
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.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by