public class FactorySteerCoefficients
extends java.lang.Object
Coefficients for common steerable bases.
William T. Freeman and Edward H. Adelson, "The Design and Use of Steerable Filters", IEEE Trans. Patt. Anal. and Machine Intell., Vol. 13, No. 9, Sept. 1991
| 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 |
| Constructor and Description |
|---|
FactorySteerCoefficients() |
| Modifier and Type | Method and Description |
|---|---|
static SteerableCoefficients |
polynomial(int order)
Coefficients for even or odd parity polynomials.
|
static SteerableCoefficients |
separable(int order)
Coefficients for even or odd parity separable polynomials.
|
public static SteerableCoefficients polynomial(int order)
order - order of the polynomial.public static SteerableCoefficients separable(int order)
order - order of the polynomial.