[][src]Function opencv::ximgproc::paint

pub fn paint(
    image: &mut dyn ToInputOutputArray,
    rl_src: &dyn ToInputArray,
    value: Scalar
) -> Result<()>

Paint run length encoded binary image into an image.

Parameters

  • image: image to paint into (currently only single channel images).
  • rlSrc: run length encoded image
  • value: all foreground pixel of the binary image are set to this value