summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Added many methodsEdoardo Pasca2017-10-171-24/+160
|
* Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-132-0/+15
|\ | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-117-50/+988
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize Conflicts: demos/exportDemoRD2Data.m main_func/regularizers_CPU/FGP_TV_core.h main_func/regularizers_CPU/LLT_model.c src/Python/test/readhd5.py src/Python/test_reconstructor.py src/Python/test_regularizers.py
| * | initial revisionEdoardo Pasca2017-10-111-0/+25
| | |
| * | read and plot the hdf5Edoardo Pasca2017-10-111-1/+14
| | |
| * | table with regularizers outputEdoardo Pasca2017-10-111-33/+33
| | |
| * | initial revisionEdoardo Pasca2017-10-111-0/+0
| | |
| * | initial revisionEdoardo Pasca2017-10-111-0/+0
| | |
| * | initial facility to test the FISTAEdoardo Pasca2017-10-111-0/+179
| | |
| * | bugfixEdoardo Pasca2017-10-111-2/+2
| | |
| * | initial revision for testingEdoardo Pasca2017-10-111-0/+354
| | |
| * | export/import data from hdf5Edoardo Pasca2017-10-111-0/+28
| | | | | | | | | | | | | | | 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.
| * | module renameEdoardo Pasca2017-10-111-2/+2
| | |
| * | initial revisionEdoardo Pasca2017-10-111-0/+322
| | |
| * | added viewer for testingEdoardo Pasca2017-10-1111-0/+1987
| | |
| * | changed the backward slash to forwardEdoardo Pasca2017-10-111-6/+6
| | |
| * | module rename to cpu_regularizersEdoardo Pasca2017-10-112-3/+4
| | |
| * | initial commit of Reconstructor.pyEdoardo Pasca2017-10-111-0/+598
| | |
| * | updated test for regularizer APIEdoardo Pasca2017-10-111-300/+290
| | |
| * | Test module for Boost PythonEdoardo Pasca2017-10-113-9/+99
| | | | | | | | | | | | currently can pass a function to the C++ layer to be evaluated.
| * | Regularizer.pyfirst commitEdoardo Pasca2017-10-111-0/+322
| | |
| * | initial revisionEdoardo Pasca2017-10-111-25/+0
| | |
| * | added simple_astra_test.pyEdoardo Pasca2017-10-111-0/+25
| | |
| * | added TGV_PDEdoardo Pasca2017-10-112-28/+168
| | |
| * | added TGV_PD, removed useless codeEdoardo Pasca2017-10-111-99/+146
| | |
| * | added PatchBased_RegulEdoardo Pasca2017-10-112-1/+123
| | |
| * | test for general boost::python / numpy routinesEdoardo Pasca2017-10-111-0/+18
| | |
| * | minor changeEdoardo Pasca2017-10-111-3/+7
| | |
| * | Added 3 regularizersEdoardo Pasca2017-10-111-34/+232
| | | | | | | | | | | | | | | | | | SplitBregman_TV FGP_TV LLT_model
| * | test facility for regularizersEdoardo Pasca2017-10-111-0/+265
| | |
| * | compilation fixesEdoardo Pasca2017-10-111-5/+9
| | |
| * | added FGP_TV wrapperEdoardo Pasca2017-10-111-103/+473
| | |
| * | Added Python modulesEdoardo Pasca2017-10-114-0/+637
| / | | | | | | | | | | | | 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.
* | changes for vishighmemEdoardo Pasca2017-10-131-2/+2
| |
* | uses FISTAReconstructor classEdoardo Pasca2017-10-131-138/+6
| | | | | | | | | | deleted the calculation of the lipschitz constant that is now in the reconstructor class.
* | Added setParameterEdoardo Pasca2017-10-131-130/+34
|/ | | | minor beautification of code
* cleaned up codeEdoardo Pasca2017-09-131-31/+1
|
* Merge branch 'pythonize' of ↵Edoardo Pasca2017-08-251-20/+64
|\ | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * removed vtk dependencyalgol2017-08-251-39/+85
| |
* | minor changesEdoardo Pasca2017-08-251-29/+31
| |
* | use refactore codeEdoardo Pasca2017-08-257-948/+1
| |
* | Reorganized code with new fista package nameEdoardo Pasca2017-08-2510-5/+1767
| |
* | The calculation of the Lipschitz constant worksEdoardo Pasca2017-08-251-20/+40
|/
* initial revisionEdoardo Pasca2017-08-241-0/+0
|
* initial revisionEdoardo Pasca2017-08-241-0/+0
|
* initial facility to test the FISTAEdoardo Pasca2017-08-241-0/+179
|
* bugfixEdoardo Pasca2017-08-241-2/+2
|
* initial revision for testingEdoardo Pasca2017-08-231-0/+354
|
* Merge branch 'pythonize' of ↵Edoardo Pasca2017-08-231-0/+28
|\ | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * export/import data from hdf5Edoardo Pasca2017-08-231-0/+28
| | | | | | | | | | 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.