warp_patch
Arguments:
- [warping_field],patch_width>=1,_patch_height>=1,_patch_depth>=1,_std_factor>0,_boundary_conditions.
Description:
Patch-warp selected images, with specified 2D or 3D displacement field (in backward-absolute mode).
Argument
std_factor sets the std of the gaussian weights for the patch overlap,
equal to
std = std_factor*patch_size.
boundary_conditions can be
{ 0=dirichlet | 1=neumann | 2=periodic | 3=mirror }.
Default values:
std_factor=0.3 and boundary_conditions=3.