[][src]Constant opencv::imgproc::FLOODFILL_MASK_ONLY

pub const FLOODFILL_MASK_ONLY: i32 = 131072;

If set, the function does not change the image ( newVal is ignored), and only fills the mask with the value specified in bits 8-16 of flags as described above. This option only make sense in function variants that have the mask parameter.