[Missing <summary> documentation for "T:OpenCvSharp.CPlusPlus.Subdiv2D"]
Inheritance Hierarchy
OpenCvSharpDisposableObject
OpenCvSharpDisposableCvObject
OpenCvSharp.CPlusPlusSubdiv2D
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Subdiv2D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Subdiv2D |
Default constructor
|
![]() | Subdiv2D(Rect) |
Subdiv2D Constructor
|
Properties
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.) |
Methods
Fields
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.) |
See Also