Package boofcv.numerics
Class InterpolateArray
java.lang.Object
boofcv.numerics.InterpolateArray
Do linear interpolation between points in an array. Sample points must be positive and less than one minus
the array's index.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
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)
-