MATLAB: How i can enhanced the contrast of an image by saturation

image processingImage Processing Toolbox

Hello; i want to enhance the contrast of a gray image by saturation? please anyone can offer me a code. thanks

Best Answer

graythresh() and then im2bw() . As a black and white image, it will have more contrast than a grayscale image. Black and white images are saturated for each pixel.
Related Question