C# Class Emgu.CV.Structure.MCvSubdiv2DPoint

Exibir arquivo 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_oe property

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

flags public_oe property

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

id public_oe property

The ID
public int id
return int

pt public_oe property

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