Returns the partial Mat of the specified Mat
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Mat Clone(
Rect roi
)
Public Function Clone (
roi As Rect
) As Mat
public:
Mat^ Clone(
Rect roi
)
member Clone :
roi : Rect -> Mat
Parameters
- roi
- Type: OpenCvSharpRect
Return Value
Type:
Mat
See Also