summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Move bounding box projection to ProjectionGeometry3DWillem Jan Palenstijn2021-12-061-0/+10
|
* Fix memleak in error handlingWillem Jan Palenstijn2021-11-261-1/+1
|
* De-duplicate 2D texture object creationWillem Jan Palenstijn2021-11-261-0/+4
|
* De-duplicate 3D texture object creationWillem Jan Palenstijn2021-11-261-0/+2
|
* Add Vec3 operator* utility functionWillem Jan Palenstijn2021-11-171-0/+3
|
* Improve include guard consistencyWillem Jan Palenstijn2021-11-174-8/+8
|
* Add feature flag 'unpadded_GPULink'Willem Jan Palenstijn2021-11-161-0/+4
| | | | | This will let other toolboxes detect if ASTRA (properly) supports unpadded GPULink objects. See 6baf90217683b7bac2e87dd9fef944fab6a8a950.
* Remove cudaTextForceKernelsCompletionWillem Jan Palenstijn2021-11-162-7/+0
|
* Remove ASTRA_CUDA_ASSERTWillem Jan Palenstijn2021-11-161-6/+3
|
* Remove reportCudaError functionWillem Jan Palenstijn2021-11-161-2/+1
|
* Add new checkCuda function to simplify error handlingWillem Jan Palenstijn2021-11-162-0/+3
|
* Remove unused backprojectPointX/Y/Z functionsWillem Jan Palenstijn2021-11-035-40/+0
|
* Version 2.0.0Willem Jan Palenstijn2021-10-271-3/+3
|
* Update copyright yearsWillem Jan Palenstijn2021-10-27132-264/+264
|
* Fix Windows exportsWillem Jan Palenstijn2021-10-111-2/+2
|
* Increment version to 1.9.9devWillem Jan Palenstijn2019-09-271-1/+1
|
* Adjust par3d adjoint scaling, and clean upWillem Jan Palenstijn2019-09-251-0/+47
|
* Small clean up of factorsWillem Jan Palenstijn2019-09-251-1/+1
|
* Add missing headerWillem Jan Palenstijn2019-09-251-1/+1
|
* Add feature flags for changed scaling behaviourWillem Jan Palenstijn2019-09-251-2/+14
|
* Remove obsolete DensityWeighting optionWillem Jan Palenstijn2019-09-251-2/+0
|
* Work around some warningsWillem Jan Palenstijn2019-09-253-37/+34
|
* Clean up outputscale naming confusion in cuda::algoWillem Jan Palenstijn2019-09-252-1/+7
|
* Adjust FBP to line integral scalingWillem Jan Palenstijn2019-09-252-3/+6
|
* Adjust strip kernels to line integral scalingWillem Jan Palenstijn2019-09-252-6/+14
|
* Adjust distance driven kernels to line integral scalingWillem Jan Palenstijn2019-09-251-3/+6
|
* Adjust linear/cuda kernels to line integral scalingWillem Jan Palenstijn2019-09-251-4/+2
|
* Adjust line kernels to line integral scalingWillem Jan Palenstijn2019-09-252-8/+4
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-149-44/+19
| | | | | | | | The abort handling is currently only used to process Ctrl-C from Matlab. Since Matlab R2019a, it appears that calling utIsInterruptPending() from a thread other than the main thread will crash. The previous approach of checking utIsInterruptPending() in a thread, and then signalling the running algorithm was therefore broken.
* Fix composite EMode enum order in experimental.pyxWillem Jan Palenstijn2019-06-181-1/+1
|
* Fix scaling for fan/strip projectorWillem Jan Palenstijn2019-03-291-8/+46
| | | | | | | | | | | | The strip model for a fan beam geometry wasn't taking pixel magnification into account. Among other things, this resulted in diagonals through rectangles being weighted the same as hor/ver lines. This commit fixes this by scaling each pixel contribution by its magnification on the detector. This is only an approximation (since the magnification isn't constant inside the pixel), but since pixels are usually small, the error is also small. Unfortunately, computing this scaling factor is relatively expensive because it introduces a square root in the inner loop.
* Flip wrong detector orientation for fan2d_stripWillem Jan Palenstijn2019-03-231-2/+2
| | | | | | There are still some remaining fan2d_strip unit test failures, with suspicious slightly too large numerical deviations around 45 degree projections.
* Some basic optimizationsWillem Jan Palenstijn2019-01-241-46/+41
|
* Remove largely unimplemented CProjector2D::projectPoint methodWillem Jan Palenstijn2019-01-2411-75/+1
| | | | This includes the astra_mex_projector('splat') matlab function.
* Add basic implementation of par2d CPU Distance Driven projectorWillem Jan Palenstijn2019-01-244-2/+438
|
* More gracefully handle config errors in geometriesWillem Jan Palenstijn2018-12-237-0/+19
|
* Read filter config for FBP from cfg.optionsWillem Jan Palenstijn2018-12-061-1/+3
| | | | | | | Since these settings are optional, they should have been in cfg.options instead of directly in cfg. The old syntax remains a fallback. This has the side-effect that the tomopy/astra interface can also supply them.
* Add minimal GPU Array interfaceWillem Jan Palenstijn2018-11-014-3/+22
| | | | | This extension (only) allows creating a CUDA 3D array, copying projection data into it, performing a BP from the array, and freeing the array.
* Add support for checking features at run-timeWillem Jan Palenstijn2018-09-251-0/+52
|
* Fix missing findPlugin function in WindowsWillem Jan Palenstijn2018-08-281-14/+3
|
* Make filename more consistentWillem Jan Palenstijn2018-08-282-1/+1
|
* Move CPU FBP to common filter codeWillem Jan Palenstijn2018-07-171-0/+5
|
* Reorganize more filter size functionsWillem Jan Palenstijn2018-07-171-1/+3
|
* Add filter size error reportingWillem Jan Palenstijn2018-07-172-3/+9
|
* Refactor filter configWillem Jan Palenstijn2018-07-174-12/+23
|
* Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-175-11/+19
|
* Expose FDK_Filter functionWillem Jan Palenstijn2018-06-291-0/+4
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-2236-8/+2568
|
* Remove outdated svn keywordsWillem Jan Palenstijn2018-01-241-1/+0
|
* Update outdated URLsWillem Jan Palenstijn2018-01-241-1/+1
|