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.Util
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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