Class BSplineFilter

  • All Implemented Interfaces:
    ResampleFilter

    public class BSplineFilter
    extends java.lang.Object
    implements ResampleFilter
    A B-spline resample filter.
    • Constructor Summary

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

      • BSplineFilter

        public BSplineFilter()