Git Product home page Git Product logo

isetpipelinetoolbox's Introduction

Image Reconstruction Toolbox

This repository contains the Bayesian image reconstruction algorithm we used in our project: Bayesian Image Reconstruction from Cone Mosaic Signal. For details, visit the main Project Page.

Structure of the Repository

Please also see the Methods section of our paper. For actual usage, the best way is to start with the instructions in the Project Page.

...
├── coneMosaic                      
    ├── ConeResponse.m              # Base Class, Wrapper of ISETBio, compute cone responses to natural images
    ├── ConeResponsePeripheral.m    # Extend the base class to use peripheral cone mosaic and optics
    ├── PeripheralModel.m           # Static function that returns optical model (PSF) at different visual eccentricity
    ├── ConeResponseCmosaic.m       # Extend the base class to use the newly updated cone mosaic 
├── imageEstimator                  # Deprecated; Regression-based method for image reconstruction    
    ├── ...
├── patchEstimator                  # The main algorithm used in our paper
    ├── PatchEstimator.m            # Base class for the estimator
    ├── GaussianPatch...            # Implement the Gaussian image prior
    ├── SparsePatch...              # Implement the sparse coding image prior
    ├── Poisson...                  # Implement the Poisson likelihood function
├── imageHelper                     # Some helper function for image processing
    ├── MarkovPrior.m               # Gaussian prior for which we have control over its spatial and chromatic correlation
    ├── computeBasisPCA.m           # PCA on dataset of natural images
    ├── whitening.m                 # Apply the whitening transformation to images
    ├── sampleImage.m               # Crop image to a specific size
    ├── labDistance.m               # The Spatial CIELAB loss function
    ├── ... 
├── visualHelper                    # Some helper functions for visualization
    ├── ... 
├── hyperspectral                   # Data loader and data curation with hyperspectral images
    ├── ... 
├── fminlbfgs.m                     # MATLAB community implementation of limited memory BFGS.
...

Please see here for the original source of fminlbfgs.

Contact

Feel free to contact me if you any questions or comments at
lingqiz at sas dot upenn dot edu

isetpipelinetoolbox's People

Contributors

lingqiz avatar davidbrainard avatar carlosrod178 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar Brian Wandell avatar Jonathan Winawer avatar Michael Perry avatar Franco Pestilli avatar Nicolas Cottaris avatar Haomiao Jiang avatar  avatar E.J. Chichilnisky avatar Xiaomao Ding avatar Fred Rieke avatar James Golden avatar  avatar  avatar

Forkers

tutenws

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.