Click or drag to resize
LineSegment2DGetExteriorAngleDegree Method
http://www.emgu.com
Get the exterior angle between this line and otherLine

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public double GetExteriorAngleDegree(
	LineSegment2D otherLine
)

Parameters

otherLine
Type: Emgu.CV.StructureLineSegment2D
The other line

Return Value

Type: Double
The exterior angle between this line and otherLine
See Also