├── LICENSE ├── README.md ├── data ├── experiment │ └── README.md └── simulation │ ├── Barbana.bmp │ ├── Boat.bmp │ ├── Goldhill.bmp │ ├── House.bmp │ ├── cameraman.bmp │ ├── jetplane.bmp │ ├── lake.bmp │ ├── male.bmp │ ├── mandril.bmp │ └── peppers.bmp ├── imgs ├── fig1.png ├── fig2.png ├── fig3.png └── fig4.png └── main ├── demo_exp.m ├── demo_sim.m └── utils ├── aperture.m ├── efficient_subpixel_registration-master ├── .gitattributes ├── .gitignore ├── dftregistration.m ├── efficient_subpixel_registration.m └── html │ ├── efficient_subpixel_registration.html │ ├── efficient_subpixel_registration.png │ ├── efficient_subpixel_registration_01.png │ └── efficient_subpixel_registration_02.png ├── imshift.m ├── propagate.m ├── puma ├── clique_energy_ho.m ├── energy_ho.m ├── mf2.mexw64 ├── mincut.m └── puma_ho.m ├── relative_error_2d.m └── tight_subplot ├── license.txt └── tight_subplot.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/README.md -------------------------------------------------------------------------------- /data/experiment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/experiment/README.md -------------------------------------------------------------------------------- /data/simulation/Barbana.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/Barbana.bmp -------------------------------------------------------------------------------- /data/simulation/Boat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/Boat.bmp -------------------------------------------------------------------------------- /data/simulation/Goldhill.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/Goldhill.bmp -------------------------------------------------------------------------------- /data/simulation/House.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/House.bmp -------------------------------------------------------------------------------- /data/simulation/cameraman.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/cameraman.bmp -------------------------------------------------------------------------------- /data/simulation/jetplane.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/jetplane.bmp -------------------------------------------------------------------------------- /data/simulation/lake.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/lake.bmp -------------------------------------------------------------------------------- /data/simulation/male.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/male.bmp -------------------------------------------------------------------------------- /data/simulation/mandril.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/mandril.bmp -------------------------------------------------------------------------------- /data/simulation/peppers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/data/simulation/peppers.bmp -------------------------------------------------------------------------------- /imgs/fig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/imgs/fig1.png -------------------------------------------------------------------------------- /imgs/fig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/imgs/fig2.png -------------------------------------------------------------------------------- /imgs/fig3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/imgs/fig3.png -------------------------------------------------------------------------------- /imgs/fig4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/imgs/fig4.png -------------------------------------------------------------------------------- /main/demo_exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/demo_exp.m -------------------------------------------------------------------------------- /main/demo_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/demo_sim.m -------------------------------------------------------------------------------- /main/utils/aperture.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/aperture.m -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/.gitattributes -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/.gitignore -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/dftregistration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/dftregistration.m -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/efficient_subpixel_registration.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/efficient_subpixel_registration.m -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration.html -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration.png -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration_01.png -------------------------------------------------------------------------------- /main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/efficient_subpixel_registration-master/html/efficient_subpixel_registration_02.png -------------------------------------------------------------------------------- /main/utils/imshift.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/imshift.m -------------------------------------------------------------------------------- /main/utils/propagate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/propagate.m -------------------------------------------------------------------------------- /main/utils/puma/clique_energy_ho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/puma/clique_energy_ho.m -------------------------------------------------------------------------------- /main/utils/puma/energy_ho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/puma/energy_ho.m -------------------------------------------------------------------------------- /main/utils/puma/mf2.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/puma/mf2.mexw64 -------------------------------------------------------------------------------- /main/utils/puma/mincut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/puma/mincut.m -------------------------------------------------------------------------------- /main/utils/puma/puma_ho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/puma/puma_ho.m -------------------------------------------------------------------------------- /main/utils/relative_error_2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/relative_error_2d.m -------------------------------------------------------------------------------- /main/utils/tight_subplot/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/tight_subplot/license.txt -------------------------------------------------------------------------------- /main/utils/tight_subplot/tight_subplot.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Yunhui-Gao/ptychographic-phase-retrieval/HEAD/main/utils/tight_subplot/tight_subplot.m --------------------------------------------------------------------------------