CvFLOODFILL_FIXED_RANGE Field OpenCvSharp Class Library
if set, the difference between the current pixel and seed pixel is considered, otherwise the difference between neighbor pixels is considered (the range is floating)

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public const int FLOODFILL_FIXED_RANGE = 65536

Field Value

Type: Int32
See Also

Reference