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.2.1.1150 (2.2.1.1150)

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