Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FDKWeighting option to standard cone_bp | Willem Jan Palenstijn | 2016-04-18 | 2 | -4/+12 |
* | Merge branch 'master' into aniso | Willem Jan Palenstijn | 2016-04-18 | 10 | -3/+68 |
|\ | |||||
| * | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 4 | -1/+27 |
| * | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | 2016-03-23 | 4 | -2/+21 |
| * | Query max texture size instead of hardcoding it | Willem Jan Palenstijn | 2016-02-16 | 2 | -0/+20 |
* | | Adapt 3D BP scaling to voxel size | Willem Jan Palenstijn | 2016-04-18 | 2 | -4/+8 |
* | | Move detector-independent vars out of loop | Willem Jan Palenstijn | 2016-04-18 | 1 | -14/+12 |
* | | Add voxel-size scaling to par3d_fp | Willem Jan Palenstijn | 2016-04-18 | 1 | -16/+92 |
* | | Refactor voxel size scaling CUDA kernel, and special-case cubes | Willem Jan Palenstijn | 2016-04-18 | 1 | -26/+62 |
* | | Process non-cubic-voxel astra geometries | Willem Jan Palenstijn | 2016-02-10 | 1 | -4/+11 |
* | | Add cone_fp kernel support for anisotropic voxels | Willem Jan Palenstijn | 2016-02-10 | 2 | -10/+31 |
* | | Refactor CUDA projector params into struct | Willem Jan Palenstijn | 2016-02-10 | 17 | -190/+185 |
|/ | |||||
* | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -0/+2 |
* | Reduce FP3D CUDA kernel runtime | Willem Jan Palenstijn | 2015-12-22 | 2 | -2/+2 |
* | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 4 | -82/+378 |
* | Fix assert | Willem Jan Palenstijn | 2015-07-16 | 1 | -1/+1 |
* | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-04-15 | 8 | -44/+47 |
|\ | |||||
| * | Fixed a few CUDA 2D DART bugs. | Valerii Sokolov | 2015-04-09 | 1 | -6/+7 |
| * | Initialize variables to avoid warning | Willem Jan Palenstijn | 2015-03-30 | 3 | -3/+3 |
| * | Fix indentation | Willem Jan Palenstijn | 2015-03-20 | 1 | -11/+11 |
| * | Adds ASTRA_*** defines for easier logging, and changes internal calls to thes... | Daniel M. Pelt | 2015-03-13 | 4 | -21/+21 |
| * | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 4 | -24/+31 |
| * | Remove old Logging code (only used in fft.cu) | Daniel M. Pelt | 2015-03-09 | 2 | -9/+4 |
* | | Add outputScale argument to 2D CUDA BP | Willem Jan Palenstijn | 2015-03-12 | 12 | -63/+76 |
* | | Adapt standalone test programs to outputscale | Willem Jan Palenstijn | 2015-03-12 | 2 | -2/+2 |
* | | Scale CUDA 3D FP/BP output with volume pixel size | Willem Jan Palenstijn | 2015-03-12 | 5 | -37/+36 |
* | | Add outputScale argument to 3D CUDA BP | Willem Jan Palenstijn | 2015-03-12 | 9 | -38/+54 |
* | | Add flexible volgeom3d support to astraCudaFP | Willem Jan Palenstijn | 2015-03-12 | 2 | -217/+36 |
* | | Add flexible volgeom3d support to astraCudaBP | Willem Jan Palenstijn | 2015-03-11 | 2 | -202/+21 |
* | | Add flexible volgeom3d support to astraCudaBP_SIRTWeighted | Willem Jan Palenstijn | 2015-03-11 | 2 | -80/+38 |
* | | Add another utility function | Willem Jan Palenstijn | 2015-03-11 | 1 | -46/+53 |
* | | Let astraCudaFDK use utility functions | Willem Jan Palenstijn | 2015-03-11 | 2 | -33/+16 |
* | | Adjust interface slightly | Willem Jan Palenstijn | 2015-03-11 | 1 | -11/+12 |
* | | Allow non-centered volume geometry in SIRT3D and CGLS3D | Willem Jan Palenstijn | 2015-03-09 | 2 | -286/+88 |
* | | Add 3d geometry normalization functions | Willem Jan Palenstijn | 2015-03-06 | 2 | -0/+166 |
|/ | |||||
* | Untangle cuda and astra includes | Willem Jan Palenstijn | 2015-03-02 | 3 | -123/+4 |
* | Greatly speed up CUDA par3d_bp | Willem Jan Palenstijn | 2015-01-29 | 1 | -53/+48 |
* | Greatly speed up CUDA cone_bp | Willem Jan Palenstijn | 2015-01-29 | 1 | -99/+96 |
* | Update copyright to -2015 | Willem Jan Palenstijn | 2015-01-26 | 55 | -110/+110 |
* | Update copyright headers | Willem Jan Palenstijn | 2015-01-19 | 55 | -275/+275 |
* | Remove unused files | Willem Jan Palenstijn | 2014-12-04 | 2 | -177/+0 |
* | Move BP coordinate transformation to utility function | Willem Jan Palenstijn | 2014-12-03 | 4 | -0/+89 |
* | Start supporting flexible 2D volume geometry in Cuda FBP too | Willem Jan Palenstijn | 2014-10-06 | 2 | -25/+14 |
* | Add CUDA SIRT::doSlabCorrections() function | Willem Jan Palenstijn | 2014-10-02 | 4 | -0/+59 |
* | Improve cuda 2d header comments | Willem Jan Palenstijn | 2014-10-02 | 2 | -1/+25 |
* | Support flexible 2D volume geometry | Willem Jan Palenstijn | 2014-10-01 | 2 | -98/+204 |
* | Remove obsolete debugging output | Willem Jan Palenstijn | 2014-09-18 | 3 | -22/+0 |
* | Remove angle limits in par3d | Willem Jan Palenstijn | 2014-06-23 | 2 | -45/+64 |
* | Remove angle limits in cone | Willem Jan Palenstijn | 2014-06-23 | 2 | -48/+72 |
* | Remove angle limits in fan_fp, fan_bp | Willem Jan Palenstijn | 2014-06-19 | 2 | -7/+69 |