You are here: Start » FIL.NET » Function Reference » Basic » Box » FIL.DilateBox
Performs a morphological dilation on a box using box kernel.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void DilateBox ( FilNet.Box inBox, int inRadiusX, int? inRadiusY, out FilNet.Box outBox )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox | FilNet.Box | Input box. | ||
![]() | inRadiusX | int | <0, INF> | 1 | Horizontal radius of the box kernel. Default value: 1. |
![]() | inRadiusY | int? | <0, INF> | Vertical radius of the box kernel. Default value: ftl::NIL. | |
![]() | outBox | FilNet.Box | Dilated box. |
Description
Performs a morphological dilation on a box using box kernel.
Examples
![]() |
![]() |
DilateBox performed with kernel size 2x1.