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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public float YByX(
	float x
)

Parameters

x
Type: SystemSingle
The X value

Return Value

Type: Single
The Y value
See Also