Uses of Class
boofcv.struct.sparse.SparseScaleGradient
Package
Description
-
Uses of SparseScaleGradient in boofcv.alg.feature.describe
Modifier 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
-
Uses of SparseScaleGradient in boofcv.alg.transform.ii
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>>
SparseScaleGradient<T,?> static <T extends ImageGray<T>>
SparseScaleGradient<T,?>