| Package | Description |
|---|---|
| boofcv.alg.transform.ii | |
| boofcv.struct.sparse |
| Modifier and Type | Class and Description |
|---|---|
class |
SparseIntegralGradient_NoBorder<T extends ImageSingleBand,G extends GradientValue>
Computes the gradient from an integral image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparseGradientSafe<T extends ImageSingleBand,G extends GradientValue>
Wraps around other
SparseImageGradient classes and checks to see if
the image is in bounds or not. |
interface |
SparseImageGradient<T extends ImageSingleBand,G extends GradientValue>
Computes the image gradient on a per pixel basis.
|
class |
SparseScaleGradient<T extends ImageSingleBand,G extends GradientValue>
Interface for
SparseImageGradient whose size can be scaled up and down. |
| Modifier and Type | Class and Description |
|---|---|
class |
GradientValue_F32 |
class |
GradientValue_F64 |
class |
GradientValue_I32 |
Copyright © 2013. All Rights Reserved.