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: 4.1.0.3408 (4.1.0.3408)
Syntax
public float YByX(
	float x
)

Parameters

x
Type: SystemSingle
The X value

Return Value

Type: Single
The Y value
See Also