Subdiv2D Methods |
The Subdiv2D type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocGCHandle |
Pins the object to be allocated by cvSetData.
(Inherited from DisposableObject.) | |
| AllocMemory |
Allocates the specified size of memory.
(Inherited from DisposableObject.) | |
| Dispose |
Releases the resources
(Inherited from DisposableObject.) | |
| Dispose(Boolean) |
Releases the resources
(Inherited from DisposableObject.) | |
| DisposeManaged |
Releases managed resources
(Inherited from DisposableObject.) | |
| DisposeUnmanaged |
Releases unmanaged resources
(Overrides DisposableCvObjectDisposeUnmanaged.) | |
| EdgeDst |
Returns the edge destination.
| |
| EdgeOrg |
Returns the edge origin.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize |
Destructor
(Inherited from DisposableObject.) | |
| FindNearest |
Finds the subdivision vertex closest to the given point.
| |
| GetEdge |
Returns one of the edges related to the given edge.
| |
| GetEdgeList |
Returns a list of all edges.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetLeadingEdgeList |
Returns a list of the leading edge ID connected to each triangle.
The function gives one edge ID for each triangle.
| |
| GetTriangleList |
Returns a list of all triangles.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetVertex |
Returns vertex location from vertex ID.
| |
| GetVoronoiFacetList |
Returns a list of all Voronoi facets.
| |
| InitDelaunay |
Creates a new empty Delaunay subdivision
| |
| Insert(Point2f) |
Insert a single point into a Delaunay triangulation.
| |
| Insert(IEnumerablePoint2f) |
Insert multiple points into a Delaunay triangulation.
| |
| Locate |
Returns the location of a point within a Delaunay triangulation.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| NextEdge |
Subdivision edge ID.
| |
| NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) | |
| Release |
Clean up any resources being used.
| |
| RotateEdge |
Returns another edge of the same quad-edge.
| |
| SymEdge | ||
| ThrowIfDisposed |
If this object is disposed, then ObjectDisposedException is thrown.
(Inherited from DisposableObject.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |