Subdiv2D Class |
Namespace: OpenCvSharp
The Subdiv2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Subdiv2D |
Default constructor
|
![]() | Subdiv2D(Rect) |
Subdiv2D Constructor
|
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.) |
![]() | 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.) |
![]() | DisposeManaged |
Releases managed resources
(Inherited from DisposableObject.) |
![]() | DisposeUnmanaged |
Releases unmanaged resources
(Overrides DisposableCvObjectDisposeUnmanaged.) |
![]() | EdgeDst(Int32) | |
![]() | EdgeDst(Int32, Point2f) | |
![]() | EdgeOrg(Int32) | |
![]() | EdgeOrg(Int32, Point2f) | |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | FindNearest(Point2f) | |
![]() | FindNearest(Point2f, Point2f) | |
![]() | GetEdge | |
![]() | GetEdgeList | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetTriangleList | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetVertex(Int32) | |
![]() | GetVertex(Int32, Int32) | |
![]() | GetVoronoiFacetList | |
![]() | InitDelaunay | |
![]() | Insert(Point2f) | |
![]() | Insert(Point2f) | |
![]() | Insert(IEnumerablePoint2f) | |
![]() | Locate | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NextEdge | |
![]() | NotifyMemoryPressure |
Notifies the allocated size of memory.
(Inherited from DisposableObject.) |
![]() | Release |
Clean up any resources being used.
|
![]() | RotateEdge | |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | dataHandle |
Gets or sets a handle which allocates using cvSetData.
(Inherited from DisposableObject.) |
![]() ![]() | NEXT_AROUND_DST | |
![]() ![]() | NEXT_AROUND_LEFT | |
![]() ![]() | NEXT_AROUND_ORG | |
![]() ![]() | NEXT_AROUND_RIGHT | |
![]() ![]() | PREV_AROUND_DST | |
![]() ![]() | PREV_AROUND_LEFT | |
![]() ![]() | PREV_AROUND_ORG | |
![]() ![]() | PREV_AROUND_RIGHT | |
![]() ![]() | PTLOC_ERROR | |
![]() ![]() | PTLOC_INSIDE | |
![]() ![]() | PTLOC_ON_EDGE | |
![]() ![]() | PTLOC_OUTSIDE_RECT | |
![]() ![]() | PTLOC_VERTEX | |
![]() | ptr |
Data pointer
(Inherited from DisposableCvObject.) |