| Package | Description |
|---|---|
| boofcv.alg.transform.ii | |
| boofcv.alg.transform.ii.impl | |
| 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.
|
class |
SparseIntegralGradientKernel<T extends ImageSingleBand>
Computes the gradient from an integral image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SparseIntegralGradient_NoBorder_F32
Computes the gradient from an integral image.
|
class |
SparseIntegralGradient_NoBorder_I32
Computes the gradient from an integral image.
|
class |
SparseIntegralHaar_NoBorder_F32
Computes the gradient Haar wavelet from an integral image.
|
class |
SparseIntegralHaar_NoBorder_I32
Computes the gradient Haar wavelet 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. |
class |
SparseScaleGradient<T extends ImageSingleBand,G extends GradientValue>
Interface for
SparseImageGradient whose size can be scaled up and down. |
| Constructor and Description |
|---|
SparseGradientSafe(SparseImageGradient<T,G> wrap) |
Copyright © 2013. All Rights Reserved.