Table of Contents

Method Paint

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Paint(InputOutputArray, InputArray, Scalar)

Paint run length encoded binary image into an image.

public static void Paint(InputOutputArray image, InputArray rlSrc, Scalar value)

Parameters

image InputOutputArray

image to paint into (currently only single channel images).

rlSrc InputArray

run length encoded image

value Scalar

all foreground pixel of the binary image are set to this value