diff --git a/README.md b/README.md index 1d9b8f4..3abf2d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # FastSolversForWeightedTV -Set of utilities for computing proximal and projection operators with the TV regularization, and weighted version thereof, with GPU support. \ No newline at end of file +Set of utilities for computing proximal and projection operators with the TV regularization, and weighted version thereof, with GPU support. + +To install: +``` +] add https://github.com/grizzuti/FastSolversForWeightedTV.git +``` + +See examples in the folder /examples for applications of total variation regularization via proxy or projection. + +## References + + - Matthias J. Ehrhardt, Marta M. Betcke, "Multi-Contrast MRI Reconstruction with Structure-Guided Total Variation", SIAM Journal on Imaging Sciences, 2016. https://arxiv.org/abs/1511.06631 \ No newline at end of file