| 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.
|
class |
SparseIntegralSample_F32
Samples a square region inside an integral image
|
class |
SparseIntegralSample_I32
Samples a square region inside an integral image
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SparseImageGradient<T extends ImageSingleBand,G extends GradientValue>
Computes the image gradient on a per pixel basis.
|
interface |
SparseImageSample_F32<T extends ImageBase>
Applies a kernel to an individual pixel
|
interface |
SparseImageSample_F64<T extends ImageBase>
Applies a kernel to an individual pixel
|
| 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. |
class |
SparseScaleSample_F64<T extends ImageSingleBand>
Samples the image using a kernel which can be rescaled
|
Copyright © 2013. All Rights Reserved.