Uses of Class
boofcv.alg.misc.NormalizeParameters
Packages that use NormalizeParameters
-
Uses of NormalizeParameters in boofcv.alg.misc
Methods in boofcv.alg.misc with parameters of type NormalizeParametersModifier and TypeMethodDescriptionstatic void
ImageNormalization.apply
(ImageGray input, NormalizeParameters parameter, ImageGray output) Applies the normalization to the image.static void
ImageNormalization.maxAbsOfOne
(ImageGray input, ImageGray output, @Nullable NormalizeParameters parameters) Normalizes the image so that the max abs of the image is 1.static void
ImageNormalization.zeroMeanMaxOne
(ImageGray input, ImageGray output, @Nullable NormalizeParameters parameters) Ensures that the output image has a mean zero and a max abs(pixel) of 1static void
ImageNormalization.zeroMeanStdOne
(ImageGray input, ImageGray output, @Nullable NormalizeParameters parameters) Ensures that the output image has a mean zero and a standard deviation of 1.