Subdiv2D Class |
Namespace: Emgu.CV
The Subdiv2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Subdiv2D(Rectangle) |
Start the Delaunay's triangulation in the specific region of interest.
|
![]() | Subdiv2D(PointF, Boolean) |
Create a planar subdivision from the given points. The ROI is computed as the minimum bounding Rectangle for the input points
|
Name | Description | |
---|---|---|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
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.) |
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |