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.0.1.3373 (4.0.1.3373)
Syntax
public RotationMatrix2D Clone()

Return Value

Type: RotationMatrix2D
A clone of the Matrix
See Also