Starting with a grayscale image, how can I colour a certain pixel based on its x,y coordinates?
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I have a 256 by 256 grayscale image. I want to colour a certain coordinating (say 125,125) red. Do I need to convert the entire image into truecolour? I want to keep the greyscale image how it was other than the coloured pixel. Would gray2ind seems like the appropiate first step, but I'm not sure how to go from there.
Thanks in advanced!
2 Commenti
Risposte (1)
Swarooph
il 29 Giu 2017
Modificato: Swarooph
il 29 Giu 2017
Note that grayscale images cannot have color pixels by definition. If you are just interested in marking a pixel with a marker you can use the plot function as discussed in the above answer's comments or use the insertMarker function.
0 Commenti
Vedere anche
Categorie
Scopri di più su Convert Image Type in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!