how to plot in red colour on image
古いコメントを表示
hi.. i have coordinate (x y)on image. i want to plot to red color on that image. how to do this. thanks
採用された回答
その他の回答 (1 件)
Geoff
2012 年 4 月 19 日
You mean you want to change the pixel at x,y to red?
img(y,x,:) = [255 0 0]
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!