CvArrayTDepth Properties |
The CvArrayTDepth generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Bytes |
Get or Set an Array of bytes that represent the data in this array
| |
| Cols |
The number of cols for this array
| |
| Height |
Get the height (Rows) of the cvArray.
If ROI is set, the height of the ROI
| |
| ManagedArray |
Get the underneath managed array
| |
| Mat |
Get the Mat header that represent this CvArr
| |
| Norm |
The norm of this Array
| |
| NumberOfChannels |
Get the number of channels of the array
| |
| Ptr | The pointer to the internal structure | |
| Rows |
The number of rows for this array
| |
| SerializationCompressionRatio |
Get or set the Compression Ratio for serialization. A number between 0 - 9.
0 means no compression at all, while 9 means best compression
| |
| Size |
Get the size of the array
| |
| SizeOfElement |
Get the size of element in bytes
| |
| Trace |
Sum of diagonal elements of the matrix
| |
| Width |
Get the width (Cols) of the cvArray.
If ROI is set, the width of the ROI
|