paint static method
Paint run length encoded binary image into an image.
Implementation
static Mat paint(InputOutputArray image, InputArray rlSrc, Scalar value) {
cvRun(() => ccontrib.ximgproc_rl_paint(image.ref, rlSrc.ref, value.ref));
return image;
}