http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Type of floodfill operation
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[FlagsAttribute] public enum FLOODFILL_FLAG |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration FLOODFILL_FLAG |
Visual C++ |
---|
[FlagsAttribute] public enum class FLOODFILL_FLAG |
Members
Member name | Value | Description | |
---|---|---|---|
DEFAULT | 0 | The default type | |
FIXED_RANGE | 65536 | 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 | 131072 | 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). |