Table of Contents

Method ToSegmentPointY

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

ToSegmentPointY(int, int)

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

public LineSegmentPoint ToSegmentPointY(int y1, int y2)

Parameters

y1 int
y2 int

Returns

LineSegmentPoint