CvLineSegmentPolarXPosOfLine Method OpenCvSharp Class Library
指定したy座標を通るときのx座標を求める

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<int> XPosOfLine(
	int y
)

Parameters

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:OpenCvSharp.CvLineSegmentPolar.XPosOfLine(System.Int32)"]

Return Value

Type: NullableInt32

[Missing <returns> documentation for "M:OpenCvSharp.CvLineSegmentPolar.XPosOfLine(System.Int32)"]

See Also

Reference