├── Gerchberg-Saxton-algorithm.py ├── README.md ├── Weighted-Gerchberg-Saxton-algorithm.py └── img ├── hologram.bmp ├── reconstruction.bmp ├── target.bmp ├── weighted_hologram.bmp └── weighted_reconstruction.bmp /Gerchberg-Saxton-algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/Gerchberg-Saxton-algorithm.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/README.md -------------------------------------------------------------------------------- /Weighted-Gerchberg-Saxton-algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/Weighted-Gerchberg-Saxton-algorithm.py -------------------------------------------------------------------------------- /img/hologram.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/img/hologram.bmp -------------------------------------------------------------------------------- /img/reconstruction.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/img/reconstruction.bmp -------------------------------------------------------------------------------- /img/target.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/img/target.bmp -------------------------------------------------------------------------------- /img/weighted_hologram.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/img/weighted_hologram.bmp -------------------------------------------------------------------------------- /img/weighted_reconstruction.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kurokuman/Gerchberg-Saxton-algorithm/HEAD/img/weighted_reconstruction.bmp --------------------------------------------------------------------------------