Uses of Class
boofcv.struct.convolve.KernelContinuous1D_F32
Packages that use KernelContinuous1D_F32
-
Uses of KernelContinuous1D_F32 in boofcv.alg.interpolate.impl
Constructors in boofcv.alg.interpolate.impl with parameters of type KernelContinuous1D_F32ModifierConstructorDescriptionImplInterpolatePixelConvolution_F32
(KernelContinuous1D_F32 kernel, float min, float max) ImplInterpolatePixelConvolution_S16
(KernelContinuous1D_F32 kernel, float min, float max) ImplInterpolatePixelConvolution_U8
(KernelContinuous1D_F32 kernel, float min, float max) -
Uses of KernelContinuous1D_F32 in boofcv.alg.interpolate.kernel
Subclasses of KernelContinuous1D_F32 in boofcv.alg.interpolate.kernelModifier and TypeClassDescriptionclass
A kernel can be used to approximate bicubic interpolation.