C# Class Emgu.CV.Structure.MCvSubdiv2DEdge

Exibir arquivo Open project: fajoy/RTSPExample

Public Properties

Property Type Description
edge System.IntPtr

Public Methods

Method Description
MCvSubdiv2DEdge ( IntPtr e ) : System

Create a MCvSubdiv2DEdge from the specific edge

cvSubdiv2DEdgeDst ( ) : MCvSubdiv2DPoint

similar to cvSubdiv2DEdgeDst

cvSubdiv2DEdgeOrg ( ) : MCvSubdiv2DPoint

similar to cvSubdiv2DEdgeOrg

cvSubdiv2DGetEdge ( CvEnum type ) : MCvSubdiv2DEdge

Similar to cvSubdiv2DGetEdge

cvSubdiv2DRotateEdge ( int rotate ) : MCvSubdiv2DEdge

Similar to cvSubdiv2DRotateEdge

Method Details

MCvSubdiv2DEdge() public method

Create a MCvSubdiv2DEdge from the specific edge
public MCvSubdiv2DEdge ( IntPtr e ) : System
e System.IntPtr the edge
return System

cvSubdiv2DEdgeDst() public method

similar to cvSubdiv2DEdgeDst
public cvSubdiv2DEdgeDst ( ) : MCvSubdiv2DPoint
return MCvSubdiv2DPoint

cvSubdiv2DEdgeOrg() public method

similar to cvSubdiv2DEdgeOrg
public cvSubdiv2DEdgeOrg ( ) : MCvSubdiv2DPoint
return MCvSubdiv2DPoint

cvSubdiv2DGetEdge() public method

Similar to cvSubdiv2DGetEdge
public cvSubdiv2DGetEdge ( CvEnum type ) : MCvSubdiv2DEdge
type CvEnum The next edge type
return MCvSubdiv2DEdge

cvSubdiv2DRotateEdge() public method

Similar to cvSubdiv2DRotateEdge
public cvSubdiv2DRotateEdge ( int rotate ) : MCvSubdiv2DEdge
rotate int /// Specifies, which of edges of the same quad-edge as the input one to return, one of: /// 0 - the input edge (e if e is the input edge) /// 1 - the rotated edge (eRot) /// 2 - the reversed edge (reversed e (in green)) /// 3 - the reversed rotated edge (reversed eRot (in green)) ///
return MCvSubdiv2DEdge

Property Details

edge public_oe property

one of edges within quad-edge, lower 2 bits is index (0..3) and upper bits are quad-edge pointer
public IntPtr,System edge
return System.IntPtr