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
Syntaxpublic GpuMat AdjustROI(
int dtop,
int dbottom,
int dleft,
int dright
)
Public Function AdjustROI (
dtop As Integer,
dbottom As Integer,
dleft As Integer,
dright As Integer
) As GpuMat
public:
GpuMat^ AdjustROI(
int dtop,
int dbottom,
int dleft,
int dright
)
member AdjustROI :
dtop : int *
dbottom : int *
dleft : int *
dright : int -> GpuMat
function AdjustROI(dtop, dbottom, dleft, dright);
Parameters
- dtop
- Type: SystemInt32
- dbottom
- Type: SystemInt32
- dleft
- Type: SystemInt32
- dright
- Type: SystemInt32
Return Value
Type:
GpuMat
See Also