C# Class Emgu.CV.Structure.LineSegment2D

A line segment
Afficher le fichier Open project: fajoy/RTSPExample Class Usage Examples

Méthodes publiques

Méthode Description
GetExteriorAngleDegree ( LineSegment2D otherLine ) : double

Get the exterior angle between this line and otherLine

LineSegment2D ( Point p1, Point p2 ) : System

Create a line segment with the specific starting point and end point

Side ( Point point ) : int

Determine which side of the line the 2D point is at

Method Details

GetExteriorAngleDegree() public méthode

Get the exterior angle between this line and otherLine
public GetExteriorAngleDegree ( LineSegment2D otherLine ) : double
otherLine LineSegment2D The other line
Résultat double

LineSegment2D() public méthode

Create a line segment with the specific starting point and end point
public LineSegment2D ( Point p1, Point p2 ) : System
p1 Point The first point on the line segment
p2 Point The second point on the line segment
Résultat System

Side() public méthode

Determine which side of the line the 2D point is at
public Side ( Point point ) : int
point Point the point
Résultat int