Click or drag to resize

ImageTColor, TDepthGrabCut Method

http://www.emgu.com
Use grabcut to perform background foreground segmentation.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<Gray, byte> GrabCut(
	Rectangle rect,
	int iteration
)

Parameters

rect
Type: System.DrawingRectangle
The initial rectangle region for the foreground
iteration
Type: SystemInt32
The number of iterations to run GrabCut

Return Value

Type: ImageGray, Byte
The background foreground mask where 2 indicates background and 3 indicates foreground
See Also