MCvMat Fields |
The MCvMat type exposes the following members.
| 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
|