Click or drag to resize

RotationMatrix2DClone Method

http://www.emgu.com
Return a clone of the Matrix

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public RotationMatrix2D Clone()

Return Value

Type: RotationMatrix2D
A clone of the Matrix
See Also