Click or drag to resize

FastLineDetectorDrawSegments Method (InputOutputArray, InputArray, Boolean)

Draws the line segments on a given image.

Namespace:  OpenCvSharp.XImgProc
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void DrawSegments(
	InputOutputArray image,
	InputArray lines,
	bool drawArrow = false
)

Parameters

image
Type: OpenCvSharpInputOutputArray
The image, where the lines will be drawn. Should be bigger or equal to the image, where the lines were found.
lines
Type: OpenCvSharpInputArray
A vector of the lines that needed to be drawn.
drawArrow (Optional)
Type: SystemBoolean
If true, arrow heads will be drawn.
See Also