Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further development | Edoardo Pasca | 2017-10-20 | 2 | -55/+81 |
| | |||||
* | finished first draft | Edoardo Pasca | 2017-10-19 | 1 | -115/+21 |
| | |||||
* | further progress | Edoardo Pasca | 2017-10-19 | 1 | -34/+54 |
| | |||||
* | progress in pythonization | Edoardo Pasca | 2017-10-19 | 1 | -22/+44 |
| | |||||
* | added to repository | Edoardo Pasca | 2017-10-18 | 1 | -0/+379 |
| | |||||
* | implemented non ordered subset FISTA in reconstructor | Edoardo Pasca | 2017-10-18 | 2 | -25/+165 |
| | |||||
* | minor reorganization of the code | Edoardo Pasca | 2017-10-18 | 1 | -52/+45 |
| | | | | added RSME | ||||
* | Modified Region of interest; removed studentt | Edoardo Pasca | 2017-10-18 | 1 | -14/+7 |
| | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction/commit/6fb8f5d188ed31d7a7077cba8ab7aea17b25b8bf | ||||
* | removed viewer package from tree | Edoardo Pasca | 2017-10-18 | 11 | -1987/+0 |
| | |||||
* | Progress in pythonization | Edoardo Pasca | 2017-10-18 | 2 | -35/+298 |
| | |||||
* | Squashing 2 commits: Added and removed hdf5 (too big) | Edoardo Pasca | 2017-10-18 | 1 | -0/+0 |
| | | | | | | Added data in hdf5 format removed hdf5 data | ||||
* | Added many methods | Edoardo Pasca | 2017-10-17 | 1 | -24/+160 |
| | |||||
* | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-10-13 | 2 | -0/+15 |
|\ | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-10-11 | 7 | -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 revision | Edoardo Pasca | 2017-10-11 | 1 | -0/+25 |
| | | | |||||
| * | | read and plot the hdf5 | Edoardo Pasca | 2017-10-11 | 1 | -1/+14 |
| | | | |||||
| * | | table with regularizers output | Edoardo Pasca | 2017-10-11 | 1 | -33/+33 |
| | | | |||||
| * | | initial revision | Edoardo Pasca | 2017-10-11 | 1 | -0/+0 |
| | | | |||||
| * | | initial revision | Edoardo Pasca | 2017-10-11 | 1 | -0/+0 |
| | | | |||||
| * | | initial facility to test the FISTA | Edoardo Pasca | 2017-10-11 | 1 | -0/+179 |
| | | | |||||
| * | | bugfix | Edoardo Pasca | 2017-10-11 | 1 | -2/+2 |
| | | | |||||
| * | | initial revision for testing | Edoardo Pasca | 2017-10-11 | 1 | -0/+354 |
| | | | |||||
| * | | export/import data from hdf5 | Edoardo Pasca | 2017-10-11 | 1 | -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 rename | Edoardo Pasca | 2017-10-11 | 1 | -2/+2 |
| | | | |||||
| * | | initial revision | Edoardo Pasca | 2017-10-11 | 1 | -0/+322 |
| | | | |||||
| * | | added viewer for testing | Edoardo Pasca | 2017-10-11 | 11 | -0/+1987 |
| | | | |||||
| * | | changed the backward slash to forward | Edoardo Pasca | 2017-10-11 | 1 | -6/+6 |
| | | | |||||
| * | | module rename to cpu_regularizers | Edoardo Pasca | 2017-10-11 | 2 | -3/+4 |
| | | | |||||
| * | | initial commit of Reconstructor.py | Edoardo Pasca | 2017-10-11 | 1 | -0/+598 |
| | | | |||||
| * | | updated test for regularizer API | Edoardo Pasca | 2017-10-11 | 1 | -300/+290 |
| | | | |||||
| * | | Test module for Boost Python | Edoardo Pasca | 2017-10-11 | 3 | -9/+99 |
| | | | | | | | | | | | | currently can pass a function to the C++ layer to be evaluated. | ||||
| * | | Regularizer.pyfirst commit | Edoardo Pasca | 2017-10-11 | 1 | -0/+322 |
| | | | |||||
| * | | initial revision | Edoardo Pasca | 2017-10-11 | 1 | -25/+0 |
| | | | |||||
| * | | added simple_astra_test.py | Edoardo Pasca | 2017-10-11 | 1 | -0/+25 |
| | | | |||||
| * | | added TGV_PD | Edoardo Pasca | 2017-10-11 | 2 | -28/+168 |
| | | | |||||
| * | | added TGV_PD, removed useless code | Edoardo Pasca | 2017-10-11 | 1 | -99/+146 |
| | | | |||||
| * | | added PatchBased_Regul | Edoardo Pasca | 2017-10-11 | 2 | -1/+123 |
| | | | |||||
| * | | test for general boost::python / numpy routines | Edoardo Pasca | 2017-10-11 | 1 | -0/+18 |
| | | | |||||
| * | | minor change | Edoardo Pasca | 2017-10-11 | 1 | -3/+7 |
| | | | |||||
| * | | Added 3 regularizers | Edoardo Pasca | 2017-10-11 | 1 | -34/+232 |
| | | | | | | | | | | | | | | | | | | SplitBregman_TV FGP_TV LLT_model | ||||
| * | | test facility for regularizers | Edoardo Pasca | 2017-10-11 | 1 | -0/+265 |
| | | | |||||
| * | | compilation fixes | Edoardo Pasca | 2017-10-11 | 1 | -5/+9 |
| | | | |||||
| * | | added FGP_TV wrapper | Edoardo Pasca | 2017-10-11 | 1 | -103/+473 |
| | | | |||||
| * | | Added Python modules | Edoardo Pasca | 2017-10-11 | 4 | -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 vishighmem | Edoardo Pasca | 2017-10-13 | 1 | -2/+2 |
| | | |||||
* | | uses FISTAReconstructor class | Edoardo Pasca | 2017-10-13 | 1 | -138/+6 |
| | | | | | | | | | | deleted the calculation of the lipschitz constant that is now in the reconstructor class. | ||||
* | | Added setParameter | Edoardo Pasca | 2017-10-13 | 1 | -130/+34 |
|/ | | | | minor beautification of code | ||||
* | cleaned up code | Edoardo Pasca | 2017-09-13 | 1 | -31/+1 |
| | |||||
* | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-08-25 | 1 | -20/+64 |
|\ | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | removed vtk dependency | algol | 2017-08-25 | 1 | -39/+85 |
| | |