Interface ResampleFilter

All Known Implementing Classes:
BellFilter, BiCubicFilter, BiCubicHighFreqResponse, BoxFilter, BSplineFilter, HermiteFilter, Lanczos3Filter, MitchellFilter, TriangleFilter

public interface ResampleFilter
  • Method Details

    • getSamplingRadius

      float getSamplingRadius()
    • apply

      float apply(float v)
    • getName

      String getName()