| Interface | Description |
|---|---|
| GradientValue |
Image gradient at a specific pixel.
|
| SparseImageGradient<T extends ImageSingleBand,G extends GradientValue> |
Computes the image gradient on a per pixel basis.
|
| SparseImageOperator<T extends ImageBase> |
Interface for operations which are applied to a single pixel or region around
a single pixel
|
| SparseImageSample_F32<T extends ImageBase> |
Applies a kernel to an individual pixel
|
| SparseImageSample_F64<T extends ImageBase> |
Applies a kernel to an individual pixel
|
| Class | Description |
|---|---|
| GradientValue_F32 | |
| GradientValue_F64 | |
| GradientValue_I32 | |
| SparseGradientSafe<T extends ImageSingleBand,G extends GradientValue> |
Wraps around other
SparseImageGradient classes and checks to see if
the image is in bounds or not. |
| SparseScaleGradient<T extends ImageSingleBand,G extends GradientValue> |
Interface for
SparseImageGradient whose size can be scaled up and down. |
| SparseScaleSample_F64<T extends ImageSingleBand> |
Samples the image using a kernel which can be rescaled
|
Copyright © 2013. All Rights Reserved.