Click or drag to resize
LineSegment2DFYByX Method
http://www.emgu.com
Obtain the Y value from the X value using first degree interpolation

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public float YByX(
	float x
)

Parameters

x
Type: SystemSingle
The X value

Return Value

Type: Single
The Y value
See Also