Start » Filter Reference » Basic » Box » DilateBox
Module: | FoundationLite |
---|
Performs a morphological dilation on a box using box kernel.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inBox | Box | Input box | |
![]() |
inRadiusX | Integer | 0 - ![]() |
Horizontal radius of the box kernel |
![]() |
inRadiusY | Integer* | 0 - ![]() |
Vertical radius of the box kernel |
![]() |
outBox | Box | Dilated box |
Description
Performs a morphological dilation on a box using box kernel.
Examples
![]() |
![]() |
DilateBox performed with kernel size 2x1.
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- ResizeBox_Relative – Resizes a box to relatively defined dimensions.
- ResizeRegion – Enlarges or shrinks a region to new dimensions.