Class InterpolateArray

java.lang.Object
boofcv.numerics.InterpolateArray

public class InterpolateArray extends Object
Do linear interpolation between points in an array. Sample points must be positive and less than one minus the array's index.
  • Field Details

    • data

      public double[] data
    • value

      public double value
  • Constructor Details

    • InterpolateArray

      public InterpolateArray(double[] data)
  • Method Details

    • interpolate

      public boolean interpolate(double where)