MATLAB: Need to color a specific pixel on a uint8 image

analysiscoloringimageImage Processing Toolboxpseudocolor

Title is pretty self explanatory. I have an image (which is all grey) in uint8 format, and I want to color in specific pixels with the standard red, green, blue, etc colors. I am stuck on how to convert specific colors like colors('r') into a format that is compatible with the uint8 image.

Best Answer

See attached demos.