Method Clone
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Clone()
Creates a full copy of the matrix.
public Mat Clone()
Returns
Clone(Rect)
Returns the partial Mat of the specified Mat
public Mat Clone(Rect roi)
Parameters
roiRect
Creates a full copy of the matrix.
public Mat Clone()
Returns the partial Mat of the specified Mat
public Mat Clone(Rect roi)
roi Rect