Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize more filter size functions | Willem Jan Palenstijn | 2018-07-17 | 1 | -1/+3 |
| | |||||
* | Add filter size error reporting | Willem Jan Palenstijn | 2018-07-17 | 2 | -3/+9 |
| | |||||
* | Refactor filter config | Willem Jan Palenstijn | 2018-07-17 | 4 | -12/+23 |
| | |||||
* | Refactor a few filter-related functions out of cuda code | Willem Jan Palenstijn | 2018-07-17 | 5 | -11/+19 |
| | |||||
* | Expose FDK_Filter function | Willem Jan Palenstijn | 2018-06-29 | 1 | -0/+4 |
| | |||||
* | Move CUDA include files | Willem Jan Palenstijn | 2018-06-22 | 36 | -8/+2568 |
| | |||||
* | Remove outdated svn keywords | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+0 |
| | |||||
* | Update outdated URLs | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 98 | -98/+98 |
| | |||||
* | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 98 | -196/+196 |
| | |||||
* | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 98 | -98/+98 |
| | |||||
* | Check for CUDA support at run-time in use_cuda() | Willem Jan Palenstijn | 2018-01-09 | 1 | -16/+1 |
| | |||||
* | Fix FanFlatBeamLineKernelProjector memleak | Willem Jan Palenstijn | 2017-11-28 | 2 | -0/+5 |
| | |||||
* | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-11-22 | 2 | -10/+12 |
|\ | |||||
| * | Add experimental accumulate_FP/BP/FDK python functions | Willem Jan Palenstijn | 2017-11-22 | 1 | -8/+10 |
| | | |||||
| * | Update version to 1.9.0dev | Willem Jan Palenstijn | 2017-11-22 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-11-22 | 3 | -174/+3 |
|\| | |||||
| * | Remove unused code | Willem Jan Palenstijn | 2017-11-14 | 1 | -31/+2 |
| | | |||||
| * | Update version to 1.8.3 | Willem Jan Palenstijn | 2017-11-06 | 1 | -1/+1 |
| | | |||||
| * | Remove unused code | Willem Jan Palenstijn | 2017-11-01 | 2 | -142/+0 |
| | | |||||
| * | Remove some unnecessary includes | Willem Jan Palenstijn | 2017-11-01 | 1 | -4/+0 |
| | | |||||
* | | Fix some warnings | Willem Jan Palenstijn | 2017-10-12 | 5 | -243/+236 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-10-11 | 1 | -15/+0 |
|\| | |||||
| * | Improve object creation error messages | Willem Jan Palenstijn | 2017-10-11 | 1 | -15/+0 |
| | | |||||
* | | Make geometry config checks slightly less numerically strict | Willem Jan Palenstijn | 2017-10-11 | 1 | -1/+1 |
| | | |||||
* | | Scale 2D projection results by detector pixel width | Willem Jan Palenstijn | 2017-10-11 | 3 | -6/+12 |
| | | | | | | | | | | The strip and cuda projectors already did this scaling, so this makes the other behave consistently. | ||||
* | | Unify some parallel_vec parameter computations | Willem Jan Palenstijn | 2017-09-27 | 1 | -0/+3 |
| | | |||||
* | | Fix non-square window for CPU projectors | Willem Jan Palenstijn | 2017-09-20 | 5 | -5/+5 |
| | | |||||
* | | Remove broken openmp support from CPU kernels | Willem Jan Palenstijn | 2017-09-20 | 5 | -5/+0 |
| | | | | | | | | The writes to the volume in the (ray-driven) backprojection are not done in a thread-safe way. | ||||
* | | Fix boundary issues in par_linear | Willem Jan Palenstijn | 2017-09-18 | 1 | -9/+9 |
| | | |||||
* | | Fix boundary issues in fan_line | Willem Jan Palenstijn | 2017-09-18 | 1 | -17/+17 |
| | | |||||
* | | Homogenize style | Willem Jan Palenstijn | 2017-09-15 | 1 | -31/+11 |
| | | |||||
* | | Fix boundary issues in par_line | Willem Jan Palenstijn | 2017-09-15 | 1 | -14/+14 |
| | | |||||
* | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2017-09-15 | 98 | -852/+777 |
|\| | |||||
| * | Fix build without CUDA | Willem Jan Palenstijn | 2017-05-22 | 2 | -0/+8 |
| | | |||||
| * | Remove using namespace astra; from headers | Willem Jan Palenstijn | 2017-02-16 | 6 | -66/+57 |
| | | |||||
| * | Remove using namespace std; from headers | Willem Jan Palenstijn | 2017-02-16 | 28 | -72/+68 |
| | | |||||
| * | Update comments | Willem Jan Palenstijn | 2017-02-08 | 6 | -30/+27 |
| | | |||||
| * | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | 2017-02-08 | 8 | -32/+329 |
| | | |||||
| * | Remove unused 3d global min/max | Willem Jan Palenstijn | 2017-02-08 | 2 | -56/+2 |
| | | |||||
| * | Remove unused data3d functions | Willem Jan Palenstijn | 2017-02-08 | 4 | -213/+0 |
| | | |||||
| * | Remove unused function | Willem Jan Palenstijn | 2017-02-08 | 1 | -12/+0 |
| | | |||||
| * | Fix warning | Willem Jan Palenstijn | 2017-01-24 | 1 | -2/+2 |
| | | |||||
| * | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 1 | -2/+2 |
| | | |||||
| * | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | 2016-12-01 | 1 | -0/+2 |
| | | | | | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D. | ||||
| * | Fix warnings | Willem Jan Palenstijn | 2016-11-28 | 1 | -4/+2 |
| | | |||||
| * | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 95 | -379/+285 |
| | | |||||
| * | Merge branch 'fdk_custom_filter' | Willem Jan Palenstijn | 2016-11-28 | 2 | -1/+4 |
| |\ | |||||
| | * | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 4 | -32/+40 |
| | |\ | |||||
| | * | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 1 | -0/+1 |
| | | | |