Content deleted Content added
Undid revision 1280400588 by 2804:389:F28C:6B18:2B:986F:FAC6:6858 (talk) |
cleanup |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 10:
The purpose of dynamic range expansion in the various applications is usually to bring the image, or other type of signal, into a range that is more familiar or normal to the senses, hence the term normalization. Often, the motivation is to achieve consistency in dynamic range for a set of data, signals, or images to avoid mental distraction or fatigue. For example, a newspaper will strive to make all of the images in an issue share a similar range of [[grayscale]].
Normalization transforms an n-dimensional
<math>I:\{\mathbb{X}\subseteq\mathbb{R}^n\}\rightarrow\{\text{Min},..,\text{Max}\}</math>
with intensity values in the range <math>(\text{Min},\text{Max})</math>, into a new image
Line 16:
with intensity values in the range <math>(\text{newMin},\text{newMax})</math>.
The [[linear]] normalization of a
:<math>I_N=(I-\text{Min})\frac{\text{newMax}-\text{newMin}}{\text{Max}-\text{Min}}+\text{newMin}</math>
Line 22:
For example, if the intensity range of the image is 50 to 180 and the desired range is 0 to 255 the process entails subtracting 50 from each of pixel intensity, making the range 0 to 130. Then each pixel intensity is multiplied by 255/130, making the range 0 to 255.
Normalization might also be non
:<math>I_N=(\text{newMax}-\text{newMin})\frac{1}{1+e^{-\frac{I-\beta}{\alpha}}}+\text{newMin}</math>
Line 31:
== Contrast Stretching for Image Enhancement ==
This is the most significant and essential technique of spatial
[[File:Contrast_Stretching_Transformation_Functions.png|thumb|Contrast Stretching Transformation Functions]]
The '''contrast enhancement''' tries to change the intensity of the pixel in the image, particularly in the input image
A '''Contrast Stretching Transformation''' can be achieved by:
|