Uses of Class
boofcv.struct.sparse.SparseScaleGradient
Packages that use SparseScaleGradient
Package
Description
-
Uses of SparseScaleGradient in boofcv.alg.feature.describe
Fields in boofcv.alg.feature.describe declared as SparseScaleGradientMethods in boofcv.alg.feature.describe that return SparseScaleGradientModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
SparseScaleGradient<T,?> SurfDescribeOps.createGradient
(boolean useHaar, Class<T> imageType) Creates a class for computing the image gradient from an integral image in a sparse fashion. -
Uses of SparseScaleGradient in boofcv.alg.feature.orientation
Fields in boofcv.alg.feature.orientation declared as SparseScaleGradient -
Uses of SparseScaleGradient in boofcv.alg.transform.ii
Subclasses of SparseScaleGradient in boofcv.alg.transform.iiModifier and TypeClassDescriptionclass
SparseIntegralGradient_NoBorder<T extends ImageGray<T>,
G extends GradientValue> Computes the gradient from an integral image. -
Uses of SparseScaleGradient in boofcv.alg.transform.ii.impl
Subclasses of SparseScaleGradient in boofcv.alg.transform.ii.implModifier and TypeClassDescriptionclass
Computes the gradient from an integral image.class
Computes the gradient from an integral image.class
Computes the gradient Haar wavelet from an integral image.class
Computes the gradient Haar wavelet from an integral image. -
Uses of SparseScaleGradient in boofcv.factory.transform.ii
Methods in boofcv.factory.transform.ii that return SparseScaleGradientModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
SparseScaleGradient<T,?> static <T extends ImageGray<T>>
SparseScaleGradient<T,?>