[][src]Constant opencv::imgproc::FLOODFILL_FIXED_RANGE

pub const FLOODFILL_FIXED_RANGE: i32 = 65536;

If set, the difference between the current pixel and seed pixel is considered. Otherwise, the difference between neighbor pixels is considered (that is, the range is floating).