Click or drag to resize

NativeMethodsimgproc_grabCut 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 void imgproc_grabCut(
	IntPtr img,
	IntPtr mask,
	Rect rect,
	IntPtr bgdModel,
	IntPtr fgdModel,
	int iterCount,
	int mode
)

Parameters

img
Type: SystemIntPtr
mask
Type: SystemIntPtr
rect
Type: OpenCvSharpRect
bgdModel
Type: SystemIntPtr
fgdModel
Type: SystemIntPtr
iterCount
Type: SystemInt32
mode
Type: SystemInt32
See Also