Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all Matlab related stuff have been moved to wrappers | Daniil Kazantsev | 2018-01-25 | 26 | -4063/+0 |
| | |||||
* | matlab mexed updated | algol | 2017-11-24 | 1 | -5/+5 |
| | |||||
* | Lipshitz constant attached to the regularization parameter | algol | 2017-10-26 | 1 | -21/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction | algol | 2017-10-26 | 17 | -59/+249 |
|\ | |||||
| * | Merge branch 'master' of ↵ | Edoardo Pasca | 2017-10-24 | 2 | -3/+7 |
| |\ | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * \ | Merge branch 'master' into pythonize | Edoardo Pasca | 2017-10-19 | 1 | -9/+26 |
| |\ \ | |||||
| * | | | moved code out of if-the-else | Edoardo Pasca | 2017-10-19 | 1 | -39/+15 |
| | | | | | | | | | | | | | | | | closes issue #5 | ||||
| * | | | Merge branch 'master' into pythonize | Edoardo Pasca | 2017-10-19 | 1 | -74/+105 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' of ↵ | Edoardo Pasca | 2017-10-18 | 1 | -91/+64 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize | ||||
| * \ \ \ \ | Merge branch 'pythonize' of ↵ | Edoardo Pasca | 2017-10-11 | 2 | -7/+1 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | | | | | removed copyIm | Edoardo Pasca | 2017-08-07 | 1 | -8/+0 |
| | | | | | | | |||||
| | * | | | | | typo | Edoardo Pasca | 2017-08-07 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | typo and include matrix.h | Edoardo Pasca | 2017-08-04 | 1 | -1/+2 |
| | | | | | | | |||||
| | * | | | | | 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 |
| | | | | | | | |||||
| | * | | | | | 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 |
| | | | | | | | |||||
| * | | | | | | removed copyIm | Edoardo Pasca | 2017-10-11 | 1 | -8/+0 |
| | | | | | | | |||||
| * | | | | | | typo | Edoardo Pasca | 2017-10-11 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | typo and include matrix.h | Edoardo Pasca | 2017-10-11 | 1 | -1/+2 |
| | | | | | | | |||||
| * | | | | | | extern C fix | Edoardo Pasca | 2017-10-11 | 1 | -5/+10 |
| | | | | | | | |||||
| * | | | | | | extern C function called by C++ | Edoardo Pasca | 2017-10-11 | 5 | -10/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-10-11 | 2 | -20/+4 |
| | | | | | | | |||||
| * | | | | | | fix typo and add include "matrix.h" | Edoardo Pasca | 2017-10-11 | 4 | -15/+13 |
| | | | | | | | |||||
| * | | | | | | Added utils.c utils.h | Edoardo Pasca | 2017-10-11 | 2 | -0/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a few regularizers defined the same copyIm function. I moved it into this new common utils. | ||||
| * | | | | | | added utils | Edoardo Pasca | 2017-10-11 | 4 | -4/+60 |
| | | | | | | | |||||
* | | | | | | | Lipshitz constant attached to the regularization parameter | algol | 2017-10-26 | 1 | -28/+28 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | GH-OS fixed, demos updated, add_artifacts function | Daniil Kazantsev | 2017-10-19 | 2 | -3/+7 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | OS loop now fixed | Daniil Kazantsev | 2017-10-19 | 1 | -21/+22 |
| | | | | | |||||
* | | | | | moved code out of if-then-else | Edoardo Pasca | 2017-10-19 | 1 | -39/+15 |
| |_|_|/ |/| | | | | | | | | | | | fixed #5 | ||||
* | | | | ordered subsets fix for GH term | Daniil Kazantsev | 2017-10-18 | 1 | -74/+105 |
| |_|/ |/| | | |||||
* | | | linked demos to TomoPhantom, cone beam demo, some FISTA modificastions | Daniil Kazantsev | 2017-10-18 | 1 | -91/+64 |
|/ / | |||||
* | | StudentT fidelity added, can be skipped during pythonising | algol | 2017-09-11 | 1 | -9/+47 |
| | | |||||
* | | 2 new GPU regularizers, FGP objective fixed, FISTA_REC updated | Daniil Kazantsev | 2017-09-11 | 10 | -68/+974 |
| | | |||||
* | | bugsf | Jakob Jorgensen, algol@harwell | 2017-09-07 | 1 | -3/+3 |
| | | |||||
* | | parallel3D updated for big data in Matlab | algol | 2017-09-07 | 1 | -1/+19 |
| | | |||||
* | | a minor big with TGV being constatly swtiched one removed | Daniil Kazantsev | 2017-08-24 | 1 | -3/+4 |
| | | |||||
* | | Ordered Subset FISTA added and demos updated in DemoRD2 | Daniil Kazantsev | 2017-08-03 | 2 | -119/+291 |
| | | |||||
* | | 2D or 3D regularization choices added | Daniil Kazantsev | 2017-08-03 | 1 | -21/+93 |
| | | |||||
* | | some cleaning inside C functions, updated mex_compile file and the work on ↵ | Daniil Kazantsev | 2017-08-03 | 15 | -256/+180 |
|/ | | | | ordered-subset FISTA started | ||||
* | 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 | 7 | -43/+713 |
| | |||||
* | ring removal bug fixed | algol | 2017-07-05 | 1 | -80/+77 |
| | |||||
* | FISTA_REC code optimized and cleaned | algol | 2017-07-05 | 1 | -1/+0 |
| | |||||
* | FISTA_REC code optimized and cleaned | algol | 2017-07-05 | 1 | -121/+85 |
| | |||||
* | some clearing | Daniil Kazantsev | 2017-07-04 | 1 | -25/+8 |
| | |||||
* | FISTA-GH bug fixed | Daniil Kazantsev | 2017-07-03 | 1 | -4/+7 |
| | |||||
* | Major reorganization, updated routines | Daniil Kazantsev | 2017-07-03 | 7 | -654/+785 |
| |