Uses of Interface
boofcv.struct.sparse.GradientValue
Package
Description
-
Uses of GradientValue in boofcv.alg.feature.orientation
Modifier and TypeClassDescriptionclass
OrientationIntegralBase<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
Modifier and TypeClassDescriptionclass
ImplOrientationAverageGradientIntegral<T extends ImageGray<T>,
G extends GradientValue> Estimates the orientation of a region by computing the image derivative from an integral image.class
ImplOrientationImageAverageIntegral<T extends ImageGray<T>,
G extends GradientValue> Estimates the orientation of a region using a "derivative free" method.class
ImplOrientationSlidingWindowIntegral<T extends ImageGray<T>,
G extends GradientValue> Implementation ofOrientationSlidingWindow
for integral images. -
Uses of GradientValue 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 GradientValue in boofcv.factory.filter.derivative
Modifier 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
Modifier and TypeClassDescriptionclass
SparseGradientSafe<T extends ImageGray<T>,
G extends GradientValue> Wraps around otherSparseImageGradient
classes and checks to see if the image is in bounds or not.interface
SparseImageGradient<T extends ImageGray<T>,
G extends GradientValue> Computes the image gradient on a per pixel basis.class
SparseScaleGradient<T extends ImageGray<T>,
G extends GradientValue> Interface forSparseImageGradient
whose size can be scaled up and down.Modifier and TypeClassDescriptionclass
Specifies a pixel's gradient using float values.class
Specifies a pixel's gradient using double values.class
Specifies a pixel's gradient using integer values.