Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 21 | -498/+530 | |
| |\ | ||||||
| | * | Clean up unused variables | Willem Jan Palenstijn | 2016-10-13 | 1 | -29/+0 | |
| | * | Increase max angle count for Parker Weighting | Willem Jan Palenstijn | 2016-10-13 | 1 | -1/+1 | |
| * | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 4 | -6/+15 | |
* | | | Merge branch 'master' into parallel_vec | Willem Jan Palenstijn | 2016-10-07 | 21 | -456/+487 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-10-06 | 1 | -39/+31 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-04-22 | 1 | -18/+13 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | 2016-04-18 | 8 | -245/+176 | |
| * | | | 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 | |
| |\| | | ||||||
| * | | | 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 CUDA parvec support | Willem Jan Palenstijn | 2016-07-29 | 19 | -1332/+784 | |
* | | | | Merge branch 'master' into parvec | Willem Jan Palenstijn | 2016-07-28 | 29 | -987/+965 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Compute FBP filter in spatial domain | Willem Jan Palenstijn | 2016-06-24 | 1 | -7/+39 | |
| | |/ | |/| | ||||||
| * | | 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 | |
| |/ | ||||||
| * | 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 | |
| |\ | ||||||
| * | | 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 | |
* | | | Merge remote-tracking branch 'upstream/master' into parallel_vec | Wim van Aarle | 2015-05-26 | 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 | |
| |/ | ||||||
* / | removed extraDetectorOffset | Wim van Aarle | 2015-03-13 | 1 | -8/+3 | |
|/ | ||||||
* | 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 |