IInterpolatableTLinearInterpolate Method |
http://www.emgu.com
Interpolate base on this point and the other point with the given index
Namespace:
Emgu.Util
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxT LinearInterpolate(
T other,
double index
)
Function LinearInterpolate (
other As T,
index As Double
) As T
T LinearInterpolate(
T other,
double index
)
abstract LinearInterpolate :
other : 'T *
index : float -> 'T
Parameters
- other
- Type: T
The other point - index
- Type: SystemDouble
The interpolation index
Return Value
Type:
TThe interpolated point
See Also