The CvArr 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
| |
ElemChannels |
Get number of channels
| |
ElemDepth |
Get bit Depth
| |
ElemType |
Get type of the array
| |
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)
| |
ItemInt32, Int32 |
Return the particular array element (cvGet2D/Set2D)
| |
ItemInt32, Int32, Int32 |
Return the particular array element (cvGet3D/Set3D)
|
See Also