Obtain the Y value from the X value using first degree interpolation

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public float YByX(
	float x
)
Visual Basic (Declaration)
Public Function YByX ( _
	x As Single _
) As Single
Visual C++
public:
float YByX(
	float x
)

Parameters

x
Type: System..::.Single
The X value

Return Value

The Y value

See Also