Normalization in Image processing
Posted: 2014-08-22T07:20:48-07:00
HI...
I have a basic question regarding preprocessing techniques(in particular normalization) in computer vision/image processing.
This is what I read about normalization under my computer vision course.
"As objects in images usually have parameters that vary with in certain intervals(e.g size, position, intensity...). However, results of image analysis should be independent of this variation.
So the goal is to transform the image such that parameters are mapped onto normalized values(or some appropriate approximation)
1) We do normalization to standard interval [0,a] e.g [0,255].
2) We normalize to zero mean and unit variance i.e. normalized intensities have mean = 0 and variance = 1.
And the most important normalization method is Histogram equalization"
I get the first point that it is necessary for contrast stretching to use the complete dynamic range of intensity so we do this first step. But I don't know why do we do the second step? why we normalize to zero mean and unit variance??
Can some one help me out please?
I have a basic question regarding preprocessing techniques(in particular normalization) in computer vision/image processing.
This is what I read about normalization under my computer vision course.
"As objects in images usually have parameters that vary with in certain intervals(e.g size, position, intensity...). However, results of image analysis should be independent of this variation.
So the goal is to transform the image such that parameters are mapped onto normalized values(or some appropriate approximation)
1) We do normalization to standard interval [0,a] e.g [0,255].
2) We normalize to zero mean and unit variance i.e. normalized intensities have mean = 0 and variance = 1.
And the most important normalization method is Histogram equalization"
I get the first point that it is necessary for contrast stretching to use the complete dynamic range of intensity so we do this first step. But I don't know why do we do the second step? why we normalize to zero mean and unit variance??
Can some one help me out please?