This class of plug-ins implement various regularizations for 3D vector fields that are typically used in image registration to translate the force driving the registration to a smooth velocity field.
This plugin implements successive (over-)relaxation as a solver to regularize the vector field.. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
abs_f | float in [0, inf) | 0.01 | breaking condition: absolute residuum |
kernel | factory | fluid | solver kernel to be used. For supported plug-ins see Plugin type: 3dvf/regularizerkernel |
maxiter | uint in [0, inf) | 100 | maximum number of iterations |
rel_f | float in (0, 1) | 1e-05 | breaking condition: relative residuum |