C# Class Emgu.CV.Structure.MCvSubdiv2DPoint

Show file Open project: fajoy/RTSPExample Class Usage Examples

Public Properties

Property Type Description
first MCvSubdiv2DEdge
flags int
id int
pt System.Drawing.PointF

Property Details

first public property

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

flags public property

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

id public property

The ID
public int id
return int

pt public property

The PointF
public PointF,System.Drawing pt
return System.Drawing.PointF