Click or drag to resize

GrabCutClasses Enumeration

class of the pixel in GrabCut algorithm

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum GrabCutClasses
Members
  Member nameValueDescription
BGD0 an obvious background pixels
FGD1 an obvious foreground (object) pixel
PR_BGD2 a possible background pixel
PR_FGD3 a possible foreground pixel
See Also