Uses of Interface
boofcv.struct.sparse.GradientValue
Packages that use GradientValue
Package
Description
-
Uses of GradientValue in boofcv.alg.feature.orientation
Classes in boofcv.alg.feature.orientation with type parameters of type GradientValueModifier and TypeClassDescriptionclassOrientationIntegralBase<II extends ImageGray<II>,G extends GradientValue> Common base class for integral image region orientation algorithms. -
Uses of GradientValue in boofcv.alg.feature.orientation.impl
Classes in boofcv.alg.feature.orientation.impl with type parameters of type GradientValueModifier and TypeClassDescriptionclassImplOrientationAverageGradientIntegral<T extends ImageGray<T>,G extends GradientValue> Estimates the orientation of a region by computing the image derivative from an integral image.classImplOrientationImageAverageIntegral<T extends ImageGray<T>,G extends GradientValue> Estimates the orientation of a region using a "derivative free" method.classImplOrientationSlidingWindowIntegral<T extends ImageGray<T>,G extends GradientValue> Implementation ofOrientationSlidingWindowfor integral images. -
Uses of GradientValue in boofcv.alg.transform.ii
Classes in boofcv.alg.transform.ii with type parameters of type GradientValueModifier and TypeClassDescriptionclassSparseIntegralGradient_NoBorder<T extends ImageGray<T>,G extends GradientValue> Computes the gradient from an integral image. -
Uses of GradientValue in boofcv.factory.filter.derivative
Methods in boofcv.factory.filter.derivative with type parameters of type GradientValueModifier 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 GradientValue in boofcv.struct.sparse
Classes in boofcv.struct.sparse with type parameters of type GradientValueModifier and TypeClassDescriptionclassSparseGradientSafe<T extends ImageGray<T>,G extends GradientValue> Wraps around otherSparseImageGradientclasses and checks to see if the image is in bounds or not.interfaceSparseImageGradient<T extends ImageGray<T>,G extends GradientValue> Computes the image gradient on a per pixel basis.classSparseScaleGradient<T extends ImageGray<T>,G extends GradientValue> Interface forSparseImageGradientwhose size can be scaled up and down.Classes in boofcv.struct.sparse that implement GradientValueModifier and TypeClassDescriptionclassSpecifies a pixel's gradient using float values.classSpecifies a pixel's gradient using double values.classSpecifies a pixel's gradient using integer values.