API Reference
- xpunwrap.algos_available() dict[str, Callable[[...], Any]][source]
Return all available phase unwrapping algorithms.
- Returns:
Mapping from algorithm name to callable, in the order
algo_ls_poisson,algo_ls_poisson_pg,algo_ls_weighted,algo_skimage_unwrap.
Algorithms
Batched 2D phase unwrapping using a least-squares Poisson solver. |
|
Least-squares unwrapping with periodic gradient enforcement. |
|
Weighted least-squares unwrapping with border masking. |
|
2D phase unwrapping using scikit-image's CPU implementation. |