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
Syntaxpublic GpuMat(
GpuMat m,
Rect roi
)
Public Sub New (
m As GpuMat,
roi As Rect
)
public:
GpuMat(
GpuMat^ m,
Rect roi
)
new :
m : GpuMat *
roi : Rect -> GpuMat
OpenCvSharp.Cuda.GpuMat = function(m, 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