how to plot in red colour on image
Show older comments
hi.. i have coordinate (x y)on image. i want to plot to red color on that image. how to do this. thanks
Accepted Answer
More Answers (1)
Geoff
on 19 Apr 2012
You mean you want to change the pixel at x,y to red?
img(y,x,:) = [255 0 0]
Categories
Find more on Image Arithmetic in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!