Package boofcv.struct.convolve
-
Class Summary Class Description Kernel1D This is a kernel in a 1D convolution.Kernel1D_F32 Floating point 1D convolution kernel that extendsKernel1D
.Kernel1D_F64 Floating point 1D convolution kernel that extendsKernel1D
.Kernel1D_S32 Floating point 1D convolution kernel that extendsKernel1D
.Kernel2D Base type for 2D convolution kernelsKernel2D_F32 This is a kernel in a 2D convolution.Kernel2D_F64 This is a kernel in a 2D convolution.Kernel2D_S32 This is a kernel in a 2D convolution.KernelBase Base class for all convolution kernels.KernelContinuous1D_F32 Computes the instantaneous value of a continuous valued function.