LineSegment2DFGetExteriorAngleDegree Method |
http://www.emgu.com
Get the exterior angle between this line and otherLine
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic double GetExteriorAngleDegree(
LineSegment2DF otherLine
)
Public Function GetExteriorAngleDegree (
otherLine As LineSegment2DF
) As Double
public:
double GetExteriorAngleDegree(
LineSegment2DF otherLine
)
member GetExteriorAngleDegree :
otherLine : LineSegment2DF -> float
Parameters
- otherLine
- Type: Emgu.CV.StructureLineSegment2DF
The other line
Return Value
Type:
DoubleThe exterior angle between this line and
otherLine
See Also