├── LICENSE ├── README.md ├── data ├── experiment │ └── README.md └── simulation │ ├── Barbana.bmp │ ├── Boat.bmp │ ├── Goldhill.bmp │ ├── House.bmp │ ├── cameraman.bmp │ ├── jetplane.bmp │ ├── lake.bmp │ ├── male.bmp │ ├── mandrill.bmp │ └── peppers.bmp ├── docs ├── cells-11-13-1999-supplement.pdf ├── cells-11-13-1999.pdf └── oe-29-18-28805.pdf ├── imgs ├── cell_comparison.gif ├── regularization_1.gif ├── regularization_2.gif ├── resolution_1.gif └── resolution_2.gif ├── main ├── demo_exp.m ├── demo_exp_fast.m ├── demo_sim.m ├── demo_sim_fast.m └── utils │ ├── S.m │ ├── ST.m │ ├── propagate.m │ ├── puma │ ├── clique_energy_ho.m │ ├── energy_ho.m │ ├── mf2.mexw64 │ ├── mincut.m │ └── puma_ho.m │ └── relative_error_2d.m └── src ├── AWF.m ├── WF.m ├── WFi.m └── func ├── D.m ├── DT.m ├── normTV.m └── proxTV.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/README.md -------------------------------------------------------------------------------- /data/experiment/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/experiment/README.md -------------------------------------------------------------------------------- /data/simulation/Barbana.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/Barbana.bmp -------------------------------------------------------------------------------- /data/simulation/Boat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/Boat.bmp -------------------------------------------------------------------------------- /data/simulation/Goldhill.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/Goldhill.bmp -------------------------------------------------------------------------------- /data/simulation/House.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/House.bmp -------------------------------------------------------------------------------- /data/simulation/cameraman.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/cameraman.bmp -------------------------------------------------------------------------------- /data/simulation/jetplane.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/jetplane.bmp -------------------------------------------------------------------------------- /data/simulation/lake.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/lake.bmp -------------------------------------------------------------------------------- /data/simulation/male.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/male.bmp -------------------------------------------------------------------------------- /data/simulation/mandrill.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/mandrill.bmp -------------------------------------------------------------------------------- /data/simulation/peppers.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/data/simulation/peppers.bmp -------------------------------------------------------------------------------- /docs/cells-11-13-1999-supplement.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/docs/cells-11-13-1999-supplement.pdf -------------------------------------------------------------------------------- /docs/cells-11-13-1999.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/docs/cells-11-13-1999.pdf -------------------------------------------------------------------------------- /docs/oe-29-18-28805.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/docs/oe-29-18-28805.pdf -------------------------------------------------------------------------------- /imgs/cell_comparison.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/imgs/cell_comparison.gif -------------------------------------------------------------------------------- /imgs/regularization_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/imgs/regularization_1.gif -------------------------------------------------------------------------------- /imgs/regularization_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/imgs/regularization_2.gif -------------------------------------------------------------------------------- /imgs/resolution_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/imgs/resolution_1.gif -------------------------------------------------------------------------------- /imgs/resolution_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/imgs/resolution_2.gif -------------------------------------------------------------------------------- /main/demo_exp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/demo_exp.m -------------------------------------------------------------------------------- /main/demo_exp_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/demo_exp_fast.m -------------------------------------------------------------------------------- /main/demo_sim.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/demo_sim.m -------------------------------------------------------------------------------- /main/demo_sim_fast.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/demo_sim_fast.m -------------------------------------------------------------------------------- /main/utils/S.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/S.m -------------------------------------------------------------------------------- /main/utils/ST.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/ST.m -------------------------------------------------------------------------------- /main/utils/propagate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/propagate.m -------------------------------------------------------------------------------- /main/utils/puma/clique_energy_ho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/puma/clique_energy_ho.m -------------------------------------------------------------------------------- /main/utils/puma/energy_ho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/puma/energy_ho.m -------------------------------------------------------------------------------- /main/utils/puma/mf2.mexw64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/puma/mf2.mexw64 -------------------------------------------------------------------------------- /main/utils/puma/mincut.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/puma/mincut.m -------------------------------------------------------------------------------- /main/utils/puma/puma_ho.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/puma/puma_ho.m -------------------------------------------------------------------------------- /main/utils/relative_error_2d.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/main/utils/relative_error_2d.m -------------------------------------------------------------------------------- /src/AWF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/AWF.m -------------------------------------------------------------------------------- /src/WF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/WF.m -------------------------------------------------------------------------------- /src/WFi.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/WFi.m -------------------------------------------------------------------------------- /src/func/D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/func/D.m -------------------------------------------------------------------------------- /src/func/DT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/func/DT.m -------------------------------------------------------------------------------- /src/func/normTV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/func/normTV.m -------------------------------------------------------------------------------- /src/func/proxTV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/THUHoloLab/pixel-super-resolution-phase-retrieval/HEAD/src/func/proxTV.m --------------------------------------------------------------------------------