class
ZeroMeanUnitVarianceNormalize intensities of an image to have zero mean and unit variance.
Contents
- Reference
This process object will scale the pixel values so that the resulting image has a zero mean and unit variance. This achieved by doing (image - mean(image)) / std(image)
Inputs:
- 0: Image
Outputs:
- 0: Image float
Base classes
- class ProcessObject
- Abstract base class for all process objects.
Private functions
- void execute() override
- Create instance.