Table of Contents ▸ List of Commands ▸ Filtering ▸ opening | ◀ normalized_cross_correlation | opening_circ ▶ |
opening
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 opening 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 +opening 10