plot marker on image without imshow and save plotted marker image
Afficher commentaires plus anciens
imshow(I);
hold on;
plot(shape(:,1),shape(:,2),'+','MarkerSize',10);
i want marker should embedded in I, Later i can crop it
Réponses (2)
Image Analyst
le 8 Mai 2016
0 votes
Walter Roberson
le 8 Mai 2016
0 votes
2 commentaires
Ankit Singh
le 8 Mai 2016
Modifié(e) : Ankit Singh
le 8 Mai 2016
Walter Roberson
le 8 Mai 2016
Please show the complete error message, everything in red.
Catégories
En savoir plus sur Image Processing and Computer Vision dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!