RotationVector3D Properties |
The RotationVector3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Bytes |
Get or Set an Array of bytes that represent the data in this array
(Inherited from CvArrayTDepth.) | |
| Cols |
The number of cols for this array
(Inherited from CvArrayTDepth.) | |
| Data |
Get or Set the data for this matrix
(Inherited from MatrixTDepth.) | |
| Det |
Returns determinant of the square matrix
(Inherited from MatrixTDepth.) | |
| Height |
Get the height (Rows) of the cvArray.
If ROI is set, the height of the ROI
(Inherited from CvArrayTDepth.) | |
| Item |
Get or Set the value in the specific row and col (Inherited from MatrixTDepth.) | |
| ManagedArray |
Get the underneath managed array
(Inherited from MatrixTDepth.) | |
| Mat |
Get the Mat header that represent this CvArr
(Inherited from CvArrayTDepth.) | |
| MCvMat |
The MCvMat structure format
(Inherited from MatrixTDepth.) | |
| Norm |
The norm of this Array
(Inherited from CvArrayTDepth.) | |
| NumberOfChannels |
Get the number of channels for this matrix
(Inherited from MatrixTDepth.) | |
| Ptr | The pointer to the internal structure (Inherited from CvArrayTDepth.) | |
| RotationMatrix |
Get or Set the (3x3) rotation matrix represented by this rotation vector.
| |
| Rows |
The number of rows for this array
(Inherited from CvArrayTDepth.) | |
| 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
(Inherited from CvArrayTDepth.) | |
| Size |
Get the size of the array
(Inherited from MatrixTDepth.) | |
| Sum |
Return the sum of the elements in this matrix
(Inherited from MatrixTDepth.) | |
| Trace |
Sum of diagonal elements of the matrix
(Inherited from CvArrayTDepth.) | |
| Width |
Get the width (Cols) of the cvArray.
If ROI is set, the width of the ROI
(Inherited from CvArrayTDepth.) |