Skip to content

dunxiong/SpectralDiffuserCam

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper

Spectral DiffuserCam: lensless snapshot hyperspectral imaging with a spectral filter array

Please cite the following paper when using this code or data:

@article{Monakhova:20,
author = {Kristina Monakhova and Kyrollos Yanny and Neerja Aggarwal and Laura Waller},
journal = {Optica},
number = {10},
pages = {1298--1307},
publisher = {OSA},
title = {Spectral DiffuserCam: lensless snapshot hyperspectral imaging with a spectral filter array},
volume = {7},
month = {Oct},
year = {2020},
url = {http://www.osapublishing.org/optica/abstract.cfm?URI=optica-7-10-1298},
doi = {10.1364/OPTICA.397214}
}

Contents

  1. Data
  2. Setup
  3. Description

Data

Sample data (needed to run the code) can be found here

This includes the following files:

  • calibration.mat - includes the calibratated point spread function, filter function, and wavelength list
  • four sample raw measurements

Setup

Clone this project using:

git clone https://github.com/Waller-Lab/SpectralDiffuserCam.git

The dependencies can be installed by using:

conda env create -f environment.yml
source activate SpectralDiffuserCam

Please place the downloaded data in SampleData folder in the Python and/or Matlab folders.

Reconstruction Demo.ipynb contains an example reconstruction in Python.

reconstruction_demo.m contains an example reconstruction in Matlab.

We recommend running this code on a GPU, but it can also be run on a CPU (much slower!).

Description

This repository contains code in both Python and Matlab that is needed to process raw Spectral DiffuserCam images and reconstruct 3D hyperspectral volumes from the raw 2D measurements. Four example raw images are provided, along with the calibrated point spread function and spectral filter function. Both the Python and Matlab versions support GPU acceleration. In Python, this is accomplished using cupy. We use FISTA for our reconstructions with a 3D total variation prior.

About

Code and project page for Spectral DiffuserCam

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.9%
  • MATLAB 1.9%
  • Python 1.2%