Subdiv2D Class |
[Missing <summary> documentation for "T:OpenCvSharp.Subdiv2D"]
Namespace: OpenCvSharp
The Subdiv2D type exposes the following members.
Name | Description | |
---|---|---|
Subdiv2D |
Creates an empty Subdiv2D object.
To create a new empty Delaunay subdivision you need to use the #initDelaunay function.
| |
Subdiv2D(Rect) |
Creates an empty Subdiv2D object.
|
Name | Description | |
---|---|---|
AllocatedMemory |
Gets or sets a memory address allocated by AllocMemory.
(Inherited from DisposableObject.) | |
AllocatedMemorySize |
Gets or sets the byte length of the allocated memory
(Inherited from DisposableObject.) | |
CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
DataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) | |
IsDisposed |
Gets a value indicating whether this instance has been disposed.
(Inherited from DisposableObject.) | |
IsEnabledDispose |
Gets or sets a value indicating whether you permit disposing this instance.
(Inherited from DisposableObject.) |
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.) |