Package boofcv.alg.filter.convolve.normalized
package boofcv.alg.filter.convolve.normalized
-
ClassDescriptionCovolves a 1D kernel in the horizontal or vertical direction across an image's border only, while re-normalizing the kernel sum to one.Covolves a 1D kernel in the horizontal or vertical direction across an image's border only, while re-normalizing the kernel sum to one.Convolution with kernel renormalization around image borders.Convolution with kernel renormalization around image borders.Straight forward implementation of
ConvolveImageNormalizedSparse
with minimal optimizations.