| MCvMat Structure |
Namespace: Emgu.CV.Structure
The MCvMat type exposes the following members.
| Name | Description | |
|---|---|---|
| Height |
Height
| |
| NumberOfChannels |
Get the number of channels
| |
| Width |
Width
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from ValueType.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
| Cols |
number of columns
| |
| Data |
data pointers
| |
| HdrRefcount |
Header reference count
| |
| Refcount |
underlying data reference counter
| |
| Rows |
number of rows
| |
| Step |
full row length in bytes
| |
| Type |
CvMat signature (CV_MAT_MAGIC_VAL), element type and flags
|