MATLAB: 1-) Determine & output pixel intensity values which needs improvements.? 2-) Apply linear constrast strecthing to pixel values determined in Question1

contrast enhancementsImage Processing Toolboxstretching

Please Help me

Best Answer

Like I already suggested, try imadjust(). You could also try histeq() but that doesn't give very good looking images. Or you could use adapthisteq() which adapts the contrast to the local regions.