Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | major renaming and new 3D demos for Matlab | Daniil Kazantsev | 2018-04-09 | 27 | -829/+229 |
| | |||||
* | Delete demoMatlab_denoise.m~ | Daniil Kazantsev | 2018-04-09 | 1 | -31/+0 |
| | | | deleted redundant *m file | ||||
* | fixes a memory leak in FGP-TV(CPU)#43, matlab CPU/GPU wrappers and demos | Daniil Kazantsev | 2018-04-09 | 14 | -1035/+343 |
| | |||||
* | removed findBoost | Edoardo Pasca | 2018-04-06 | 2 | -37/+2 |
| | |||||
* | removed boost dependency | Edoardo Pasca | 2018-04-04 | 1 | -3/+3 |
| | |||||
* | Fixed GPU regularizer includes, remove boost dependency | Edoardo Pasca | 2018-04-04 | 1 | -19/+1 |
| | |||||
* | readme and pyx updated | Daniil Kazantsev | 2018-04-03 | 2 | -302/+17 |
| | |||||
* | cleaning stage, leaving only FGP/ROF and related compilers, demos | Daniil Kazantsev | 2018-04-03 | 22 | -5048/+21 |
| | |||||
* | small correct #40 | algol | 2018-03-07 | 1 | -1/+0 |
| | |||||
* | demos fixed #40 | algol | 2018-03-06 | 4 | -310/+63 |
| | |||||
* | FGP/ROF-CPU/GPU fully working with new interfaces and regularizers.py ↵ | algol | 2018-03-06 | 5 | -54/+196 |
| | | | | script. This closes #39 and #38 | ||||
* | work on cythonization2 | Daniil Kazantsev | 2018-03-06 | 1 | -41/+56 |
| | |||||
* | FGP_CPU (Cythonized) now works in demo | algol | 2018-03-06 | 1 | -7/+3 |
| | |||||
* | FGP/ROF updates | Daniil Kazantsev | 2018-03-06 | 3 | -141/+16 |
| | |||||
* | work on FGP intergration | algol | 2018-03-06 | 2 | -17/+14 |
| | |||||
* | ROF_FGP_unified syntax | Daniil Kazantsev | 2018-03-06 | 1 | -32/+27 |
| | |||||
* | Cmake/Cython fixes to compile ROF-FGP | algol | 2018-03-05 | 5 | -30/+32 |
| | |||||
* | cpu-related cython file updated #33 | Daniil Kazantsev | 2018-02-26 | 2 | -11/+68 |
| | |||||
* | CPU-GPU naming consistency | Daniil Kazantsev | 2018-02-26 | 4 | -280/+353 |
| | |||||
* | updates to CPU/GPU core for ROF and demos | Daniil Kazantsev | 2018-02-25 | 3 | -9/+9 |
| | |||||
* | GPU test fixed, cpu vs gpu test added for ROF-TV | algol | 2018-02-22 | 4 | -14/+137 |
| | |||||
* | modified gpu regularizers build | Edoardo Pasca | 2018-02-21 | 2 | -16/+20 |
| | |||||
* | Merge branch 'GPU_test' of ↵ | Edoardo Pasca | 2018-02-21 | 1 | -2/+40 |
|\ | | | | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into GPU_test Conflicts: Wrappers/Python/test/test_gpu_regularizers.py | ||||
| * | ROF_TV demo | Daniil Kazantsev | 2018-02-21 | 1 | -3/+41 |
| | | |||||
* | | added TV_ROF | Edoardo Pasca | 2018-02-21 | 2 | -5/+5 |
|/ | |||||
* | CPU demo updated | Daniil Kazantsev | 2018-02-20 | 1 | -3/+3 |
| | |||||
* | renamed GPU ROF_TV | Edoardo Pasca | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | added ROF_TV to CPU demo | Edoardo Pasca | 2018-02-20 | 1 | -12/+47 |
| | |||||
* | fix wrapper build | Edoardo Pasca | 2018-02-20 | 1 | -31/+35 |
| | |||||
* | ROF_TV modified and GPU code added, all cython related files updated, but ↵ | Daniil Kazantsev | 2018-02-20 | 2 | -46/+73 |
| | | | | not testes | ||||
* | added ROF_TV regularizer to library and wrapper | Edoardo Pasca | 2018-02-20 | 1 | -0/+84 |
| | |||||
* | removed and renamed a few things | Edoardo Pasca | 2018-02-20 | 5 | -1251/+1 |
| | |||||
* | GPU regularizers fixed, the demo runs smoothly | Daniil Kazantsev | 2018-02-09 | 2 | -44/+48 |
| | |||||
* | some corrections in GPU-reg demos | algol | 2018-02-09 | 1 | -4/+17 |
| | |||||
* | Update meta.yaml | vais-ral | 2018-02-07 | 1 | -6/+4 |
| | | | Removed python explicit version dependency | ||||
* | Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TV | algol | 2018-02-06 | 2 | -32/+50 |
| | |||||
* | added test_gpu_regularizer.py in test | Edoardo Pasca | 2018-01-30 | 1 | -0/+131 |
| | |||||
* | fix GPU regularizer | Edoardo Pasca | 2018-01-30 | 2 | -21/+21 |
| | |||||
* | Merge branch 'gpu' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction ↵ | Edoardo Pasca | 2018-01-29 | 1 | -2/+2 |
|\ | | | | | | | into gpu | ||||
| * | fixed Wrapper Build for linux | Edoardo Pasca | 2018-01-29 | 1 | -2/+2 |
| | | |||||
* | | added demo directory | Edoardo Pasca | 2018-01-29 | 1 | -0/+442 |
|/ | |||||
* | removed initial lib from library name (unix) | Edoardo Pasca | 2018-01-29 | 1 | -7/+16 |
| | |||||
* | added CMakeLists.txt for Python Wrapper | Edoardo Pasca | 2018-01-29 | 1 | -0/+110 |
| | |||||
* | finds boost libraries during wrappers build (win) | Edoardo Pasca | 2018-01-29 | 7 | -35/+45 |
| | | | | | finds and set the correct name for the boost libraries. Builds GPU wrapper if CUDA is found. | ||||
* | minor changes to test | Edoardo Pasca | 2018-01-29 | 1 | -51/+47 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into gpu | Edoardo Pasca | 2018-01-29 | 2 | -1/+108 |
|\ | |||||
| * | ROF TV regularizer added #22 | Daniil Kazantsev | 2018-01-26 | 2 | -1/+108 |
| | | |||||
* | | renamed fista_module_gpu to gpu_regularizers.pyx | Edoardo Pasca | 2018-01-29 | 4 | -1/+447 |
| | | | | | | | | Cleaned test_cpu_regularizers.py | ||||
* | | cython wrapper builds without errors | Edoardo Pasca | 2018-01-26 | 2 | -156/+167 |
| | | | | | | | | TODO: test | ||||
* | | added NML but commented out | Edoardo Pasca | 2018-01-26 | 1 | -43/+149 |
| | |