RotationMatrix2D Properties |
The RotationMatrix2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Bitmap |
The Get property provide a more efficient way to convert Image<Gray, Byte>, Image<Bgr, Byte> and Image<Bgra, Byte> into Bitmap
such that the image data is shared with Bitmap.
If you change the pixel value on the Bitmap, you change the pixel values on the Image object as well!
For other types of image this property has the same effect as ToBitmap()
Take extra caution not to use the Bitmap after the Mat object is disposed
The Set property convert the bitmap to this Image type.
(Inherited from Mat.) |
![]() | Cols |
The number of columns
(Inherited from Mat.) |
![]() | Data |
Get the managed data used by the Mat
(Inherited from MatDataAllocator.) |
![]() | 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.) |
![]() | SizeOfDimemsion |
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.) |