RotationMatrix2D Properties |
The RotationMatrix2D type exposes the following members.
| Name | Description | |
|---|---|---|
| Cols |
The number of columns
(Inherited from Mat.) | |
| DataPointer |
Pointer to the beginning of the raw data
(Inherited from Mat.) | |
| Depth |
Depth type
(Inherited from Mat.) | |
| Dims |
The matrix dimensionality
(Inherited from Mat.) | |
| ElementSize |
The size of the elements in this matrix
(Inherited from Mat.) | |
| Height |
Get the height of the mat.
(Inherited from Mat.) | |
| IsContinuous |
True if the data is continues
(Inherited from Mat.) | |
| IsEmpty |
True if the Mat is empty
(Inherited from Mat.) | |
| IsSubmatrix |
True if the matrix is a submatrix of another matrix
(Inherited from Mat.) | |
| NumberOfChannels |
Number of channels
(Inherited from Mat.) | |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Rows |
The number of rows
(Inherited from Mat.) | |
| Size |
The size of this matrix
(Inherited from Mat.) | |
| SizeOfDimension |
Get an array of the size of the dimensions. e.g. if the mat is 9x10x11, the array of {9, 10, 11} will be returned.
(Inherited from Mat.) | |
| Step |
Step
(Inherited from Mat.) | |
| Total |
The method returns the number of array elements (a number of pixels if the array represents an image)
(Inherited from Mat.) | |
| Width |
Get the width of the mat
(Inherited from Mat.) |