summaryrefslogtreecommitdiffstats
path: root/main_func
Commit message (Collapse)AuthorAgeFilesLines
* all Matlab related stuff have been moved to wrappersDaniil Kazantsev2018-01-2526-4063/+0
|
* matlab mexed updatedalgol2017-11-241-5/+5
|
* Lipshitz constant attached to the regularization parameteralgol2017-10-261-21/+6
|
* Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstructionalgol2017-10-2617-59/+249
|\
| * Merge branch 'master' of ↵Edoardo Pasca2017-10-242-3/+7
| |\ | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * \ Merge branch 'master' into pythonizeEdoardo Pasca2017-10-191-9/+26
| |\ \
| * | | moved code out of if-the-elseEdoardo Pasca2017-10-191-39/+15
| | | | | | | | | | | | | | | | closes issue #5
| * | | Merge branch 'master' into pythonizeEdoardo Pasca2017-10-191-74/+105
| |\ \ \
| * \ \ \ Merge branch 'master' of ↵Edoardo Pasca2017-10-181-91/+64
| |\ \ \ \ | | | | | | | | | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
| * \ \ \ \ Merge branch 'pythonize' of ↵Edoardo Pasca2017-10-112-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 copyImEdoardo Pasca2017-08-071-8/+0
| | | | | | |
| | * | | | | typoEdoardo Pasca2017-08-071-1/+1
| | | | | | |
| | * | | | | typo and include matrix.hEdoardo Pasca2017-08-041-1/+2
| | | | | | |
| | * | | | | extern C fixEdoardo Pasca2017-08-041-5/+10
| | | | | | |
| | * | | | | extern C function called by C++Edoardo Pasca2017-08-045-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 CopyImageEdoardo Pasca2017-08-042-20/+4
| | | | | | |
| | * | | | | fix typo and add include "matrix.h"Edoardo Pasca2017-08-044-15/+32
| | | | | | |
| | * | | | | Added utils.c utils.hEdoardo Pasca2017-08-022-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a few regularizers defined the same copyIm function. I moved it into this new common utils.
| | * | | | | added utilsEdoardo Pasca2017-08-024-4/+9
| | | | | | |
| * | | | | | removed copyImEdoardo Pasca2017-10-111-8/+0
| | | | | | |
| * | | | | | typoEdoardo Pasca2017-10-111-1/+1
| | | | | | |
| * | | | | | typo and include matrix.hEdoardo Pasca2017-10-111-1/+2
| | | | | | |
| * | | | | | extern C fixEdoardo Pasca2017-10-111-5/+10
| | | | | | |
| * | | | | | extern C function called by C++Edoardo Pasca2017-10-115-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 CopyImageEdoardo Pasca2017-10-112-20/+4
| | | | | | |
| * | | | | | fix typo and add include "matrix.h"Edoardo Pasca2017-10-114-15/+13
| | | | | | |
| * | | | | | Added utils.c utils.hEdoardo Pasca2017-10-112-0/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a few regularizers defined the same copyIm function. I moved it into this new common utils.
| * | | | | | added utilsEdoardo Pasca2017-10-114-4/+60
| | | | | | |
* | | | | | | Lipshitz constant attached to the regularization parameteralgol2017-10-261-28/+28
| |_|_|_|_|/ |/| | | | |
* | | | | | GH-OS fixed, demos updated, add_artifacts functionDaniil Kazantsev2017-10-192-3/+7
| |_|_|_|/ |/| | | |
* | | | | OS loop now fixedDaniil Kazantsev2017-10-191-21/+22
| | | | |
* | | | | moved code out of if-then-elseEdoardo Pasca2017-10-191-39/+15
| |_|_|/ |/| | | | | | | | | | | fixed #5
* | | | ordered subsets fix for GH termDaniil Kazantsev2017-10-181-74/+105
| |_|/ |/| |
* | | linked demos to TomoPhantom, cone beam demo, some FISTA modificastionsDaniil Kazantsev2017-10-181-91/+64
|/ /
* | StudentT fidelity added, can be skipped during pythonisingalgol2017-09-111-9/+47
| |
* | 2 new GPU regularizers, FGP objective fixed, FISTA_REC updatedDaniil Kazantsev2017-09-1110-68/+974
| |
* | bugsfJakob Jorgensen, algol@harwell2017-09-071-3/+3
| |
* | parallel3D updated for big data in Matlabalgol2017-09-071-1/+19
| |
* | a minor big with TGV being constatly swtiched one removedDaniil Kazantsev2017-08-241-3/+4
| |
* | Ordered Subset FISTA added and demos updated in DemoRD2Daniil Kazantsev2017-08-032-119/+291
| |
* | 2D or 3D regularization choices addedDaniil Kazantsev2017-08-031-21/+93
| |
* | some cleaning inside C functions, updated mex_compile file and the work on ↵Daniil Kazantsev2017-08-0315-256/+180
|/ | | | ordered-subset FISTA started
* initial split of C files to be used both by Matlab and PythonEdoardo Pasca2017-08-0215-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 FISTADaniil Kazantsev2017-07-317-43/+713
|
* ring removal bug fixedalgol2017-07-051-80/+77
|
* FISTA_REC code optimized and cleanedalgol2017-07-051-1/+0
|
* FISTA_REC code optimized and cleanedalgol2017-07-051-121/+85
|
* some clearingDaniil Kazantsev2017-07-041-25/+8
|
* FISTA-GH bug fixedDaniil Kazantsev2017-07-031-4/+7
|
* Major reorganization, updated routinesDaniil Kazantsev2017-07-037-654/+785
|