Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Results for: Pixel colors

MATLAB image display – grayscale and binary images

In my previous posts (February 9, February 22, and February 29), I discussed the truecolor and indexed image display models in MATLAB, as well as the direct and scaled variations of indexed display. The Image Processing Toolbox has conventions for two additional image display models: grayscale and binary. These conventions are used by the MATLAB image display function imshow, which originated in the Image Processing Toolbox.... read more >>