summaryrefslogtreecommitdiffstats
path: root/src/Python
Commit message (Collapse)AuthorAgeFilesLines
* fixes gpu issues with pdtvdkazanc2019-12-093-26/+16
|
* all work completed on gpu version of pdtvDaniil Kazantsev2019-11-283-3/+74
|
* modifications in pdtvdkazanc2019-11-272-10/+16
|
* PDTV 3D verisiondkazanc2019-11-262-2/+28
|
* added PD_TV_2D_CPU versionDaniil Kazantsev2019-11-253-17/+78
|
* CPU fixed, GPU almostdkazanc2019-09-031-4/+4
|
* mask segm bits removed from Cythondkazanc2019-05-152-43/+1
|
* var reg for GPU, ROF TV modelDaniil Kazantsev2019-04-172-20/+50
|
* succesfull variable regulariser implementationdkazanc2019-04-161-9/+22
|
* created separate module for mask processingdkazanc2019-04-152-75/+46
|
* further progressdkazanc2019-04-112-7/+14
|
* progress with bresenhamDaniil Kazantsev2019-04-102-4/+10
|
* 2D CPU version for constrained diffusiondkazanc2019-04-092-1/+63
|
* all python code updatedDaniil Kazantsev2019-03-103-525/+594
|
* SBTV,LLTROF completedDaniil Kazantsev2019-03-083-107/+127
|
* matlab cmake fixed, rof tv epsdkazanc2019-03-073-36/+44
|
* cont1Daniil Kazantsev2019-03-062-13/+20
|
* fixes 2n vector problemdkazanc2019-03-061-3/+3
|
* tol workdkazanc2019-03-063-23/+24
|
* MOVE: Wrappers/Python/supp to src/Python/ccpi/suppTomas Kulhanek2019-02-253-0/+65
|
* Merge remote-tracking branch 'remotes/origin/master' into newdirstructureTomas Kulhanek2019-02-221-1/+1
|\ | | | | | | | | | | Conflicts: demos/demoMatlab_denoise.m demos/qualitymetrics.py
* | FIX: directory links, install instructionsTomas Kulhanek2019-02-212-24/+24
| |
* | restructured sourcesTomas Kulhanek2019-02-217-0/+1755
|/
* removed src dirEdoardo Pasca2018-01-2539-7504/+0
|
* all Matlab related stuff have been moved to wrappersDaniil Kazantsev2018-01-251-2/+2
|
* some developmentEdoardo Pasca2018-01-193-1/+530
|
* added demosEdoardo Pasca2018-01-191-3/+33
|
* removed printsEdoardo Pasca2018-01-191-9/+1
|
* fixed non OS routineEdoardo Pasca2018-01-191-16/+53
|
* Initial demo as Demo_RealData3D_Parallel.mEdoardo Pasca2018-01-191-0/+138
|
* Little developmentEdoardo Pasca2018-01-191-1/+0
|
* bugfix in createReducedDeviceEdoardo Pasca2018-01-191-19/+25
|
* progress using abstract device in classEdoardo Pasca2018-01-193-22/+56
| | | | squash later
* reconstructor class working with Ordered SubsetEdoardo Pasca2018-01-191-9/+14
|
* test class rather than scriptEdoardo Pasca2018-01-191-3/+31
|
* Added Ordered SubsetsEdoardo Pasca2018-01-191-13/+173
|
* first working OS FISTA python testEdoardo Pasca2018-01-191-24/+47
|
* demo updatedEdoardo Pasca2018-01-191-30/+24
|
* Allows regularizer to output simply an imageEdoardo Pasca2018-01-191-2/+3
|
* fixed setParameterEdoardo Pasca2018-01-191-15/+27
| | | | | fixed setParameter allows regularizer to output simply the image rather than list.
* regularization parameter is divided by Lipschitz constantEdoardo Pasca2018-01-191-1/+4
| | | | as 09f9bf9828c39bcdd870cfefbcb52e61451802eb
* bugfixes for AstraDevice useEdoardo Pasca2018-01-194-35/+71
|
* bugfixEdoardo Pasca2018-01-191-0/+2
|
* Added AstraDevice and DeviceModelEdoardo Pasca2018-01-191-0/+2
|
* further development using abstract forward/backward projectorEdoardo Pasca2018-01-194-59/+84
|
* uses AstraDeviceEdoardo Pasca2018-01-191-32/+92
|
* Added DeviceModel and AstraDeviceEdoardo Pasca2018-01-192-0/+124
| | | | | | these classes are to abstract the calls to forward/backprojection so that the FISTA implementation is independent of ASTRA and we may use CCPi code from CGLS.
* Finds the conda executableEdoardo Pasca2018-01-192-3/+8
|
* handles correctly the slicingEdoardo Pasca2018-01-191-3/+3
|
* initializes R3Edoardo Pasca2018-01-191-4/+1
| | | | Bugfix, R2 was initialized twice, R3 never.