Table of Contents ▸ List of Commands ▸ Filtering ▸ dilate | ◀ deriche | dilate_circ ▶ |
dilate | Built-in command |
Arguments:
- size[%]>=0 or
- size_x[%]>=0,size_y[%]>=0,size_z[%]>=0 or
- [kernel],_boundary_conditions,_is_real={ 0:Binary-mode | 1:Real-mode }
Description:
Dilate selected images by a rectangular or the specified structuring element.boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
size_z=1, boundary_conditions=1 and is_real=0.
Example of use:
image.jpg +dilate 10