summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-10-11changed the backward slash to forwardEdoardo Pasca
2017-10-11module rename to cpu_regularizersEdoardo Pasca
2017-10-11initial commit of Reconstructor.pyEdoardo Pasca
2017-10-11updated test for regularizer APIEdoardo Pasca
2017-10-11Test module for Boost PythonEdoardo Pasca
currently can pass a function to the C++ layer to be evaluated.
2017-10-11Regularizer.pyfirst commitEdoardo Pasca
2017-10-11initial revisionEdoardo Pasca
2017-10-11added simple_astra_test.pyEdoardo Pasca
2017-10-11added TGV_PDEdoardo Pasca
2017-10-11added TGV_PD, removed useless codeEdoardo Pasca
2017-10-11added PatchBased_RegulEdoardo Pasca
2017-10-11test for general boost::python / numpy routinesEdoardo Pasca
2017-10-11minor changeEdoardo Pasca
2017-10-11Added 3 regularizersEdoardo Pasca
SplitBregman_TV FGP_TV LLT_model
2017-10-11test facility for regularizersEdoardo Pasca
2017-10-11compilation fixesEdoardo Pasca
2017-10-11added FGP_TV wrapperEdoardo Pasca
2017-10-11Added Python modulesEdoardo Pasca
Matlab2Python_utils.cpp contains utilities for handling numpy arrays. Together with setup_test.py it creates a functional module for testing. fista_module.cpp and setup.py are meant for the real fista module.
2017-09-13cleaned up codeEdoardo Pasca
2017-08-25Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-25minor changesEdoardo Pasca
2017-08-25use refactore codeEdoardo Pasca
2017-08-25Reorganized code with new fista package nameEdoardo Pasca
2017-08-25The calculation of the Lipschitz constant worksEdoardo Pasca
2017-08-25removed vtk dependencyalgol
2017-08-24initial revisionEdoardo Pasca
2017-08-24initial revisionEdoardo Pasca
2017-08-24initial facility to test the FISTAEdoardo Pasca
2017-08-24bugfixEdoardo Pasca
2017-08-23initial revision for testingEdoardo Pasca
2017-08-23Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-23export/import data from hdf5Edoardo Pasca
Added file to export the data from DemoRD2.m to HDF5 to pass it to Python. Added file to import the data from DemoRD2.m from HDF5.
2017-08-23Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-23module renameEdoardo Pasca
2017-08-23Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-23initial revisionEdoardo Pasca
2017-08-23Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-23added viewer for testingEdoardo Pasca
2017-08-23Merge branch 'pythonize' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-08-23changed the backward slash to forwardEdoardo Pasca
2017-08-23module rename to cpu_regularizersEdoardo Pasca
2017-08-23initial commit of Reconstructor.pyEdoardo Pasca
2017-08-23updated test for regularizer APIEdoardo Pasca
2017-08-23Test module for Boost PythonEdoardo Pasca
currently can pass a function to the C++ layer to be evaluated.
2017-08-23Regularizer.pyfirst commitEdoardo Pasca
2017-08-17initial revisionEdoardo Pasca
2017-08-07added TGV_PDEdoardo Pasca
2017-08-07added TGV_PD, removed useless codeEdoardo Pasca
2017-08-04added PatchBased_RegulEdoardo Pasca
2017-08-04test for general boost::python / numpy routinesEdoardo Pasca