Click or drag to resize

GpuMatAdjustROI Method

moves/resizes the current matrix ROI inside the parent matrix.

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public GpuMat AdjustROI(
	int dtop,
	int dbottom,
	int dleft,
	int dright
)

Parameters

dtop
Type: SystemInt32
dbottom
Type: SystemInt32
dleft
Type: SystemInt32
dright
Type: SystemInt32

Return Value

Type: GpuMat
See Also