Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor changes | Edoardo Pasca | 2017-08-25 | 1 | -29/+31 |
| | |||||
* | use refactore code | Edoardo Pasca | 2017-08-25 | 7 | -948/+1 |
| | |||||
* | Reorganized code with new fista package name | Edoardo Pasca | 2017-08-25 | 10 | -5/+1767 |
| | |||||
* | The calculation of the Lipschitz constant works | Edoardo Pasca | 2017-08-25 | 1 | -20/+40 |
| | |||||
* | initial revision | Edoardo Pasca | 2017-08-24 | 1 | -0/+0 |
| | |||||
* | initial revision | Edoardo Pasca | 2017-08-24 | 1 | -0/+0 |
| | |||||
* | initial facility to test the FISTA | Edoardo Pasca | 2017-08-24 | 1 | -0/+179 |
| | |||||
* | bugfix | Edoardo Pasca | 2017-08-24 | 1 | -2/+2 |
| | |||||
* | initial revision for testing | Edoardo Pasca | 2017-08-23 | 1 | -0/+354 |
| | |||||
* | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-08-23 | 2 | -0/+63 |
|\ | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | export/import data from hdf5 | Edoardo Pasca | 2017-08-23 | 2 | -0/+63 |
| | | | | | | | | | | 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. | ||||
* | | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-08-23 | 1 | -2/+2 |
|\| | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | module rename | Edoardo Pasca | 2017-08-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-08-23 | 1 | -0/+322 |
|\| | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | initial revision | Edoardo Pasca | 2017-08-23 | 1 | -0/+322 |
| | | |||||
* | | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-08-23 | 11 | -0/+1987 |
|\| | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | added viewer for testing | Edoardo Pasca | 2017-08-23 | 11 | -0/+1987 |
| | | |||||
* | | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-08-23 | 2 | -3/+4 |
|\| | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * | module rename to cpu_regularizers | Edoardo Pasca | 2017-08-23 | 2 | -3/+4 |
| | | |||||
* | | changed the backward slash to forward | Edoardo Pasca | 2017-08-23 | 1 | -6/+6 |
|/ | |||||
* | initial commit of Reconstructor.py | Edoardo Pasca | 2017-08-23 | 1 | -0/+598 |
| | |||||
* | updated test for regularizer API | Edoardo Pasca | 2017-08-23 | 1 | -300/+290 |
| | |||||
* | Test module for Boost Python | Edoardo Pasca | 2017-08-23 | 3 | -9/+99 |
| | | | | currently can pass a function to the C++ layer to be evaluated. | ||||
* | Regularizer.pyfirst commit | Edoardo Pasca | 2017-08-23 | 1 | -0/+322 |
| | |||||
* | initial revision | Edoardo Pasca | 2017-08-17 | 2 | -0/+110 |
| | |||||
* | added TGV_PD | Edoardo Pasca | 2017-08-07 | 2 | -28/+168 |
| | |||||
* | added TGV_PD, removed useless code | Edoardo Pasca | 2017-08-07 | 1 | -99/+146 |
| | |||||
* | removed copyIm | Edoardo Pasca | 2017-08-07 | 1 | -8/+0 |
| | |||||
* | typo | Edoardo Pasca | 2017-08-07 | 1 | -1/+1 |
| | |||||
* | added PatchBased_Regul | Edoardo Pasca | 2017-08-04 | 2 | -1/+123 |
| | |||||
* | typo and include matrix.h | Edoardo Pasca | 2017-08-04 | 1 | -1/+2 |
| | |||||
* | test for general boost::python / numpy routines | Edoardo Pasca | 2017-08-04 | 1 | -0/+18 |
| | |||||
* | minor change | Edoardo Pasca | 2017-08-04 | 1 | -3/+7 |
| | |||||
* | Added 3 regularizers | Edoardo Pasca | 2017-08-04 | 1 | -34/+232 |
| | | | | | | SplitBregman_TV FGP_TV LLT_model | ||||
* | test facility for regularizers | Edoardo Pasca | 2017-08-04 | 1 | -0/+265 |
| | |||||
* | compilation fixes | Edoardo Pasca | 2017-08-04 | 1 | -5/+9 |
| | |||||
* | extern C fix | Edoardo Pasca | 2017-08-04 | 1 | -5/+10 |
| | |||||
* | extern C function called by C++ | Edoardo Pasca | 2017-08-04 | 5 | -12/+41 |
| | | | | | adds extern "C" to the definition of the functions if the code is called from C++ rather than from C/Matlab | ||||
* | removed definition of CopyImage | Edoardo Pasca | 2017-08-04 | 2 | -20/+4 |
| | |||||
* | fix typo and add include "matrix.h" | Edoardo Pasca | 2017-08-04 | 4 | -15/+32 |
| | |||||
* | test 2D data for regularizers | Edoardo Pasca | 2017-08-04 | 1 | -0/+0 |
| | |||||
* | added FGP_TV wrapper | Edoardo Pasca | 2017-08-03 | 1 | -103/+473 |
| | |||||
* | Added Python modules | Edoardo Pasca | 2017-08-03 | 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. | ||||
* | Added utils.c utils.h | Edoardo Pasca | 2017-08-02 | 2 | -0/+56 |
| | | | | | a few regularizers defined the same copyIm function. I moved it into this new common utils. | ||||
* | added utils | Edoardo Pasca | 2017-08-02 | 4 | -4/+9 |
| | |||||
* | initial split of C files to be used both by Matlab and Python | Edoardo Pasca | 2017-08-02 | 15 | -1091/+1619 |
| | | | | | | the regularizers routines have been splitted to separate the Matlab from the C implementation. This will allow the concurrent use of the C code from Boost Python. | ||||
* | New regularizers for FISTA | Daniil Kazantsev | 2017-07-31 | 10 | -61/+728 |
| | |||||
* | ring removal bug fixed | algol | 2017-07-05 | 2 | -83/+80 |
| | |||||
* | FISTA_REC code optimized and cleaned | algol | 2017-07-05 | 1 | -1/+0 |
| | |||||
* | FISTA_REC code optimized and cleaned | algol | 2017-07-05 | 2 | -126/+89 |
| |