Uses of Interface
boofcv.abst.filter.ImageFunctionSparse
Packages that use ImageFunctionSparse
Package
Description
-
Uses of ImageFunctionSparse in boofcv.abst.filter.convolve
Classes in boofcv.abst.filter.convolve that implement ImageFunctionSparseModifier and TypeClassDescriptionclassImageConvolveSparse<T extends ImageGray<T>,K extends KernelBase> Abstract class for sparse image convolution. -
Uses of ImageFunctionSparse in boofcv.alg.feature.detect.interest
Constructors in boofcv.alg.feature.detect.interest with parameters of type ImageFunctionSparseModifierConstructorDescriptionFeatureLaplacePyramid(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
Classes in boofcv.factory.filter.convolve that implement ImageFunctionSparseModifier and TypeClassDescriptionstatic classstatic classFactoryConvolveSparse.Convolve2D_I32<T extends GrayI<T>>static classstatic classstatic classstatic class -
Uses of ImageFunctionSparse in boofcv.factory.filter.derivative
Methods in boofcv.factory.filter.derivative that return ImageFunctionSparseModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
ImageFunctionSparse<T>FactoryDerivativeSparse.createLaplacian(Class<T> imageType, @Nullable ImageBorder<T> border) Creates a sparse Laplacian filter.