ITK Pre-Processing Algorithm Wrappers in Python/NormalizeFilter

From FarsightWiki
Jump to: navigation, search

Normalize Filter

This filter is implemented using the itkNormalizeImageFilter in ITK. This filters transforms an image such that pixels in the image have zero mean and unit variance. Note that the variance would be unity only if the output image pixels are chosen to be of type double/float.

Parameters: None

We have not given any examples for this filter, because the output image pixels have zero mean and unit variance. Hence, one cannot see much in the image, unless it is shifted by a certain grayscale intensity.

Back to main page

Personal tools