summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Start supporting flexible 2D volume geometry in Cuda FBP tooWillem Jan Palenstijn2014-10-063-39/+61
|
* Add --with-cuda-compute option to configureWillem Jan Palenstijn2014-10-022-3/+11
|
* Prettify nvcc arch output slightlyWillem Jan Palenstijn2014-10-021-1/+1
|
* Add CUDA SIRT::doSlabCorrections() functionWillem Jan Palenstijn2014-10-024-0/+59
| | | | | This function optionally compensates for effectively infinitely large slab-like objects of finite thickness 1.
* Improve cuda 2d header commentsWillem Jan Palenstijn2014-10-022-1/+25
|
* Support flexible 2D volume geometry in CudaReconstructionAlgorithm tooWillem Jan Palenstijn2014-10-011-50/+21
|
* Support flexible 2D volume geometryWillem Jan Palenstijn2014-10-013-132/+231
|
* Add new compute modelsWillem Jan Palenstijn2014-10-011-1/+2
|
* Add missing dirs to 'make clean'Willem Jan Palenstijn2014-10-011-1/+1
|
* Fix leakWillem Jan Palenstijn2014-09-251-0/+4
|
* Remove more obsolete debugging outputWillem Jan Palenstijn2014-09-242-21/+0
|
* Remove obsolete debugging outputWillem Jan Palenstijn2014-09-183-22/+0
|
* Minor cleanupWillem Jan Palenstijn2014-09-181-1/+1
|
* Verify data is not sparse in astra_mex_data2dWillem Jan Palenstijn2014-07-231-0/+8
|
* Fix Makefile quoting bug.Willem Jan Palenstijn2014-07-171-1/+1
| | | | | This may break builds on some platforms.
* Remove tnt/jamaWillem Jan Palenstijn2014-07-1730-7248/+1
| | | | | This was used in the past by SCM/PDM, but hasn't been used for a long time now.
* Check for valid sinogram and volume masks in ReconstructionAlgorithmWillem Jan Palenstijn2014-06-262-1/+5
|
* Remove angle limits in par3dWillem Jan Palenstijn2014-06-232-45/+64
|
* Remove angle limits in coneWillem Jan Palenstijn2014-06-232-48/+72
|
* Remove angle limits in fan_fp, fan_bpWillem Jan Palenstijn2014-06-192-7/+69
|
* Fix coordinate order in astra_geom_size for parallel3d/coneWillem Jan Palenstijn2014-06-121-1/+1
|
* Fix FDK_CUDA output scaleWillem Jan Palenstijn2014-06-032-0/+5
|
* Fix geometry memory leak in astra_mex_data3d create/linkWillem Jan Palenstijn2014-05-021-2/+3
|
* Fix uninitialized varWillem Jan Palenstijn2014-05-022-0/+6
|
* Add SIRT-Weighted BP3D (par3d-only) for use in large BPWillem Jan Palenstijn2014-05-028-35/+245
|
* Replace macro by template in cone_fpWillem Jan Palenstijn2014-05-021-178/+202
|
* Replace macro by template in par3d_fpWillem Jan Palenstijn2014-05-021-264/+281
|
* Update NEWSWillem Jan Palenstijn2014-05-021-0/+6
|
* Update copyright headerWillem Jan Palenstijn2014-04-221-4/+21
|
* Fix SART::computeDiffNormWillem Jan Palenstijn2014-04-221-3/+2
|
* Fix SART_CUDAWillem Jan Palenstijn2014-04-221-1/+4
|
* Use new data3d link in astra_create_sino3d_cudaWillem Jan Palenstijn2014-04-221-1/+6
|
* Add mxarray/link functionality for 3d volumesWillem Jan Palenstijn2014-04-227-9/+388
|
* Add CustomMemory interface to Float32Data2DWillem Jan Palenstijn2014-04-222-8/+109
|
* Remove duplicate unused codeWillem Jan Palenstijn2014-04-163-318/+7
|
* Replace direct cudaMemcpy2D calls by utility functionsWillem Jan Palenstijn2014-04-167-16/+28
|
* Split up processVol in Vol/Sino casesWillem Jan Palenstijn2014-04-1612-200/+317
|
* Change allocate/zeroVolume to volume/sinogram-specific variantsWillem Jan Palenstijn2014-04-168-60/+92
|
* Add support for short-scan fan-beam FBPWillem Jan Palenstijn2014-04-163-2/+16
| | | | | | Note that currently angles have to be negative for this to work. (This should be changed.)
* Add fan beam support to FBP_CUDAWillem Jan Palenstijn2014-04-165-10/+155
|
* Clean up sstream includeWillem Jan Palenstijn2014-04-164-24/+23
|
* Remove more missed paddingWillem Jan Palenstijn2014-04-161-3/+3
|
* Remove missed paddingWillem Jan Palenstijn2014-04-161-1/+1
|
* Move setGPUIndex to CAlgorithm base classWillem Jan Palenstijn2014-04-165-4/+9
|
* Remove padding in 3D cuda in favour of Border modeWillem Jan Palenstijn2014-04-167-201/+96
|
* Remove padding in 2D cuda in favour of Border modeWillem Jan Palenstijn2014-04-1621-407/+376
|
* Fix getting matrix from strip projectorsWillem Jan Palenstijn2014-04-162-2/+2
|
* Remove code duplication in templated projectorsWillem Jan Palenstijn2014-04-1610-2274/+158
|
* Add FBP-Weighted fanBP variantWillem Jan Palenstijn2014-04-162-0/+100
|
* Fix Windows buildWillem Jan Palenstijn2014-04-075-6/+11
|