Click or drag to resize

LineSegmentPolarYPosOfLine Method

指定したx座標を通るときのy座標を求める

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Nullable<int> YPosOfLine(
	int x
)

Parameters

x
Type: SystemInt32

Return Value

Type: NullableInt32
See Also