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 voidImageNormalization.apply(ImageGray input, NormalizeParameters parameter, ImageGray output) Applies the normalization to the image.static voidImageNormalization.maxAbsOfOne(ImageGray input, ImageGray output, @Nullable NormalizeParameters parameters) Normalizes the image so that the max abs of the image is 1.static voidImageNormalization.zeroMeanMaxOne(ImageGray input, ImageGray output, @Nullable NormalizeParameters parameters) Ensures that the output image has a mean zero and a max abs(pixel) of 1static voidImageNormalization.zeroMeanStdOne(ImageGray input, ImageGray output, @Nullable NormalizeParameters parameters) Ensures that the output image has a mean zero and a standard deviation of 1.