Uses of Interface
boofcv.struct.sparse.SparseImageOperator
Package
Description
-
Uses of SparseImageOperator in boofcv.alg.filter.derivative.impl
Modifier and TypeClassDescriptionclass
Sparse computation of the Prewitt gradient operator.class
Sparse computation of the Prewitt gradient operator.class
Sparse computation of the sobel gradient operator.class
Sparse computation of the sobel gradient operator.class
Sparse computation of the three gradient operator.class
Sparse computation of the three gradient operator.class
Sparse computation of the two-0 gradient operator.class
Sparse computation of the two-0 gradient operator.class
Sparse computation of the two-0 gradient operator.class
Sparse computation of the two-0 gradient operator. -
Uses of SparseImageOperator in boofcv.alg.tracker.meanshift
Modifier and TypeInterfaceDescriptioninterface
PixelLikelihood<T extends ImageBase<T>>
Computes the likelihood that a pixel belongs to the target.Modifier and TypeClassDescriptionclass
Creates a histogram in a color image and is used to identify the likelihood of an color being a member of the original distribution.class
Creates a histogram in a gray scale image which is then used to compute the likelihood of a color being a member of the original distribution based on its frequency.class
TODO redo comments Converts an RGB image into HSV image to add invariance to changes in lighting conditions.class
Converts an RGB image into HSV image to add invariance to changes in lighting conditions. -
Uses of SparseImageOperator in boofcv.alg.transform.ii
Modifier and TypeClassDescriptionclass
SparseIntegralGradient_NoBorder<T extends ImageGray<T>,
G extends GradientValue> Computes the gradient from an integral image.class
SparseIntegralGradientKernel<T extends ImageGray<T>>
Computes the gradient from an integral image. -
Uses of SparseImageOperator 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.class
Samples a square region inside an integral imageclass
Samples a square region inside an integral image -
Uses of SparseImageOperator in boofcv.struct.sparse
Modifier and TypeInterfaceDescriptioninterface
SparseImageGradient<T extends ImageGray<T>,
G extends GradientValue> Computes the image gradient on a per pixel basis.interface
SparseImageSample_F32<T extends ImageBase<T>>
Applies a kernel to an individual pixelinterface
SparseImageSample_F64<T extends ImageBase<T>>
Applies a kernel to an individual pixelModifier 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.class
SparseScaleGradient<T extends ImageGray<T>,
G extends GradientValue> Interface forSparseImageGradient
whose size can be scaled up and down.class
SparseScaleSample_F32<T extends ImageGray<T>>
Samples the image using a kernel which can be rescaledclass
SparseScaleSample_F64<T extends ImageGray<T>>
Samples the image using a kernel which can be rescaled