Click or drag to resize

RotationMatrix2D Properties

http://www.emgu.com

The RotationMatrix2D type exposes the following members.

Properties
  NameDescription
Public propertyCols
The number of columns
(Inherited from Mat.)
Public propertyDataPointer
Pointer to the beginning of the raw data
(Inherited from Mat.)
Public propertyDepth
Depth type
(Inherited from Mat.)
Public propertyDims
The matrix dimensionality
(Inherited from Mat.)
Public propertyElementSize
The size of the elements in this matrix
(Inherited from Mat.)
Public propertyHeight
Get the height of the mat.
(Inherited from Mat.)
Public propertyIsContinuous
True if the data is continues
(Inherited from Mat.)
Public propertyIsEmpty
True if the Mat is empty
(Inherited from Mat.)
Public propertyIsSubmatrix
True if the matrix is a submatrix of another matrix
(Inherited from Mat.)
Public propertyNumberOfChannels
Number of channels
(Inherited from Mat.)
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertyRows
The number of rows
(Inherited from Mat.)
Public propertySize
The size of this matrix
(Inherited from Mat.)
Public propertySizeOfDimension
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.)
Public propertyStep
Step
(Inherited from Mat.)
Public propertyTotal
The method returns the number of array elements (a number of pixels if the array represents an image)
(Inherited from Mat.)
Public propertyWidth
Get the width of the mat
(Inherited from Mat.)
Top
See Also