Reference
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 }
.
Default values:
size_y=size_x
,
size_z=1
,
threshold=255
and
boundary_conditions=1
.