Table of Contents ▸ List of Commands ▸ Filtering ▸ closing | ◀ bump2normal | closing_circ ▶ |
closing
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:
Apply morphological closing to selected images.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 +closing 10