| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | TGV3D_GPU added, demos updated fpr Python/Matlab | dkazanc | 2019-02-18 | 2 | -17/+57 | 
| *  | remove print | Edoardo Pasca | 2019-01-10 | 1 | -1/+0 | 
| *  | allows 3D TGV by a for loop on slices | Edoardo Pasca | 2019-01-10 | 2 | -3/+15 | 
| *  | UPDATE: python handling non-zero return code for GPU, skip tests in this case | TomasKulhanek | 2018-12-17 | 1 | -59/+97 | 
| *  | exit 0 | TomasKulhanek | 2018-12-07 | 1 | -5/+3 | 
| *  | raise exception instead of exit 1 | TomasKulhanek | 2018-12-07 | 1 | -3/+5 | 
| *  | GPU version, this completes implementation of nltv #68 | dkazanc | 2018-12-04 | 2 | -3/+35 | 
| *  | cythonised nltv and updated demo, readme, bash run added | Daniil Kazantsev | 2018-12-02 | 1 | -14/+66 | 
| *  | matlab version tested, cython bit started | dkazanc | 2018-11-30 | 1 | -0/+38 | 
| *  | LLT-ROF model added | Daniil Kazantsev | 2018-05-30 | 2 | -0/+92 | 
| *  | TGV for CPU and GPU added with demos | Daniil Kazantsev | 2018-05-23 | 2 | -0/+68 | 
| *  | energy bug fixed | algol | 2018-05-04 | 1 | -6/+9 | 
| *  | TV energy ffunction cythonised | Daniil Kazantsev | 2018-05-04 | 1 | -0/+44 | 
| *  | demos for Diff4thO | algol | 2018-05-04 | 1 | -2/+2 | 
| *  | 4th order diffusion added | Daniil Kazantsev | 2018-05-03 | 2 | -1/+102 | 
| *  | bugs of NVM are fixed | Daniil Kazantsev | 2018-05-02 | 1 | -2/+2 | 
| *  | bugs in NVM fixed | algol | 2018-05-02 | 1 | -6/+6 | 
| *  | cyth corr | Daniil Kazantsev | 2018-05-02 | 2 | -12/+11 | 
| *  | corrections to dimens issues | algol | 2018-05-02 | 1 | -4/+6 | 
| *  | some updates in demo | algol | 2018-05-01 | 1 | -1/+1 | 
| *  | inpaint NVM added | Daniil Kazantsev | 2018-05-01 | 1 | -1/+30 | 
| *  | new inpainters | Daniil Kazantsev | 2018-05-01 | 1 | -0/+50 | 
| *  | Anisotropic Diffusion modules added for 2D/3D CPU/GPU | algol | 2018-04-19 | 2 | -1/+112 | 
| *  | TNV demos | algol | 2018-04-17 | 1 | -2/+2 | 
| *  | TNV module added | Daniil Kazantsev | 2018-04-17 | 1 | -0/+26 | 
| *  | SB TV demos all work | algol | 2018-04-16 | 1 | -3/+3 | 
| *  | SB TV method CPU/GPU added | Daniil Kazantsev | 2018-04-16 | 2 | -0/+133 | 
| *  | dTV some bugs in cython | algol | 2018-04-12 | 2 | -5/+4 | 
| *  | dTV method added | Daniil Kazantsev | 2018-04-12 | 2 | -4/+165 | 
| *  | #43 all python/matlab 2d/3d DEMOS work OK | algol | 2018-04-10 | 2 | -5/+5 | 
| *  | major renaming and new  3D demos for Matlab | Daniil Kazantsev | 2018-04-09 | 2 | -28/+28 | 
| *  | 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 | 1 | -756/+0 | 
| *  | small correct #40 | algol | 2018-03-07 | 1 | -1/+0 | 
| *  | demos fixed #40 | algol | 2018-03-06 | 1 | -289/+0 | 
| *  | FGP/ROF-CPU/GPU fully working with new interfaces and regularizers.py script.... | algol | 2018-03-06 | 1 | -17/+26 | 
| *  | work on cythonization2 | Daniil Kazantsev | 2018-03-06 | 1 | -41/+56 | 
| *  | FGP/ROF updates | Daniil Kazantsev | 2018-03-06 | 1 | -3/+2 | 
| *  | work on FGP intergration | algol | 2018-03-06 | 1 | -9/+5 | 
| *  | ROF_FGP_unified syntax | Daniil Kazantsev | 2018-03-06 | 1 | -32/+27 | 
| *  | Cmake/Cython fixes to compile ROF-FGP | algol | 2018-03-05 | 3 | -15/+13 | 
| *  | cpu-related cython file updated #33 | Daniil Kazantsev | 2018-02-26 | 2 | -11/+68 | 
| *  | CPU-GPU naming consistency | Daniil Kazantsev | 2018-02-26 | 2 | -276/+339 | 
| *  | GPU test fixed, cpu vs gpu test added for ROF-TV | algol | 2018-02-22 | 1 | -1/+1 | 
| *  | added TV_ROF | Edoardo Pasca | 2018-02-21 | 1 | -4/+4 | 
| *  | renamed GPU ROF_TV | Edoardo Pasca | 2018-02-20 | 1 | -1/+1 | 
| *  | fix wrapper build | Edoardo Pasca | 2018-02-20 | 1 | -31/+35 | 
| *  | ROF_TV modified and GPU code added, all cython related files updated, but not... | Daniil Kazantsev | 2018-02-20 | 2 | -46/+73 | 
| *  | 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 | 2 | -49/+0 |