Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fix FDK shortscan weighting | Willem Jan Palenstijn | 2017-02-14 | 1 | -14/+7 | |
| | | | | | | | | | | It was computing weights for angles in [0,2pi) but using them on angles in (-2pi,0]. | |||||
| * | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | 2017-02-08 | 2 | -1/+28 | |
| | | ||||||
| * | Merge pull request #84 from wjp/expose_ConeBP_density_weighting | Willem Jan Palenstijn | 2016-12-01 | 2 | -2/+4 | |
| |\ | | | | | | | Expose the density weighting option of cone_bp | |||||
| | * | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | 2016-12-01 | 2 | -2/+4 | |
| | | | | | | | | | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D. | |||||
| * | | Tune cone_fp block size | Willem Jan Palenstijn | 2016-11-30 | 1 | -1/+1 | |
| |/ | ||||||
| * | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 27 | -107/+81 | |
| | | ||||||
| * | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 19 | -489/+490 | |
| |\ | ||||||
| | * | 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 | 19 | -453/+485 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | 2016-04-18 | 6 | -244/+130 | |
| | | | | | | | | | | | | | | | Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step. | |||||
| * | | 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 | 6 | -1/+47 | |
| |\| | ||||||
| * | | 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 | 16 | -189/+185 | |
| | | | ||||||
* | | | Add CUDA parvec support | Willem Jan Palenstijn | 2016-07-29 | 1 | -11/+11 | |
| |/ |/| | ||||||
* | | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 4 | -1/+27 | |
| | | ||||||
* | | 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 | |
| | | | | | This reduces the chance of the Windows display driver watchdog triggering, and doesn't seem to hurt performance. | |||||
* | Add CompositeGeometryManager | Willem Jan Palenstijn | 2015-12-04 | 4 | -82/+378 | |
| | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary. | |||||
* | Fix assert | Willem Jan Palenstijn | 2015-07-16 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' into volgeom3d | Willem Jan Palenstijn | 2015-04-15 | 3 | -7/+9 | |
|\ | ||||||
| * | Initialize variables to avoid warning | Willem Jan Palenstijn | 2015-03-30 | 2 | -2/+2 | |
| | | | | | | | | | | These variables are never used when uninitialized, but Visual Studio complains about them. | |||||
| * | Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵ | Daniel M. Pelt | 2015-03-13 | 1 | -5/+5 | |
| | | | | | | | | these defines | |||||
| * | Use new logging API internally instead of printf / iostream | Daniel M. Pelt | 2015-03-10 | 1 | -5/+7 | |
| | | ||||||
* | | 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 | 2 | -114/+1 | |
| | ||||||
* | Greatly speed up CUDA par3d_bp | Willem Jan Palenstijn | 2015-01-29 | 1 | -53/+48 | |
| | | | | These are the changes to cone_bp applied to par3d_bp. | |||||
* | Greatly speed up CUDA cone_bp | Willem Jan Palenstijn | 2015-01-29 | 1 | -99/+96 | |
| | | | | | This improves speed by a factor of 10. Tested on Kepler. Joint with Jeroen Bédorf. | |||||
* | Update copyright to -2015 | Willem Jan Palenstijn | 2015-01-26 | 25 | -50/+50 | |
| | ||||||
* | Update copyright headers | Willem Jan Palenstijn | 2015-01-19 | 25 | -125/+125 | |
| | ||||||
* | Move BP coordinate transformation to utility function | Willem Jan Palenstijn | 2014-12-03 | 4 | -0/+89 | |
| | ||||||
* | Remove obsolete debugging output | Willem Jan Palenstijn | 2014-09-18 | 3 | -22/+0 | |
| |