Click or drag to resize

ImageTColor, TDepthDraw Method (LineSegment2DF, TColor, Int32, LineType, Int32)

http://www.emgu.com
Draw a line segment using the specific color and thickness

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public virtual void Draw(
	LineSegment2DF line,
	TColor color,
	int thickness,
	LineType lineType = LineType.EightConnected,
	int shift = 0
)

Parameters

line
Type: Emgu.CV.StructureLineSegment2DF
The line segment to be drawn
color
Type: TColor
The color of the line segment
thickness
Type: SystemInt32
The thickness of the line segment
lineType (Optional)
Type: Emgu.CV.CvEnumLineType
Line type
shift (Optional)
Type: SystemInt32
Number of fractional bits in the center coordinates and radius value
See Also