The CvGraph type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ActiveCount | (Inherited from CvSet.) | |
| 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.) | |
| BlockMax |
maximal bound of the last block
(Inherited from CvSeq.) | |
| CvPtr |
Native pointer of OpenCV structure
(Inherited from DisposableCvObject.) | |
| DeltaElems |
how many elements allocated when the sequence grows (sequence granularity)
(Inherited from CvSeq.) | |
| Dims |
Get number of dimensions
(Inherited from CvArr.) | |
| Edges |
Set of edges
| |
| ElemChannels |
Get number of channels
(Inherited from CvArr.) | |
| ElemDepth |
Get bit Depth
(Inherited from CvArr.) | |
| ElemSize |
size of sequence element in bytes
(Inherited from CvSeq.) | |
| ElemType |
Get type of the array
(Inherited from CvArr.) | |
| First |
pointer to the first sequence block
(Inherited from CvSeq.) | |
| Flags |
miscellaneous flags
(Inherited from CvTreeNodeT.) | |
| FreeBlocks |
free blocks list
(Inherited from CvSeq.) | |
| FreeElems |
list of free nodes
(Inherited from CvSet.) | |
| HeaderSize |
size of sequence header
(Inherited from CvTreeNodeT.) | |
| HNext |
next sequence
(Inherited from CvSeq.) | |
| HPrev |
previous sequence
(Inherited from CvSeq.) | |
| 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.) | |
| ItemInt32 |
Return the particular array element (cvGet1D/Set1D)
(Inherited from CvArr.) | |
| ItemInt32, Int32 |
Return the particular array element (cvGet2D/Set2D)
(Inherited from CvArr.) | |
| ItemInt32, Int32, Int32 |
Return the particular array element (cvGet3D/Set3D)
(Inherited from CvArr.) | |
| Ptr |
current write pointer
(Inherited from CvSeq.) | |
| Storage |
where the seq is stored
(Inherited from CvSeq.) | |
| Total |
total number of elements
(Inherited from CvSeq.) | |
| VNext |
2nd next sequence
(Inherited from CvSeq.) | |
| VPrev |
2nd previous sequence
(Inherited from CvSeq.) |
See Also