Package boofcv.alg.filter.convolve
package boofcv.alg.filter.convolve
-
ClassDescriptionOverride for
ConvolveImage
.Override forConvolveImageMean
Override for normalized convolutionsConvolves a kernel across an image and handles the image border using the specified method.Convolves a kernel which is composed entirely of 1's across an image.Specialized convolution where the center of the convolution skips over a constant number of pixels in the x and/or y axis.Specialized convolution where the center of the convolution skips over a constant number of pixels in the x and/or y axis.Convolves a mean filter across the image.Provides functions for convolving 1D and 2D kernels across an image, excluding the image border.Performs a convolution around a single pixel only.Convolves a kernel across an image and scales the kernel such that the sum of the portion inside the image sums up to one.Performs a convolution around a single pixel only using two 1D kernels in the horizontal and vertical direction.Implementations of sparse convolve using image border.Image type agnostic convolution functions