Documentation of 'boofcv.numerics.InterpolateArray' Java class
InterpolateArray
boofcv.numerics

Class InterpolateArray



  • public class InterpolateArray
    extends java.lang.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

      Fields 
      Modifier and Type Field and Description
      double[] data 
      double value 
    • Constructor Summary

      Constructors 
      Constructor and Description
      InterpolateArray(double[] data) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean interpolate(double where) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        public double[] data
      • value

        public double value
    • Constructor Detail

      • InterpolateArray

        public InterpolateArray(double[] data)
    • Method Detail

      • interpolate

        public boolean interpolate(double where)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.