The CvMatND 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.) | |
Data |
Data pointer
| |
DataArrayByte |
Data pointer(byte*) which can be accessed without unsafe code.
| |
DataArrayDouble |
Data pointer(double*) which can be accessed without unsafe code.
| |
DataArrayInt16 |
Data pointer(short*) which can be accessed without unsafe code.
| |
DataArrayInt32 |
Data pointer(int*) which can be accessed without unsafe code.
| |
DataArraySingle |
Data pointer(float*) which can be accessed without unsafe code.
| |
DataByte |
Data pointer as byte*
| |
DataDouble |
Data pointer as double*
| |
DataInt16 |
Data pointer as short*
| |
DataInt32 |
Data pointer as int*
| |
DataSingle |
Data pointer as float*
| |
Dim |
Pairs (number of elements, distance between elements in bytes) for every dimension
| |
Dims |
Get number of dimensions of the array
| |
ElemChannels |
Get number of channels
(Inherited from CvArr.) | |
ElemDepth |
Get bit Depth
(Inherited from CvArr.) | |
ElemType |
Get type of the array
(Inherited from CvArr.) | |
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.) | |
RefCount | ||
Type |
CvMatND signature (CV_MATND_MAGIC_VAL), element type and flags
|
See Also