Click or drag to resize

LineSegmentPolarToSegmentPointX Method

指定したx座標を両端とするような線分に変換する

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public LineSegmentPoint ToSegmentPointX(
	int x1,
	int x2
)

Parameters

x1
Type: SystemInt32
x2
Type: SystemInt32

Return Value

Type: LineSegmentPoint
See Also