Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.62 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.62 KB

WISH

This repository contains Matlab implementation for the Nature LSA2019 paper

WISH: wavefront imaging sensor with high resolution by Yicheng Wu, Manoj Sharma, and Ashok Veeraraghavan.

The python implementation can be found here.

WISH

How to use

Please clone this repo. The main file is named as WISH.m.

If you want to use our generated SLM patterns, please download them from Google Drive and put them to the same directory as the code.

The current version is implemented using Matlab GPU array (recommended). If you want to run the code with only CPU, you might need to delte the code for GPU selection g = gpuDevice(1); and GPU array conversion gpuArray.

Citation

If you find this code useful, please cite our papers.

@article{wu2019wish,
  title={WISH: wavefront imaging sensor with high resolution},
  author={Wu, Yicheng and Sharma, Manoj Kumar and Veeraraghavan, Ashok},
  journal={Light: Science \& Applications},
  volume={8},
  number={1},
  pages={1--10},
  year={2019},
  publisher={Nature Publishing Group}
}

Contributions

If you have any questions/comments/bug reports, feel free to open a github issue or pull a request or e-mail to the author Yicheng Wu ([email protected]).