Click or drag to resize

RotationMatrix2D Methods

http://www.emgu.com

The RotationMatrix2D type exposes the following members.

Methods
  NameDescription
Public methodClone
Return a clone of the Matrix
Public methodCol
Creates a matrix header for the specified matrix column.
(Inherited from Mat.)
Public methodConvertTo
Converts an array to another data type with optional scaling.
(Inherited from Mat.)
Public methodCopyTo(IOutputArray, IInputArray)
Copy the data in this cv::Mat to an output array
(Inherited from Mat.)
Public methodCopyToT(T)
Copy data from this Mat to the managed array
(Inherited from Mat.)
Public methodCreate
Allocates new array data if needed.
(Inherited from Mat.)
Public methodStatic memberCreateRotationMatrix
Create a rotation matrix for rotating an image
Public methodCross
Computes a cross-product of two 3-element vectors.
(Inherited from Mat.)
Protected methodDeserializeObjectData
A function used for runtime deserailization of the object
(Inherited from Mat.)
Public methodDiag
Extracts a diagonal from a matrix. The method makes a new header for the specified matrix diagonal. The new matrix is represented as a single-column matrix. Similarly to Mat::row and Mat::col, this is an O(1) operation.
(Inherited from Mat.)
Public methodDispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
Protected methodDisposeObject
Release all the unmanaged memory associated with this object.
(Inherited from Mat.)
Public methodDot
Computes a dot-product of two vectors.
(Inherited from Mat.)
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodEquals(Mat)
Compares two Mats and check if they are equal
(Inherited from Mat.)
Protected methodFinalize
Destructor
(Inherited from DisposableObject.)
Public methodGetData
Get a copy of the data values as an array
(Inherited from Mat.)
Public methodGetDataPointer
Get a pointer to the raw data given the specific index
(Inherited from Mat.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInputArray
Pointer to the InputArray
(Inherited from Mat.)
Public methodGetInputOutputArray
Pointer to the InputOutputArray
(Inherited from Mat.)
Public methodGetObjectData
A function used for runtime serialization of the object
(Inherited from Mat.)
Public methodGetOutputArray
Pointer to the OutputArray
(Inherited from Mat.)
Public methodGetRawData
Gets the binary data from the specific indices.
(Inherited from Mat.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodGetUMat
Convert this Mat to UMat
(Inherited from Mat.)
Public methodGetValueRange
Get the minimum and maximum value across all channels of the mat
(Inherited from Mat.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMinMax
Returns the min / max location and values for the image
(Inherited from Mat.)
Public methodPopBack
The method removes one or more rows from the bottom of the matrix
(Inherited from Mat.)
Public methodPushBack
Adds elements to the bottom of the matrix
(Inherited from Mat.)
Protected methodReleaseManagedResources
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.)
Public methodReshape
Changes the shape and/or the number of channels of a 2D matrix without copying the data.
(Inherited from Mat.)
Public methodRotateLines
Rotate the lineSegments, the value of the input lineSegments will be changed.
Public methodRotatePoints(PointF)
Rotate the points, the value of the input points will be changed.
Public methodRotatePoints(MCvPoint2D64f)
Rotate the points, the value of the input points will be changed.
Public methodRotatePointsTDepth(MatrixTDepth)
Rotate the single channel Nx2 matrix where N is the number of 2D points. The value of the matrix is changed after rotation.
Public methodRow
Creates a matrix header for the specified matrix row.
(Inherited from Mat.)
Public methodSave
Save this image to the specific file.
(Inherited from Mat.)
Public methodSetRotation
Set the values of the rotation matrix
Public methodSetTo(IInputArray, IInputArray)
Set the mat to the specific value
(Inherited from Mat.)
Public methodSetTo(MCvScalar, IInputArray)
Set the mat to the specific value
(Inherited from Mat.)
Public methodSetToT(T)
Copy data from managed array to this Mat
(Inherited from Mat.)
Public methodSplit
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.)
Public methodT
Transposes a matrix.
(Inherited from Mat.)
Public methodToImageTColor, TDepth
Convert this Mat to Image
(Inherited from Mat.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also