Package boofcv.struct.sparse
package boofcv.struct.sparse
-
ClassDescriptionImage gradient at a specific pixel.Specifies a pixel's gradient using float values.Specifies a pixel's gradient using double values.Specifies a pixel's gradient using integer values.Wraps around other
SparseImageGradient
classes and checks to see if the image is in bounds or not.Computes the image gradient on a per pixel basis.SparseImageOperator<T extends ImageBase<T>>Interface for operations which are applied to a single pixel or region around a single pixelSparseImageSample_F32<T extends ImageBase<T>>Applies a kernel to an individual pixelSparseImageSample_F64<T extends ImageBase<T>>Applies a kernel to an individual pixelInterface forSparseImageGradient
whose size can be scaled up and down.SparseScaleSample_F32<T extends ImageGray<T>>Samples the image using a kernel which can be rescaledSparseScaleSample_F64<T extends ImageGray<T>>Samples the image using a kernel which can be rescaled