summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Delete demoMatlab_denoise.m~Daniil Kazantsev2018-04-091-31/+0
| | | deleted redundant *m file
* Merge pull request #46 from vais-ral/demostestsDaniil Kazantsev2018-04-0922-1077/+391
|\ | | | | fixes a memory leak in FGP-TV(CPU)#43, matlab CPU/GPU wrappers and demos
| * fixes a memory leak in FGP-TV(CPU)#43, matlab CPU/GPU wrappers and demosDaniil Kazantsev2018-04-0922-1077/+391
|/
* Merge pull request #45 from vais-ral/remove_boostDaniil Kazantsev2018-04-066-83/+35
|\ | | | | Remove boost
| * readme upd5Daniil Kazantsev2018-04-061-6/+13
| |
| * removed findBoostEdoardo Pasca2018-04-062-37/+2
| |
| * removed unavailable codeEdoardo Pasca2018-04-041-4/+4
| |
| * removed boost dependencyEdoardo Pasca2018-04-041-3/+3
| |
| * Fixed GPU regularizer includes, remove boost dependencyEdoardo Pasca2018-04-042-32/+12
| |
| * removed unused includeEdoardo Pasca2018-04-041-1/+1
|/
* readme update4Daniil Kazantsev2018-04-031-5/+5
|
* readme update3Daniil Kazantsev2018-04-031-7/+7
|
* readme update2Daniil Kazantsev2018-04-031-13/+13
|
* readme and pyx updatedDaniil Kazantsev2018-04-033-365/+40
|
* cleaning stage, leaving only FGP/ROF and related compilers, demosDaniil Kazantsev2018-04-0339-6853/+21
|
* Merge pull request #40 from vais-ral/GPU_testdkazanc2018-03-0720-823/+1509
|\ | | | | ROF/FGP updated via Cython
| * small correct #40algol2018-03-071-1/+0
| |
| * demos fixed #40algol2018-03-064-310/+63
| |
| * FGP/ROF-CPU/GPU fully working with new interfaces and regularizers.py ↵algol2018-03-067-56/+198
| | | | | | | | script. This closes #39 and #38
| * work on cythonization2Daniil Kazantsev2018-03-063-51/+65
| |
| * FGP_CPU (Cythonized) now works in demoalgol2018-03-061-7/+3
| |
| * FGP/ROF updatesDaniil Kazantsev2018-03-066-228/+89
| |
| * work on FGP intergrationalgol2018-03-065-33/+30
| |
| * ROF_FGP_unified syntaxDaniil Kazantsev2018-03-065-42/+37
| |
| * Cmake/Cython fixes to compile ROF-FGPalgol2018-03-0512-48/+51
| |
| * cpu-related cython file updated #33Daniil Kazantsev2018-02-262-11/+68
| |
| * CPU-GPU naming consistencyDaniil Kazantsev2018-02-2613-298/+371
| |
| * FGP CPU parameters passing simplified, FGP GPU addedDaniil Kazantsev2018-02-264-236/+867
| |
| * updates to CPU/GPU core for ROF and demosDaniil Kazantsev2018-02-255-24/+22
| |
| * GPU test fixed, cpu vs gpu test added for ROF-TValgol2018-02-225-15/+138
| |
| * modified gpu regularizers buildEdoardo Pasca2018-02-212-16/+20
| |
| * Merge branch 'GPU_test' of ↵Edoardo Pasca2018-02-211-2/+40
| |\ | | | | | | | | | | | | | | | | | | https://github.com/vais-ral/CCPi-FISTA_Reconstruction into GPU_test Conflicts: Wrappers/Python/test/test_gpu_regularizers.py
| | * ROF_TV demoDaniil Kazantsev2018-02-211-3/+41
| |/ |/|
| * added TV_ROFEdoardo Pasca2018-02-215-8/+10
|/
* added linker flags as CXX flags for openmp on linuxEdoardo Pasca2018-02-201-1/+1
|
* CPU demo updatedDaniil Kazantsev2018-02-201-3/+3
|
* renamed GPU ROF_TVEdoardo Pasca2018-02-201-1/+1
|
* added ROF_TV to CPU demoEdoardo Pasca2018-02-201-12/+47
|
* fix wrapper buildEdoardo Pasca2018-02-201-31/+35
|
* ROF_TV modified and GPU code added, all cython related files updated, but ↵Daniil Kazantsev2018-02-208-169/+638
| | | | not testes
* added ROF_TV regularizer to library and wrapperEdoardo Pasca2018-02-202-0/+85
|
* removed and renamed a few thingsEdoardo Pasca2018-02-205-1251/+1
|
* GPU regularizers fixed, the demo runs smoothlyDaniil Kazantsev2018-02-093-45/+49
|
* some corrections in GPU-reg demosalgol2018-02-091-4/+17
|
* Added flag for NVCC and ubuntu 16.04algol2018-02-091-0/+2
| | | | https://groups.google.com/forum/#!msg/caffe-users/Tm3OsZBwN9Q/XKGRKNdmBAAJ
* Merge pull request #30 from vais-ral/openmpdkazanc2018-02-081-3/+18
|\ | | | | Openmp
| * add math library at link stageEdoardo Pasca2018-02-081-1/+2
| |
| * compile with OpenMP works on WindowsEdoardo Pasca2018-02-061-3/+17
| |
| * Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TValgol2018-02-062-32/+50
| |
* | Update meta.yamlvais-ral2018-02-071-6/+4
| | | | | | Removed python explicit version dependency