RotationMatrix2DClone Method |
http://www.emgu.com
Return a clone of the Matrix
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic RotationMatrix2D Clone()
Public Function Clone As RotationMatrix2D
public:
RotationMatrix2D^ Clone()
member Clone : unit -> RotationMatrix2D
Return Value
Type:
RotationMatrix2DA clone of the Matrix
See Also