Click or drag to resize

LineSegmentPolarXPosOfLine Method

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

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

Parameters

y
Type: SystemInt32

Return Value

Type: NullableInt32
See Also