Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test facility for regularizers | Edoardo Pasca | 2017-10-11 | 1 | -0/+265 |
| | |||||
* | compilation fixes | Edoardo Pasca | 2017-10-11 | 1 | -5/+9 |
| | |||||
* | 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 |
| | |||||
* | test 2D data for regularizers | Edoardo Pasca | 2017-10-11 | 1 | -0/+0 |
| | |||||
* | 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. | ||||
* | 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 |
| | |||||
* | 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 | 11 | -88/+1016 |
| | |||||
* | 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 | 3 | -140/+356 |
| | |||||
* | 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 | 16 | -258/+182 |
| | | | | 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 | 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 |
| | |||||
* | some clearing | Daniil Kazantsev | 2017-07-04 | 7 | -296/+29 |
| | |||||
* | FISTA-GH bug fixed | Daniil Kazantsev | 2017-07-03 | 3 | -11/+14 |
| | |||||
* | Major reorganization, updated routines | Daniil Kazantsev | 2017-07-03 | 18 | -1184/+1155 |
| | |||||
* | Apache2 license added | Daniil Kazantsev | 2017-07-03 | 4 | -0/+201 |
| | |||||
* | Initial revision | Pasca | 2017-03-29 | 25 | -0/+2482 |