Click or drag to resize

NativeMethodscuda_GpuMat_adjustROI Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static IntPtr cuda_GpuMat_adjustROI(
	IntPtr obj,
	int dtop,
	int dbottom,
	int dleft,
	int drightt
)

Parameters

obj
Type: SystemIntPtr
dtop
Type: SystemInt32
dbottom
Type: SystemInt32
dleft
Type: SystemInt32
drightt
Type: SystemInt32

Return Value

Type: IntPtr
See Also