summaryrefslogtreecommitdiff
path: root/main_func
AgeCommit message (Collapse)Author
2018-01-25all Matlab related stuff have been moved to wrappersDaniil Kazantsev
2017-11-24matlab mexed updatedalgol
2017-10-26Lipshitz constant attached to the regularization parameteralgol
2017-10-26Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstructionalgol
2017-10-26Lipshitz constant attached to the regularization parameteralgol
2017-10-24Merge branch 'master' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-10-19GH-OS fixed, demos updated, add_artifacts functionDaniil Kazantsev
2017-10-19Merge branch 'master' into pythonizeEdoardo Pasca
2017-10-19OS loop now fixedDaniil Kazantsev
2017-10-19moved code out of if-then-elseEdoardo Pasca
fixed #5
2017-10-19moved code out of if-the-elseEdoardo Pasca
closes issue #5
2017-10-19Merge branch 'master' into pythonizeEdoardo Pasca
2017-10-18ordered subsets fix for GH termDaniil Kazantsev
2017-10-18Merge branch 'master' of ↵Edoardo Pasca
https://github.com/vais-ral/CCPi-FISTA_Reconstruction into pythonize
2017-10-18linked demos to TomoPhantom, cone beam demo, some FISTA modificastionsDaniil Kazantsev
2017-10-11Merge branch 'pythonize' of ↵Edoardo Pasca
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
2017-10-11removed copyImEdoardo Pasca
2017-10-11typoEdoardo Pasca
2017-10-11typo and include matrix.hEdoardo Pasca
2017-10-11extern C fixEdoardo Pasca
2017-10-11extern C function called by C++Edoardo Pasca
adds extern "C" to the definition of the functions if the code is called from C++ rather than from C/Matlab
2017-10-11removed definition of CopyImageEdoardo Pasca
2017-10-11fix typo and add include "matrix.h"Edoardo Pasca
2017-10-11Added utils.c utils.hEdoardo Pasca
a few regularizers defined the same copyIm function. I moved it into this new common utils.
2017-10-11added utilsEdoardo Pasca
2017-09-11StudentT fidelity added, can be skipped during pythonisingalgol
2017-09-112 new GPU regularizers, FGP objective fixed, FISTA_REC updatedDaniil Kazantsev
2017-09-07bugsfJakob Jorgensen, algol@harwell
2017-09-07parallel3D updated for big data in Matlabalgol
2017-08-24a minor big with TGV being constatly swtiched one removedDaniil Kazantsev
2017-08-07removed copyImEdoardo Pasca
2017-08-07typoEdoardo Pasca
2017-08-04typo and include matrix.hEdoardo Pasca
2017-08-04extern C fixEdoardo Pasca
2017-08-04extern C function called by C++Edoardo Pasca
adds extern "C" to the definition of the functions if the code is called from C++ rather than from C/Matlab
2017-08-04removed definition of CopyImageEdoardo Pasca
2017-08-04fix typo and add include "matrix.h"Edoardo Pasca
2017-08-03Ordered Subset FISTA added and demos updated in DemoRD2Daniil Kazantsev
2017-08-032D or 3D regularization choices addedDaniil Kazantsev
2017-08-03some cleaning inside C functions, updated mex_compile file and the work on ↵Daniil Kazantsev
ordered-subset FISTA started
2017-08-02Added utils.c utils.hEdoardo Pasca
a few regularizers defined the same copyIm function. I moved it into this new common utils.
2017-08-02added utilsEdoardo Pasca
2017-08-02initial split of C files to be used both by Matlab and PythonEdoardo Pasca
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.
2017-07-31New regularizers for FISTADaniil Kazantsev
2017-07-05ring removal bug fixedalgol
2017-07-05FISTA_REC code optimized and cleanedalgol
2017-07-05FISTA_REC code optimized and cleanedalgol
2017-07-04some clearingDaniil Kazantsev
2017-07-03FISTA-GH bug fixedDaniil Kazantsev
2017-07-03Major reorganization, updated routinesDaniil Kazantsev