Skip to content

comp-imaging-sci/null-space-projection-operators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

null-space-projection-operators

This project contains code to compute the null space projection operator of a linear imaging operator. This repository contains implementations of the Wilson-Barrett, randomized singular value decomposition, and learning a projection operator methods as described in our paper.

If you find this software to be useful for your research, please consider citing

@unpublished{kuo2022null,
  title={Computing a projection operator onto the null space of a linear imaging operator: tutorial},
  author={Kuo, Joseph and Granstedt, Jason and Villa, Umberto and Anastasio, Mark A.},
  note="submitted"
  }

Installation

Prerequisites

null-space-projection-operators requires the following packages to be installed.

  • Python 3.7+

  • pip 19.0+

Building From Source

null-space-projection-operators can be instaled from source using:

python setup.py install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages