Uses of Class
boofcv.struct.convolve.KernelContinuous1D_F32
-
Uses of KernelContinuous1D_F32 in boofcv.alg.interpolate.impl
ModifierConstructorDescriptionImplInterpolatePixelConvolution_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
Modifier and TypeClassDescriptionclass
A kernel can be used to approximate bicubic interpolation.