summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Move bounding box projection to ProjectionGeometry3DWillem Jan Palenstijn2021-12-062-44/+72
|
* Remove unnecessary includesWillem Jan Palenstijn2021-11-261-3/+0
|
* Add feature flag 'unpadded_GPULink'Willem Jan Palenstijn2021-11-161-0/+3
| | | | | This will let other toolboxes detect if ASTRA (properly) supports unpadded GPULink objects. See 6baf90217683b7bac2e87dd9fef944fab6a8a950.
* Remove unused backprojectPointX/Y/Z functionsWillem Jan Palenstijn2021-11-035-345/+0
|
* Update copyright yearsWillem Jan Palenstijn2021-10-2788-176/+176
|
* Fix Windows exportsWillem Jan Palenstijn2021-10-111-2/+2
|
* Fix crash in FBP_CUDA when called without projectorWillem Jan Palenstijn2019-09-251-1/+1
|
* Add feature flags for changed scaling behaviourWillem Jan Palenstijn2019-09-251-0/+6
|
* Remove obsolete DensityWeighting optionWillem Jan Palenstijn2019-09-252-11/+1
|
* Fix fan-beam FBP scalingWillem Jan Palenstijn2019-09-251-3/+6
|
* Add error check for non-parallel FBPWillem Jan Palenstijn2019-09-251-0/+5
|
* Adjust FBP to line integral scalingWillem Jan Palenstijn2019-09-253-5/+14
|
* Adjust adjoint to line integral scalingWillem Jan Palenstijn2019-09-251-2/+1
|
* Fix clang buildWillem Jan Palenstijn2019-09-171-1/+3
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-149-36/+18
| | | | | | | | 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.
* Make ParStripProjector2D::getProjectionWeightsCount safer for very thin stripsWillem Jan Palenstijn2019-03-131-1/+1
|
* Fix rounding error in ParStripProjector2D::getProjectionWeightsCountWillem Jan Palenstijn2019-03-121-2/+2
| | | | | | | | | In the worst case this would lead to (nearly) empty storage for getMatrix(), resulting in (near) explicit projection matrices. (These are only used for exporting explicit sparse projection matrices to matlab/python; not for FP/BP/reconstruction.) This is a quick fix; ideally the affected code would use dynamic storage.
* Remove largely unimplemented CProjector2D::projectPoint methodWillem Jan Palenstijn2019-01-248-359/+3
| | | | This includes the astra_mex_projector('splat') matlab function.
* Add basic implementation of par2d CPU Distance Driven projectorWillem Jan Palenstijn2019-01-241-0/+174
|
* Add DartMask helper connectivity option checkWillem Jan Palenstijn2018-12-232-3/+5
|
* Add error checking to numeric vector config parsingWillem Jan Palenstijn2018-12-231-0/+2
|
* Improve config error handlingWillem Jan Palenstijn2018-12-2324-118/+264
|
* More gracefully handle config errors in geometriesWillem Jan Palenstijn2018-12-2311-123/+240
|
* Remove unused fileWillem Jan Palenstijn2018-12-231-285/+0
|
* Improve detection of unused config options for filtersWillem Jan Palenstijn2018-12-062-34/+67
| | | | | The FilterSinogramId, FilterParameter and FilterD options now only get marked used if they are actually used, based on the value of FilterType.
* Read filter config for FBP from cfg.optionsWillem Jan Palenstijn2018-12-061-31/+43
| | | | | | | 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 support for checking features at run-timeWillem Jan Palenstijn2018-09-251-0/+41
|
* Use PI constant from Globals.h to fix Windows buildWillem Jan Palenstijn2018-08-281-13/+13
|
* Fix missing findPlugin function in WindowsWillem Jan Palenstijn2018-08-281-2/+10
|
* Make filename more consistentWillem Jan Palenstijn2018-08-281-1/+1
|
* Adjust angle block size to max CUDA texture size in CompositeGeometryManagerWillem Jan Palenstijn2018-07-201-17/+74
|
* Add RSINOGRAM/RPROJECTION filter modes to CPU FBPWillem Jan Palenstijn2018-07-171-17/+68
|
* Add SINOGRAM/PROJECTION filter modes to CPU FBPWillem Jan Palenstijn2018-07-171-6/+17
|
* Move CPU FBP to common filter codeWillem Jan Palenstijn2018-07-171-20/+49
|
* Reorganize more filter size functionsWillem Jan Palenstijn2018-07-171-3/+3
|
* Add filter size error reportingWillem Jan Palenstijn2018-07-173-5/+67
|
* Refactor filter configWillem Jan Palenstijn2018-07-172-85/+94
|
* Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-172-114/+488
|
* Fix uninitialized variable in C++ API for BP3D_CUDAWillem Jan Palenstijn2018-06-271-0/+2
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-2222-37/+37
|
* Fix include path for MSVCWillem Jan Palenstijn2018-01-241-1/+1
|
* Remove outdated svn keywordsWillem Jan Palenstijn2018-01-245-5/+0
|
* Update outdated URLsWillem Jan Palenstijn2018-01-245-5/+5
|
* iMinds -> imecWillem Jan Palenstijn2018-01-2486-86/+86
|
* Update copyright dateWillem Jan Palenstijn2018-01-2486-172/+172
|
* Update contact emailWillem Jan Palenstijn2018-01-1286-86/+86
|
* Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn2018-01-092-4/+15
|
* Merge branch 'parallel_vec'Willem Jan Palenstijn2018-01-0919-504/+678
|\
| * Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-222-20/+24
| |\
| * \ Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-229-94/+54
| |\ \