The CvMat 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.) | |
| Cols |
number of columns
| |
| 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*
| |
| Dims |
Number of dimensions (=2)
(Overrides CvArrDims.) | |
| ElemChannels |
Get number of channels
(Inherited from CvArr.) | |
| ElemDepth |
Get bit Depth
(Inherited from CvArr.) | |
| ElemType |
Get type of the array
(Inherited from CvArr.) | |
| Height |
number of columns
| |
| 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 |
Gets/Sets the particular element of single-channel floating-point matrix (cvmGet/cvmSet)
| |
| ItemInt32, Int32, Int32 |
Return the particular array element (cvGet3D/Set3D)
(Inherited from CvArr.) | |
| RefCount | ||
| Rows |
number of rows
| |
| Step |
Full row length in bytes
| |
| Type |
CvMat signature (CV_MAT_MAGIC_VAL), element type and flags
| |
| Width |
number of rows
|
See Also