Uses of Class
boofcv.struct.convolve.KernelBase
Packages that use KernelBase
Package
Description
-
Uses of KernelBase in boofcv.abst.filter.convolve
Classes in boofcv.abst.filter.convolve with type parameters of type KernelBaseModifier and TypeClassDescriptionclassImageConvolveSparse<T extends ImageGray<T>,K extends KernelBase> Abstract class for sparse image convolution.Fields in boofcv.abst.filter.convolve declared as KernelBaseConstructors in boofcv.abst.filter.convolve with parameters of type KernelBaseModifierConstructorDescriptionGenericConvolve(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
Methods in boofcv.alg.filter.derivative that return KernelBaseModifier and TypeMethodDescriptionstatic KernelBaseGImageDerivativeOps.lookupKernelX(DerivativeType type, boolean isInteger) Returns the kernel for finding the X derivative. -
Uses of KernelBase in boofcv.alg.interpolate.kernel
Subclasses of KernelBase in boofcv.alg.interpolate.kernelModifier and TypeClassDescriptionclassA kernel can be used to approximate bicubic interpolation.Methods in boofcv.alg.interpolate.kernel with type parameters of type KernelBase -
Uses of KernelBase in boofcv.factory.filter.kernel
Methods in boofcv.factory.filter.kernel with type parameters of type KernelBaseModifier 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.Methods in boofcv.factory.filter.kernel with parameters of type KernelBase -
Uses of KernelBase in boofcv.struct.convolve
Subclasses of KernelBase in boofcv.struct.convolveModifier and TypeClassDescriptionclassThis is a kernel in a 1D convolution.classFloating point 1D convolution kernel that extendsKernel1D.classFloating point 1D convolution kernel that extendsKernel1D.classFloating point 1D convolution kernel that extendsKernel1D.classBase type for 2D convolution kernelsclassThis is a kernel in a 2D convolution.classThis is a kernel in a 2D convolution.classThis is a kernel in a 2D convolution.classComputes the instantaneous value of a continuous valued function.Methods in boofcv.struct.convolve with type parameters of type KernelBase