Uses of Interface
boofcv.struct.sparse.SparseImageOperator
Packages that use SparseImageOperator
Package
Description
-
Uses of SparseImageOperator in boofcv.alg.filter.derivative.impl
Classes in boofcv.alg.filter.derivative.impl that implement SparseImageOperatorModifier 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 SparseImageOperator in boofcv.alg.tracker.meanshift
Subinterfaces of SparseImageOperator in boofcv.alg.tracker.meanshiftModifier and TypeInterfaceDescriptioninterfacePixelLikelihood<T extends ImageBase<T>>Computes the likelihood that a pixel belongs to the target.Classes in boofcv.alg.tracker.meanshift that implement SparseImageOperatorModifier and TypeClassDescriptionclassCreates a histogram in a color image and is used to identify the likelihood of an color being a member of the original distribution.classCreates 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.classTODO redo comments Converts an RGB image into HSV image to add invariance to changes in lighting conditions.classConverts an RGB image into HSV image to add invariance to changes in lighting conditions. -
Uses of SparseImageOperator in boofcv.alg.transform.ii
Classes in boofcv.alg.transform.ii that implement SparseImageOperatorModifier 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 SparseImageOperator in boofcv.alg.transform.ii.impl
Classes in boofcv.alg.transform.ii.impl that implement SparseImageOperatorModifier 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.classSamples a square region inside an integral imageclassSamples a square region inside an integral image -
Uses of SparseImageOperator in boofcv.struct.sparse
Subinterfaces of SparseImageOperator in boofcv.struct.sparseModifier and TypeInterfaceDescriptioninterfaceSparseImageGradient<T extends ImageGray<T>,G extends GradientValue> Computes the image gradient on a per pixel basis.interfaceSparseImageSample_F32<T extends ImageBase<T>>Applies a kernel to an individual pixelinterfaceSparseImageSample_F64<T extends ImageBase<T>>Applies a kernel to an individual pixelClasses in boofcv.struct.sparse that implement SparseImageOperatorModifier 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.classSparseScaleSample_F32<T extends ImageGray<T>>Samples the image using a kernel which can be rescaledclassSparseScaleSample_F64<T extends ImageGray<T>>Samples the image using a kernel which can be rescaled