Click or drag to resize

NativeMethodscore_Mat_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 core_Mat_adjustROI(
	IntPtr nativeObj,
	int dtop,
	int dbottom,
	int dleft,
	int dright
)

Parameters

nativeObj
Type: SystemIntPtr
dtop
Type: SystemInt32
dbottom
Type: SystemInt32
dleft
Type: SystemInt32
dright
Type: SystemInt32

Return Value

Type: IntPtr
See Also