Click or drag to resize

IInterpolatableTLinearInterpolate Method

http://www.emgu.com
Interpolate base on this point and the other point with the given index

Namespace:  Emgu.TF.Util
Assembly:  Emgu.TF.Lite.World (in Emgu.TF.Lite.World.dll) Version: 1.13.1.439 (1.13.1.439)
Syntax
T LinearInterpolate(
	T other,
	double index
)

Parameters

other
Type: T
The other point
index
Type: SystemDouble
The interpolation index

Return Value

Type: T
The interpolated point
See Also