http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Interpolate base on this point and the other point with the given index
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
T LinearInterpolate( T other, double index ) |
Visual Basic |
---|
Function LinearInterpolate ( _ other As T, _ index As Double _ ) As T |
Visual C++ |
---|
T LinearInterpolate( T other, double index ) |