Subdiv2D Methods |
The Subdiv2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release unmanaged resources
(Overrides DisposableObjectDisposeObject.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | FindNearest |
Finds subdivision vertex that is the closest to the input point. It is not necessarily one of vertices of the facet containing the input point, though the facet (located using cvSubdiv2DLocate) is used as a starting point.
|
![]() | GetDelaunayTriangles |
Returns the triangles subdivision of the current planar subdivision.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetVoronoiFacets |
Obtains the list of Voronoi Facets
|
![]() | Insert(PointF) |
Insert a point to the triangulation.
|
![]() | Insert(PointF, Boolean) |
Insert a collection of points to this planar subdivision
|
![]() | Locate |
Locates input point within subdivision
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | ToString | (Inherited from Object.) |