Table of Contents

Method Dilate

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Dilate(InputArray, OutputArray, InputArray, Point?)

Dilates an run-length encoded binary image by using a specific structuring element.

public static void Dilate(InputArray rlSrc, OutputArray rlDest, InputArray rlKernel, Point? anchor = null)

Parameters

rlSrc InputArray

input image

rlDest OutputArray

result

rlKernel InputArray

kernel

anchor Point?

position of the anchor within the element; default value (0, 0) is usually the element center.