| Package | Description |
|---|---|
| boofcv.abst.filter.convolve | |
| boofcv.factory.filter.convolve | |
| boofcv.factory.filter.derivative |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageConvolveSparse<T extends ImageSingleBand,K extends Kernel2D>
Abstract class for sparse image convolution.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FactoryConvolveSparse.Convolve_F32 |
static class |
FactoryConvolveSparse.Convolve_I |
| Modifier and Type | Method and Description |
|---|---|
static <T extends ImageSingleBand> |
FactoryDerivativeSparse.createLaplacian(Class<T> imageType,
ImageBorder<T> border)
Creates a sparse Laplacian filter.
|
Copyright © 2013. All Rights Reserved.