Enum GrabCutModes
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
GrabCut algorithm flags
[Flags]
public enum GrabCutModes
Fields
Eval = 2The value means that the algorithm should just resume.
InitWithMask = 1The function initializes the state using the provided mask. Note that GC_INIT_WITH_RECT and GC_INIT_WITH_MASK can be combined. Then, all the pixels outside of the ROI are automatically initialized with GC_BGD .
InitWithRect = 0The function initializes the state and the mask using the provided rectangle. After that it runs iterCount iterations of the algorithm.