Uses of Interface
boofcv.abst.filter.ImageFunctionSparse
Package
Description
-
Uses of ImageFunctionSparse in boofcv.abst.filter.convolve
Modifier and TypeClassDescriptionclass
ImageConvolveSparse<T extends ImageGray<T>,
K extends KernelBase> Abstract class for sparse image convolution. -
Uses of ImageFunctionSparse in boofcv.alg.feature.detect.interest
ModifierConstructorDescriptionFeatureLaplacePyramid
(GeneralFeatureDetector<T, D> detector, ImageFunctionSparse<T> sparseLaplace, AnyImageDerivative<T, D> computeDerivative, double scalePower) Create a feature detector. -
Uses of ImageFunctionSparse in boofcv.factory.filter.convolve
Modifier and TypeClassDescriptionstatic class
static class
FactoryConvolveSparse.Convolve2D_I32<T extends GrayI<T>>
static class
static class
static class
static class
-
Uses of ImageFunctionSparse in boofcv.factory.filter.derivative
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
ImageFunctionSparse<T>FactoryDerivativeSparse.createLaplacian
(Class<T> imageType, @Nullable ImageBorder<T> border) Creates a sparse Laplacian filter.