Class FactorySteerCoefficients

java.lang.Object
boofcv.factory.filter.kernel.FactorySteerCoefficients

public class FactorySteerCoefficients extends 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

  • Constructor Details

    • FactorySteerCoefficients

      public FactorySteerCoefficients()
  • Method Details

    • polynomial

      public static SteerableCoefficients polynomial(int order)
      Coefficients for even or odd parity polynomials.
      Parameters:
      order - order of the polynomial.
      Returns:
      Steering coeficient.
    • separable

      public static SteerableCoefficients separable(int order)
      Coefficients for even or odd parity separable polynomials.
      Parameters:
      order - order of the polynomial.
      Returns:
      Steering coeficient.