Click or drag to resize

MatClone Method (Rect)

Returns the partial Mat of the specified Mat

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public Mat Clone(
	Rect roi
)

Parameters

roi
Type: OpenCvSharpRect

Return Value

Type: Mat
See Also