Uses of Interface
boofcv.struct.sparse.SparseImageGradient
Packages that use SparseImageGradient
Package
Description
-
Uses of SparseImageGradient in boofcv.alg.feature.describe
Fields in boofcv.alg.feature.describe declared as SparseImageGradientModifier and TypeFieldDescriptionprotected SparseImageGradient<II,?> DescribePointSurf.gradientSafeMethods in boofcv.alg.feature.describe with parameters of type SparseImageGradientModifier and TypeMethodDescriptionvoidDescribePointSurf.features(double c_x, double c_y, double c, double s, double scale, SparseImageGradient gradient, double[] features) Computes features in the SURF descriptor.voidDescribePointSurfMod.features(double c_x, double c_y, double c, double s, double scale, SparseImageGradient gradient, double[] features) An improved SURF descriptor as presented in CenSurE paper. -
Uses of SparseImageGradient in boofcv.alg.feature.orientation.impl
Methods in boofcv.alg.feature.orientation.impl with parameters of type SparseImageGradientModifier and TypeMethodDescriptionprotected doubleImplOrientationAverageGradientIntegral.computeUnweighted(double tl_x, double tl_y, double samplePeriod, SparseImageGradient<T, G> g) Compute the gradient while checking for border conditionsprotected doubleImplOrientationAverageGradientIntegral.computeWeighted(double tl_x, double tl_y, double samplePeriod, SparseImageGradient<T, G> g) Compute the gradient while checking for border conditions -
Uses of SparseImageGradient in boofcv.alg.filter.derivative.impl
Classes in boofcv.alg.filter.derivative.impl that implement SparseImageGradientModifier and TypeClassDescriptionclassSparse computation of the Prewitt gradient operator.classSparse computation of the Prewitt gradient operator.classSparse computation of the sobel gradient operator.classSparse computation of the sobel gradient operator.classSparse computation of the three gradient operator.classSparse computation of the three gradient operator.classSparse computation of the two-0 gradient operator.classSparse computation of the two-0 gradient operator.classSparse computation of the two-0 gradient operator.classSparse computation of the two-0 gradient operator. -
Uses of SparseImageGradient in boofcv.alg.transform.ii
Classes in boofcv.alg.transform.ii that implement SparseImageGradientModifier and TypeClassDescriptionclassSparseIntegralGradient_NoBorder<T extends ImageGray<T>,G extends GradientValue> Computes the gradient from an integral image.classSparseIntegralGradientKernel<T extends ImageGray<T>>Computes the gradient from an integral image. -
Uses of SparseImageGradient in boofcv.alg.transform.ii.impl
Classes in boofcv.alg.transform.ii.impl that implement SparseImageGradientModifier and TypeClassDescriptionclassComputes the gradient from an integral image.classComputes the gradient from an integral image.classComputes the gradient Haar wavelet from an integral image.classComputes the gradient Haar wavelet from an integral image. -
Uses of SparseImageGradient in boofcv.factory.filter.derivative
Methods in boofcv.factory.filter.derivative that return SparseImageGradientModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,G extends GradientValue>
SparseImageGradient<T,G> FactoryDerivativeSparse.createPrewitt(Class<T> imageType, ImageBorder<T> border) Creates a sparse prewitt gradient operator.static <T extends ImageGray<T>,G extends GradientValue>
SparseImageGradient<T,G> FactoryDerivativeSparse.createSobel(Class<T> imageType, ImageBorder<T> border) Creates a sparse sobel gradient operator.static <T extends ImageGray<T>,G extends GradientValue>
SparseImageGradient<T,G> FactoryDerivativeSparse.createThree(Class<T> imageType, ImageBorder<T> border) Creates a sparse three gradient operator.static <T extends ImageGray<T>,G extends GradientValue>
SparseImageGradient<T,G> FactoryDerivativeSparse.createTwo0(Class<T> imageType, ImageBorder<T> border) Creates a sparse two-0 gradient operator.static <T extends ImageGray<T>,G extends GradientValue>
SparseImageGradient<T,G> FactoryDerivativeSparse.createTwo1(Class<T> imageType, ImageBorder<T> border) Creates a sparse two-1 gradient operator. -
Uses of SparseImageGradient in boofcv.struct.sparse
Classes in boofcv.struct.sparse that implement SparseImageGradientModifier and TypeClassDescriptionclassSparseGradientSafe<T extends ImageGray<T>,G extends GradientValue> Wraps around otherSparseImageGradientclasses and checks to see if the image is in bounds or not.classSparseScaleGradient<T extends ImageGray<T>,G extends GradientValue> Interface forSparseImageGradientwhose size can be scaled up and down.Constructors in boofcv.struct.sparse with parameters of type SparseImageGradient