Class TriangleFilter

  • All Implemented Interfaces:
    ResampleFilter

    public class TriangleFilter
    extends java.lang.Object
    implements ResampleFilter
    A triangle filter (also known as linear or bilinear filter).
    • Constructor Summary

      Constructors 
      Constructor Description
      TriangleFilter()  
    • 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
    • Constructor Detail

      • TriangleFilter

        public TriangleFilter()