plot marker on image without imshow and save plotted marker image
Ältere Kommentare anzeigen
imshow(I);
hold on;
plot(shape(:,1),shape(:,2),'+','MarkerSize',10);
i want marker should embedded in I, Later i can crop it
Antworten (2)
Image Analyst
am 8 Mai 2016
0 Stimmen
Walter Roberson
am 8 Mai 2016
0 Stimmen
2 Kommentare
Ankit Singh
am 8 Mai 2016
Bearbeitet: Ankit Singh
am 8 Mai 2016
Walter Roberson
am 8 Mai 2016
Please show the complete error message, everything in red.
Kategorien
Mehr zu Image Processing and Computer Vision finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!