Свойство | Тип | Описание | |
---|---|---|---|
edge |
Метод | Описание | |
---|---|---|
MCvSubdiv2DEdge ( |
Create a MCvSubdiv2DEdge from the specific edge
|
|
cvSubdiv2DEdgeDst ( ) : |
similar to cvSubdiv2DEdgeDst
|
|
cvSubdiv2DEdgeOrg ( ) : |
similar to cvSubdiv2DEdgeOrg
|
|
cvSubdiv2DGetEdge ( CvEnum type ) : |
Similar to cvSubdiv2DGetEdge
|
|
cvSubdiv2DRotateEdge ( int rotate ) : |
Similar to cvSubdiv2DRotateEdge
|
public MCvSubdiv2DEdge ( |
||
e | the edge | |
Результат | System |
public cvSubdiv2DEdgeDst ( ) : |
||
Результат |
public cvSubdiv2DEdgeOrg ( ) : |
||
Результат |
public cvSubdiv2DGetEdge ( CvEnum type ) : |
||
type | CvEnum | The next edge type |
Результат |
public cvSubdiv2DRotateEdge ( int rotate ) : |
||
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)) /// |
Результат |