The CvGraphEdge type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CvPtr |
Native pointer of OpenCV structure
(Inherited from CvObject.) |
![]() | Flags |
Edge flags
|
![]() | Next |
The next edges in the incidence lists for staring (0) and ending (1) vertices
|
![]() | Vtx |
The starting (0) and ending (1) vertices
|
![]() | Weight |
Edge weight
|
See Also