Table of Contents ▸ List of Commands ▸ Filtering ▸ dilate_threshold | ◀ dilate_oct | divergence ▶ |
dilate_threshold
Arguments:
- size_x>=1,size_y>=1,size_z>=1,_threshold>=0,_boundary_conditions
Description:
Dilate selected images in the (X,Y,Z,I) space.boundary_conditions can be { 0:Dirichlet | 1:Neumann | 2:Periodic | 3:Mirror }.
Default values:
size_y=size_x, size_z=1, threshold=255 and boundary_conditions=1.