| Package | Description |
|---|---|
| boofcv.alg.filter.kernel | |
| boofcv.alg.filter.kernel.impl | |
| boofcv.factory.filter.kernel |
| Modifier and Type | Method and Description |
|---|---|
void |
SteerableKernel.setBasis(SteerableCoefficients coef,
Kernel2D... basis)
Compute the steerable filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SteerableKernel_I32.setBasis(SteerableCoefficients coef,
Kernel2D... basis) |
void |
SteerableKernel_F32.setBasis(SteerableCoefficients coef,
Kernel2D... basis) |
| Modifier and Type | Class and Description |
|---|---|
static class |
FactorySteerCoefficients.PolyOrder1 |
static class |
FactorySteerCoefficients.PolyOrder2 |
static class |
FactorySteerCoefficients.PolyOrder3 |
static class |
FactorySteerCoefficients.PolyOrder4 |
static class |
FactorySteerCoefficients.Separable |
| Modifier and Type | Method and Description |
|---|---|
static SteerableCoefficients |
FactorySteerCoefficients.polynomial(int order)
Coefficients for even or odd parity polynomials.
|
static SteerableCoefficients |
FactorySteerCoefficients.separable(int order)
Coefficients for even or odd parity separable polynomials.
|
Copyright © 2013. All Rights Reserved.