Table of Contents

Method ToSegmentPointX

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ToSegmentPointX(int, int)

Converts to a line segment with the specified x coordinates at both ends

public LineSegmentPoint ToSegmentPointX(int x1, int x2)

Parameters

x1 int
x2 int

Returns

LineSegmentPoint