Click or drag to resize

GpuMat Constructor (GpuMat, Rect)

creates a matrix header for a part of the bigger matrix

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public GpuMat(
	GpuMat m,
	Rect roi
)

Parameters

m
Type: OpenCvSharp.CudaGpuMat
Array that (as a whole or partly) is assigned to the constructed matrix..
roi
Type: OpenCvSharpRect
Region of interest.
See Also