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

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

공개 프로퍼티들

프로퍼티 타입 설명
first MCvSubdiv2DEdge
flags int
id int
pt System.Drawing.PointF

프로퍼티 상세

first 공개적으로 프로퍼티

The first edge associate with this point
public MCvSubdiv2DEdge,Emgu.CV.Structure first
리턴 MCvSubdiv2DEdge

flags 공개적으로 프로퍼티

If -1, this point is invalid; If 1>>30, this point is a virtual point;
public int flags
리턴 int

id 공개적으로 프로퍼티

The ID
public int id
리턴 int

pt 공개적으로 프로퍼티

The PointF
public PointF,System.Drawing pt
리턴 System.Drawing.PointF