| MatTElemClone Method |
Creates a full copy of the matrix.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Mat<TElem> Clone()
Public Function Clone As Mat(Of TElem)
public:
Mat<TElem>^ Clone()
member Clone : unit -> Mat<'TElem>
Return Value
Type:
MatTElem[Missing <returns> documentation for "M:OpenCvSharp.Mat`1.Clone"]
See Also