The CvTreeNodeT generic type exposes the following members.
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.) | |
Dims |
Get number of dimensions
(Inherited from CvArr.) | |
ElemChannels |
Get number of channels
(Inherited from CvArr.) | |
ElemDepth |
Get bit Depth
(Inherited from CvArr.) | |
ElemType |
Get type of the array
(Inherited from CvArr.) | |
Flags |
miscellaneous flags
| |
HeaderSize |
size of sequence header
| |
HNext |
next sequence
| |
HPrev |
previous sequence
| |
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.) | |
VNext |
2nd next sequence
| |
VPrev |
2nd previous sequence
|
See Also