Table of Contents

Enum FloodFillType

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Type of floodfill operation

[Flags]
public enum FloodFillType

Fields

Default = 0

The default type

FixedRange = 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).

MaskOnly = 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).