Click or drag to resize

FloodFillType Fields

http://www.emgu.com

The FloodFillType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
The default type
Public fieldStatic memberFixedRange
If set the difference between the current pixel and seed pixel is considered, otherwise difference between neighbor pixels is considered (the range is floating).
Public fieldStatic memberMaskOnly
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).
Public fieldvalue__
Top
See Also