Package boofcv.numerics
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 Summary
-
Constructor Summary
Constructors Constructor Description InterpolateArray(double[] data)
-
Method Summary
Modifier and Type Method Description boolean
interpolate(double where)
-
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)
-