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!
- Host: GitHub
- URL: https://github.com/kabasset/phifun
- Owner: kabasset
- License: other
- Created: 2022-02-15T17:31:15.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-11-15T14:18:37.000Z (over 3 years ago)
- Last Synced: 2023-12-19T16:04:46.183Z (over 2 years ago)
- Topics: cpp, dft, fftw, image-processing, optics, under-development
- Language: C++
- Homepage:
- Size: 127 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)