Package boofcv.alg.filter.stat
Class ImageLocalNormalization<T extends GrayF<T>>
java.lang.Object
boofcv.alg.filter.stat.ImageLocalNormalization<T>
Provides different functions for normalizing the spatially local statics of an image.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionImageLocalNormalization
(Class<T> imageType, BorderType borderType) Configures normalization -
Method Summary
Modifier and TypeMethodDescriptionvoid
zeroMeanStdOne
(int radius, T input, double maxPixelValue, double delta, T output) void
zeroMeanStdOne
(Kernel1D kernel, T input, double maxPixelValue, double delta, T output)
-
Field Details
-
adjusted
-
localMean
-
pow2
-
localPow2
-
imageType
-
-
Constructor Details
-
ImageLocalNormalization
Configures normalization- Parameters:
imageType
- Type of input imageborderType
- How image borders are handled.BorderType.NORMALIZED
is recommended
-
-
Method Details
-
zeroMeanStdOne
-
zeroMeanStdOne
-
getImageType
-