Package boofcv.struct.sparse
-
Interface Summary Interface Description GradientValue Image gradient at a specific pixel.SparseImageGradient<T extends ImageGray<T>,G extends GradientValue> 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 pixel -
Class Summary Class Description GradientValue_F32 Specifies a pixel's gradient using float values.GradientValue_F64 Specifies a pixel's gradient using double values.GradientValue_I32 Specifies a pixel's gradient using integer values.SparseGradientSafe<T extends ImageGray<T>,G extends GradientValue> Wraps around otherSparseImageGradient
classes and checks to see if the image is in bounds or not.SparseScaleGradient<T extends ImageGray<T>,G extends GradientValue> Interface 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