An open API service indexing awesome lists of open source software.

https://github.com/kabasset/phifun

Fun with Phi!
https://github.com/kabasset/phifun

cpp dft fftw image-processing optics under-development

Last synced: 3 months ago
JSON representation

Fun with Phi!

Awesome Lists containing this project

README

          

# PhiFun

This project is a sandbox for implementing and measuring transforms for PSF estimation by phase diversity.
Φ (Phi) is the conventional symbol for the phase, and optics is fun, thus the name!

It is organized in modules, generally named after the researcher behind the developed feature:
* PhiFourier for [DFTs](https://en.wikipedia.org/wiki/Discrete_Fourier_transform)
* PhiZernike for [Zernike polynomials](https://en.wikipedia.org/wiki/Zernike_polynomials)
* PhiDuffieux for [optical models](https://en.wikipedia.org/wiki/Fourier_optics)
* (PhiBox is a messy toolbox)

For details on the context, refer to [the technical note on phase diversity](doc/pd.ipynb).

## License

[LGPL-3.0-or-later](LICENSE.md)