Quad-edge of planar subdivision
Inheritance Hierarchy
OpenCvSharpCvObject
OpenCvSharpCvQuadEdge2D
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvQuadEdge2D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CvQuadEdge2D |
Initializes from native pointer
|
Properties
Name | Description | |
---|---|---|
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from CvObject.) |
![]() | Next |
CvSubdiv2DEdge next[4];
|
![]() | Pt |
CvSubdiv2DEdge pt[4];
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() ![]() | FromPtr |
Creates an instance from native pointer
|
![]() ![]() | FromSeqReader |
Reads a CvQuadEdge2D instance from CvSeqReader
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToCvSubdiv2DEdge |
Converts to a CvSubdiv2DEdge instance
|
![]() | ToString | (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | (IntPtr to CvQuadEdge2D) |
explicit cast from IntPtr to CvQuadEdge2D
|
![]() ![]() | (CvQuadEdge2D to CvSubdiv2DEdge) |
explicit cast to CvSubdiv2DEdge
|
Fields
Name | Description | |
---|---|---|
![]() | ptr |
Data pointer
(Inherited from CvObject.) |
![]() ![]() | SizeOf |
sizeof(CvQuadEdge2D)
|
See Also