Uses of Class
boofcv.struct.convolve.KernelBase
Package
Description
-
Uses of KernelBase in boofcv.abst.filter.convolve
Modifier and TypeClassDescriptionclass
ImageConvolveSparse<T extends ImageGray<T>,
K extends KernelBase> Abstract class for sparse image convolution.ModifierConstructorDescriptionGenericConvolve
(Method m, KernelBase kernel, BorderType type, ImageType<Input> inputType, ImageType<Output> outputType) GenericConvolveDown
(Method m, KernelBase kernel, BorderType type, int skip, ImageType<Input> inputType, ImageType<Output> outputType) -
Uses of KernelBase in boofcv.alg.filter.derivative
Modifier and TypeMethodDescriptionstatic KernelBase
GImageDerivativeOps.lookupKernelX
(DerivativeType type, boolean isInteger) Returns the kernel for finding the X derivative. -
Uses of KernelBase in boofcv.alg.interpolate.kernel
Modifier and TypeClassDescriptionclass
A kernel can be used to approximate bicubic interpolation. -
Uses of KernelBase in boofcv.factory.filter.kernel
Modifier and TypeMethodDescriptionstatic <T extends KernelBase>
TFactoryKernel.createKernel
(int width, int offset, int DOF, boolean isFloat, int numBits) static <T extends KernelBase>
TFactoryKernel.createKernelForImage
(int width, int offset, int DOF, ImageDataType type) static <T extends KernelBase>
TFactoryKernel.createKernelForImage
(int width, int offset, int DOF, Class imageType) static <T extends KernelBase>
TFactoryKernelGaussian.gaussian
(int DOF, boolean isFloat, int numBits, double sigma, int radius) Creates a Gaussian kernel with the specified properties.static <T extends KernelBase>
TCreates a Gaussian kernel of the specified type.static <K extends KernelBase,
T extends ImageGray>
Class<K>FactoryKernel.getKernelType
(ImageDataType type, int DOF) static <K extends KernelBase,
T extends ImageGray>
Class<K>FactoryKernel.getKernelType
(Class<T> imageType, int DOF) static <T extends KernelBase>
Tstatic <T extends KernelBase>
TCreates a random kernel of the specified type where each element is drawn from an uniform distribution. -
Uses of KernelBase in boofcv.struct.convolve
Modifier and TypeClassDescriptionclass
This is a kernel in a 1D convolution.class
Floating point 1D convolution kernel that extendsKernel1D
.class
Floating point 1D convolution kernel that extendsKernel1D
.class
Floating point 1D convolution kernel that extendsKernel1D
.class
Base type for 2D convolution kernelsclass
This is a kernel in a 2D convolution.class
This is a kernel in a 2D convolution.class
This is a kernel in a 2D convolution.class
Computes the instantaneous value of a continuous valued function.