| Package | Description |
|---|---|
| boofcv.alg.filter.kernel.impl | |
| boofcv.factory.filter.kernel |
| Modifier and Type | Class and Description |
|---|---|
class |
SteerableKernel_F32
Implementation of
SteerableKernel for floating point kernels. |
class |
SteerableKernel_I32
Implementation of
SteerableKernel for integer point kernels. |
| Modifier and Type | Method and Description |
|---|---|
static <K extends Kernel2D> |
FactorySteerable.gaussian(Class<K> kernelType,
int orderX,
int orderY,
double sigma,
int radius)
Steerable filter for 2D Gaussian derivatives.
|
Copyright © 2013. All Rights Reserved.