plot marker on image without imshow and save plotted marker image
古いコメントを表示
imshow(I);
hold on;
plot(shape(:,1),shape(:,2),'+','MarkerSize',10);
i want marker should embedded in I, Later i can crop it
回答 (2 件)
Image Analyst
2016 年 5 月 8 日
0 投票
Walter Roberson
2016 年 5 月 8 日
0 投票
2 件のコメント
Ankit Singh
2016 年 5 月 8 日
編集済み: Ankit Singh
2016 年 5 月 8 日
Walter Roberson
2016 年 5 月 8 日
Please show the complete error message, everything in red.
カテゴリ
ヘルプ センター および File Exchange で Image Processing and Computer Vision についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!