This class of plug-ins implement various regularizations kernels for 2D vector fields regularization solvers that are typically used in image registration to translate the force driving the registration to a smooth velocity field.
Evaluation kernel for the fluid-dynamics solver, either using successive (over-)relaxation, or a Gauss-Southwell relaxation. This implementation is generic and doesn't implement any architecture specific optimizations.. Supported parameters are:
Name | Type | Default | Description |
---|---|---|---|
lambda | float in [0, 10000] | 1 | bulk viscosity (compressibility) |
mu | float in (0, 10000] | 1 | dynamic viscosity (shear) |
relax | float in [0.1, 2] | 1 | Relaxation parameter for the solver |