Type of floodfill operation
Namespace:
Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
[FlagsAttribute] public enum FLOODFILL_FLAG |
Visual Basic (Declaration) |
---|
<FlagsAttribute> _ Public Enumeration FLOODFILL_FLAG |
Visual C++ |
---|
[FlagsAttribute] public enum class FLOODFILL_FLAG |
Members
Member name | Description | |
---|---|---|
DEFAULT |
The default type
| |
FIXED_RANGE |
If set the difference between the current pixel and seed pixel is considered,
otherwise difference between neighbor pixels is considered (the range is floating).
| |
MASK_ONLY |
If set, the function does not fill the image (new_val is ignored),
but the fills mask (that must be non-NULL in this case).
|