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: 4.1.1.3497 (4.1.1.3497)
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