Package boofcv.factory.filter.kernel
Class FactorySteerCoefficients.PolyOrder3
java.lang.Object
boofcv.factory.filter.kernel.FactorySteerCoefficients.PolyOrder3
- All Implemented Interfaces:
SteerableCoefficients
- Enclosing class:
- FactorySteerCoefficients
public static class FactorySteerCoefficients.PolyOrder3 extends Object implements SteerableCoefficients
-
Constructor Summary
Constructors Constructor Description PolyOrder3()
-
Method Summary
Modifier and Type Method Description double
compute(double angle, int basis)
-
Constructor Details
-
PolyOrder3
public PolyOrder3()
-
-
Method Details
-
compute
public double compute(double angle, int basis)- Specified by:
compute
in interfaceSteerableCoefficients
-