Study of sparsity priors (TV and wavelets) to reconstruct images from the DiffuserCam lensless camera
- Load the anaconda environment using the env file.
- Load your image (jpg or png) in input/
- Run forward_model.py, this will simulate the image capture. (captured image is stored in captured/)
- Run deconvolve.py, this will run the gradient descent solver (FISTA) with the prior and store the reconstruction in recons/
- Analysis plots in utils_diff.py
- Isolate the wavelet projection function from utils_diff.py