plot marker on image without imshow and save plotted marker image
Show older comments
imshow(I);
hold on;
plot(shape(:,1),shape(:,2),'+','MarkerSize',10);
i want marker should embedded in I, Later i can crop it
Answers (2)
Image Analyst
on 8 May 2016
0 votes
Walter Roberson
on 8 May 2016
0 votes
2 Comments
Ankit Singh
on 8 May 2016
Edited: Ankit Singh
on 8 May 2016
Walter Roberson
on 8 May 2016
Please show the complete error message, everything in red.
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!