[This is preliminary documentation and is subject to change.]

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.0.0 (2.0.0.0)

Syntax

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

Parameters

x
Single
The X value

Return Value

The Y value

See Also