Class BiCubicFilter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float a  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float apply​(float value)  
      float getSamplingRadius()  
      • Methods inherited from class java.lang.Object

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

      • a

        protected final float a
    • Constructor Detail

      • BiCubicFilter

        public BiCubicFilter()
      • BiCubicFilter

        protected BiCubicFilter​(float a)