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

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

public Nullable<int> YPosOfLine(
	int x
)

Parameters

x
Type: SystemInt32

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

Return Value

Type: NullableInt32

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

See Also

Reference