Table of Contents

Method DrawSegments

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

DrawSegments(InputOutputArray, InputArray)

Draws the line segments on a given image.

public virtual void DrawSegments(InputOutputArray image, InputArray lines)

Parameters

image InputOutputArray

The image, where the liens will be drawn. Should be bigger or equal to the image, where the lines were found.

lines InputArray

A vector of the lines that needed to be drawn.