C# Class OpenCvSharp.Subdiv2D

Inheritance: OpenCvSharp.DisposableCvObject
Afficher le fichier Open project: shimat/opencvsharp Class Usage Examples

Méthodes publiques

Méthode Description
EdgeDst ( int edge ) : int

EdgeDst ( int edge, Point2f &dstpt ) : int

EdgeOrg ( int edge ) : int

EdgeOrg ( int edge, Point2f &orgpt ) : int

FindNearest ( Point2f pt ) : int

FindNearest ( Point2f pt, Point2f &nearestPt ) : int

GetEdge ( int edge, int nextEdgeType ) : int

GetEdgeList ( ) : Vec4f[]

GetTriangleList ( ) : Vec6f[]

GetVertex ( int vertex ) : Point2f

GetVertex ( int vertex, int &firstEdge ) : Point2f

GetVoronoiFacetList ( IEnumerable idx, Point2f &facetList, Point2f &facetCenters ) : void

InitDelaunay ( Rect rect ) : void

Insert ( Point2f pt ) : int

Insert ( IEnumerable ptvec ) : void

Insert ( Point2f ptvec ) : void

Locate ( Point2f pt, int &edge, int &vertex ) : int

NextEdge ( int edge ) : int

Release ( ) : void

Clean up any resources being used.

RotateEdge ( int edge, int rotate ) : int

Subdiv2D ( ) : System

Default constructor

Subdiv2D ( Rect rect ) : System

Subdiv2D Constructor

SymEdge ( int edge ) : int

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool /// If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. /// If false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed. ///
Résultat void

EdgeDst() public méthode

public EdgeDst ( int edge ) : int
edge int
Résultat int

EdgeDst() public méthode

public EdgeDst ( int edge, Point2f &dstpt ) : int
edge int
dstpt Point2f
Résultat int

EdgeOrg() public méthode

public EdgeOrg ( int edge ) : int
edge int
Résultat int

EdgeOrg() public méthode

public EdgeOrg ( int edge, Point2f &orgpt ) : int
edge int
orgpt Point2f
Résultat int

FindNearest() public méthode

public FindNearest ( Point2f pt ) : int
pt Point2f
Résultat int

FindNearest() public méthode

public FindNearest ( Point2f pt, Point2f &nearestPt ) : int
pt Point2f
nearestPt Point2f
Résultat int

GetEdge() public méthode

public GetEdge ( int edge, int nextEdgeType ) : int
edge int
nextEdgeType int
Résultat int

GetEdgeList() public méthode

public GetEdgeList ( ) : Vec4f[]
Résultat Vec4f[]

GetTriangleList() public méthode

public GetTriangleList ( ) : Vec6f[]
Résultat Vec6f[]

GetVertex() public méthode

public GetVertex ( int vertex ) : Point2f
vertex int
Résultat Point2f

GetVertex() public méthode

public GetVertex ( int vertex, int &firstEdge ) : Point2f
vertex int
firstEdge int
Résultat Point2f

GetVoronoiFacetList() public méthode

public GetVoronoiFacetList ( IEnumerable idx, Point2f &facetList, Point2f &facetCenters ) : void
idx IEnumerable
facetList Point2f
facetCenters Point2f
Résultat void

InitDelaunay() public méthode

public InitDelaunay ( Rect rect ) : void
rect Rect
Résultat void

Insert() public méthode

public Insert ( Point2f pt ) : int
pt Point2f
Résultat int

Insert() public méthode

public Insert ( IEnumerable ptvec ) : void
ptvec IEnumerable
Résultat void

Insert() public méthode

public Insert ( Point2f ptvec ) : void
ptvec Point2f
Résultat void

Locate() public méthode

public Locate ( Point2f pt, int &edge, int &vertex ) : int
pt Point2f
edge int
vertex int
Résultat int

NextEdge() public méthode

public NextEdge ( int edge ) : int
edge int
Résultat int

Release() public méthode

Clean up any resources being used.
public Release ( ) : void
Résultat void

RotateEdge() public méthode

public RotateEdge ( int edge, int rotate ) : int
edge int
rotate int
Résultat int

Subdiv2D() public méthode

Default constructor
public Subdiv2D ( ) : System
Résultat System

Subdiv2D() public méthode

Subdiv2D Constructor
public Subdiv2D ( Rect rect ) : System
rect Rect
Résultat System

SymEdge() public méthode

public SymEdge ( int edge ) : int
edge int
Résultat int