Class ParameterizedFilter


  • class ParameterizedFilter
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) Filter filter  
      (package private) double scale  
      (package private) double support  
      (package private) int width  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double eval​(double center, int i)  
      int maxIndex​(double center)  
      int minIndex​(double center)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • scale

        final double scale
      • support

        final double support
      • width

        final int width
    • Constructor Detail

      • ParameterizedFilter

        public ParameterizedFilter​(Filter f,
                                   double scale)
      • ParameterizedFilter

        public ParameterizedFilter​(Filter f,
                                   double scale,
                                   double support,
                                   int width)
    • Method Detail

      • eval

        public double eval​(double center,
                           int i)
      • minIndex

        public int minIndex​(double center)
      • maxIndex

        public int maxIndex​(double center)