RotationMatrix2D Methods |
The RotationMatrix2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Return a clone of the Matrix
|
![]() | ConvertTo |
Converts an array to another data type with optional scaling.
(Inherited from Mat.) |
![]() | CopyTo(IOutputArray, IInputArray) |
Copy the data in this cv::Mat to an output array
(Inherited from Mat.) |
![]() | CopyToT(T) |
Copy data from this Mat to the managed array
(Inherited from Mat.) |
![]() | Create |
Allocates new array data if needed.
(Inherited from Mat.) |
![]() ![]() | CreateRotationMatrix |
Create a rotation matrix for rotating an image
|
![]() | Cross |
Computes a cross-product of two 3-element vectors.
(Inherited from Mat.) |
![]() | DeserializeObjectData |
A function used for runtime deserailization of the object
(Inherited from Mat.) |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this object.
(Inherited from Mat.) |
![]() | Dot |
Computes a dot-product of two vectors.
(Inherited from Mat.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(Mat) |
Compares two Mats and check if they are equal
(Inherited from Mat.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetData |
Gets the binary data from the specific indices.
(Inherited from Mat.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInputArray |
Pointer to the InputArray
(Inherited from Mat.) |
![]() | GetInputOutputArray |
Pointer to the InputOutputArray
(Inherited from Mat.) |
![]() | GetObjectData |
A function used for runtime serialization of the object
(Inherited from Mat.) |
![]() | GetOutputArray |
Pointer to the OutputArray
(Inherited from Mat.) |
![]() | GetRow |
Create a Mat object with data pointed towards the specific row of the original matrix
(Inherited from Mat.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetValueRange |
Get the minimum and maximum value across all channels of the mat
(Inherited from Mat.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MinMax |
Returns the min / max location and values for the image
(Inherited from Mat.) |
![]() | PopBack |
The method removes one or more rows from the bottom of the matrix
(Inherited from Mat.) |
![]() | PushBack |
Adds elements to the bottom of the matrix
(Inherited from Mat.) |
![]() | ReleaseManagedResources |
Release the managed resources. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Reshape |
Changes the shape and/or the number of channels of a 2D matrix without copying the data.
(Inherited from Mat.) |
![]() | RotateLines |
Rotate the lineSegments, the value of the input lineSegments will be changed.
|
![]() | RotatePoints(PointF) |
Rotate the points, the value of the input points will be changed.
|
![]() | RotatePoints(MCvPoint2D64f) |
Rotate the points, the value of the input points will be changed.
|
![]() | RotatePointsTDepth(MatrixTDepth) |
Rotate the single channel Nx2 matrix where N is the number of 2D points. The value of the matrix is changed after rotation.
|
![]() | Save |
Save this image to the specific file.
(Inherited from Mat.) |
![]() | SetRotation |
Set the values of the rotation matrix
|
![]() | SetTo(IInputArray, IInputArray) |
Set the mat to the specific value
(Inherited from Mat.) |
![]() | SetTo(MCvScalar, IInputArray) |
Set the mat to the specific value
(Inherited from Mat.) |
![]() | SetToT(T) |
Copy data from managed array to this Mat
(Inherited from Mat.) |
![]() | Split |
Split current Image into an array of gray scale images where each element
in the array represent a single color channel of the original image
(Inherited from Mat.) |
![]() | ToImageTColor, TDepth |
Convert this Mat to Image
(Inherited from Mat.) |
![]() | ToString | (Inherited from Object.) |
![]() | ToUMat |
Convert this Mat to UMat
(Inherited from Mat.) |