An object that can be interpolated
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
public interface IInterpolatable<T> where T : new()
Public Interface IInterpolatable(Of T As New)
generic<typename T> where T : gcnew() public interface class IInterpolatable
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Emgu.Util.IInterpolatable`1"]
Members
All Members | Properties ![]() | Methods ![]() |
![]() ![]() | ![]() ![]() ![]() | ![]() ![]() | ![]() ![]() ![]() ![]() |
Member | Description | |
---|---|---|
![]() | InterpolationIndex |
The index that will be used for interpolation
|
![]() | LinearInterpolate(T, Double) |
Interpolate base on this point and the other point with the given index
|