GrabCutClasses Enumeration
|
class of the pixel in GrabCut algorithm
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum GrabCutClasses
Public Enumeration GrabCutClasses
public enum class GrabCutClasses
OpenCvSharp.GrabCutClasses = function();
OpenCvSharp.GrabCutClasses.createEnum('OpenCvSharp.GrabCutClasses', false);
Members
| Member name | Value | Description |
---|
| BGD | 0 |
an obvious background pixels
|
| FGD | 1 |
an obvious foreground (object) pixel
|
| PR_BGD | 2 |
a possible background pixel
|
| PR_FGD | 3 |
a possible foreground pixel
|
See Also