C# 클래스 Emgu.CV.Structure.LineSegment2D

A line segment
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

GetExteriorAngleDegree() 공개 메소드

Get the exterior angle between this line and otherLine
public GetExteriorAngleDegree ( LineSegment2D otherLine ) : double
otherLine LineSegment2D The other line
리턴 double

LineSegment2D() 공개 메소드

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
리턴 System

Side() 공개 메소드

Determine which side of the line the 2D point is at
public Side ( Point point ) : int
point Point the point
리턴 int