InsertShape crossed lines produce a non-color value, how to fix?
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
mark palmer
le 13 Jan 2023
Commenté : mark palmer
le 13 Jan 2023
Whey is there a white value where the two lines cross in this example, and how can I keep it the color specified in InsertShape?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1262935/image.jpeg)
clear all
pzzz = 255 - uint8(zeros(200,200,3)); % DOUBLE TO UINT8
pzzz = insertShape(pzzz,'Polygon', [1 100 200 1, 10 10 150 150],...
Color=[0 0 0], LineWidth=5, Opacity=1);
imagesc(pzzz)
0 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!