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