summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ \
| * | | Fix warningWillem Jan Palenstijn2017-10-161-1/+1
| | | |
| * | | Fix geometry computation in unused functionWillem Jan Palenstijn2017-10-121-1/+1
| | | |
| * | | Fix some warningsWillem Jan Palenstijn2017-10-121-13/+0
| | | |
| * | | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-10-111-5/+7
| |\ \ \
| * | | | Make geometry config checks slightly less numerically strictWillem Jan Palenstijn2017-10-116-15/+15
| | | | |
| * | | | Unify some parallel_vec parameter computationsWillem Jan Palenstijn2017-09-271-5/+19
| | | | |
| * | | | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1585-1093/+814
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into parallel_vecWillem Jan Palenstijn2016-10-073-154/+271
| |\ \ \ \ \
| * | | | | | Add CUDA parvec supportWillem Jan Palenstijn2016-07-297-326/+242
| | | | | | |
| * | | | | | Merge branch 'master' into parvecWillem Jan Palenstijn2016-07-2861-1089/+6036
| |\ \ \ \ \ \
| * | | | | | | updated configuration of ParallelVecProjectionGeometryWim van Aarle2015-05-261-13/+7
| | | | | | | |
| * | | | | | | Merge remote-tracking branch 'upstream/master' into parallel_vecWim van Aarle2015-05-2648-656/+758
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: astra_vc11.vcxproj.filters python/astra/functions.py src/ParallelBeamBlobKernelProjector2D.cpp src/ProjectionGeometry2D.cpp
| * | | | | | | | corrected geometry namesWim van Aarle2015-03-182-8/+8
| | | | | | | | |
| * | | | | | | | removed extraDetectorOffsetWim van Aarle2015-03-132-20/+1
| | | | | | | | |
| * | | | | | | | updated 'line_fanflat' projectorWim van Aarle2015-03-121-0/+18
| | | | | | | | |