This is an implementation of an algorithm to solve the Quadratically Constrained Basis Pursuit (QCBP) problem. The algorithm solves the problem
In words, the above minimization process chooses among all solutions
QCBP_fourier.m
Minimization algorithm based on the gradient descent method,demo.m
Demo script that compares the above method to classical filtered backprojection.
Dependencies:
- Matlab's Image processing toolbox
cs_algorithms.py
Minimization algorithm based on the gradient descent method,demo.py
Demo script that compares the above method to classical filtered backprojection.
Dependencies:
numpy
matplotlib
scikit-image
Any comments or queries are welcome at https://frank-roesler.github.io/contact/