I came to the imadjust function in MATLAB
. It seems that this function enhances the contrast of the image. But, what is the theoretical basis for this function? In other words, if I say that this function as mentioned in the documentation adjusts the image intensity values, what does this exactly mean? What is it doing to the intensity values?
Thanks.
The formula for each pixel is likely to be
If you leave off all the parameters,
low_in
andhigh_in
are automatically selected so that the output contains 1% of its pixels at the highest and lowest values.