summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'master' into FDKWillem Jan Palenstijn2016-10-064-282/+281
|\ \ \ \
| * \ \ \ Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn2016-07-291-14/+20
| |\ \ \ \ | | | | | | | | | | | | Minor string parsing changes
| | * | | | Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-14/+20
| | |/ / /
| * | | | Fix inefficient block split logicWillem Jan Palenstijn2016-06-201-5/+19
| | | | |
| * | | | Improve volume block reductionWillem Jan Palenstijn2016-06-201-132/+165
| |/ / / | | | | | | | | | | | | | | | | The previous version would make the blocks too large due to inefficient computation of overlap.
| * | | Fix buildWillem Jan Palenstijn2016-04-222-131/+77
| | | |
* | | | Merge branch 'master' into FDKWillem Jan Palenstijn2016-04-222-221/+3338
|\| | |
| * | | Change CPU FFT implementationDaniel M. Pelt2016-04-222-221/+3338
| | | |
* | | | Use CompositeGeometryManager for FDKWillem Jan Palenstijn2016-04-182-3/+56
| | | | | | | | | | | | | | | | | | | | Also fix a number of scaling/weighting issues in FDK, and switch to standard cone_bp with FDKWeighting for the BP step.
* | | | Merge branch 'master' into anisoWillem Jan Palenstijn2016-04-1815-451/+368
|\| | |
| * | | Fix stringToInt parsing doublesWillem Jan Palenstijn2016-04-181-1/+1
| | | |
| * | | Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-151-8/+8
| |\ \ \ | | | | | | | | | | Add an AstraIndexManager
| | * | | Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| | | | |
| | * | | Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-012-389/+250
| | |\ \ \
| | * | | | Refactor AstraObjectManager to add an AstraIndexManagerWillem Jan Palenstijn2016-02-161-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new AstraIndexManager can be used to obtain information about objects without knowing their type.
| * | | | | Merge pull request #35 from wjp/relaxationWillem Jan Palenstijn2016-04-147-38/+79
| |\ \ \ \ \ | | | | | | | | | | | | | | Add relaxation factor option to SIRT, SART
| | * | | | | Add relaxation parameters to SIRT3DWillem Jan Palenstijn2016-03-231-0/+8
| | | | | | |
| | * | | | | Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn2016-03-234-4/+38
| | | | | | |
| | * | | | | Rename ART lambda option to RelaxationWillem Jan Palenstijn2016-03-231-3/+7
| | | | | | |
| | * | | | | Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn2016-03-232-31/+26
| | | | | | |
| * | | | | | Merge pull request #36 from wjp/sart_raylengthWillem Jan Palenstijn2016-04-141-5/+19
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix accumulating multiple raylengths in SART
| | * | | | | | Fix accumulating multiple raylengths in SARTWillem Jan Palenstijn2016-03-231-5/+19
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | Thanks to @mohamedadaly for noticing.
| * | | | | | Fix memory leakWillem Jan Palenstijn2016-03-241-6/+8
| | | | | | |
| * | | | | | Fix cppcheck warningsWillem Jan Palenstijn2016-03-243-4/+3
| |/ / / / /
| * | / / / Fix buildWillem Jan Palenstijn2016-03-011-6/+6
| | |/ / / | |/| | |
| * | | | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-221-366/+1
| |\ \ \ \ | | | | | | | | | | | | Remove dependency of libastra on libpython
| | * | | | Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-211-366/+1
| | | | | |
| * | | | | Query max texture size instead of hardcoding itWillem Jan Palenstijn2016-02-161-6/+6
| | | | | |
| * | | | | Avoid (unlikely) integer overflowWillem Jan Palenstijn2016-02-151-1/+5
| | | | | |
| * | | | | Skip some unnecessary splittingWillem Jan Palenstijn2016-02-151-5/+8
| | | | | |
| * | | | | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-151-21/+240
| | |/ / / | |/| | |
* / | | | Restrict FDK_CUDA to cube voxels for nowWillem Jan Palenstijn2016-04-181-0/+11
|/ / / /
* | | | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-101-14/+25
| | | |
* | | | Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-114/+320
| | | |
* | | | Remove noisy debugging outputWillem Jan Palenstijn2016-01-191-3/+0
| | | |
* | | | Fix whitespaceWillem Jan Palenstijn2016-01-191-21/+21
|/ / /
* | | Merge pull request #105 from wjp/stringsWillem Jan Palenstijn2016-01-1847-297/+216
|\ \ \ | | | | | | | | Replace boost::lexical_cast by stringstreams
| * | | Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-0547-218/+234
| | | | | | | | | | | | | | | | | | | | | | | | This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
| * | | Remove unused functionsWillem Jan Palenstijn2016-01-051-97/+0
| | | |
* | | | Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn2016-01-141-0/+12
|/ / / | | | | | | | | | | | | The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf.
* | | Fix uninitialized variableWillem Jan Palenstijn2015-12-091-0/+1
| | |
* | | Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-049-14/+1462
|\ \ \ | | | | | | | | Add CompositeGeometryManager
| * | | Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-2/+111
| | | |
| * | | Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-048-14/+1351
| | | | | | | | | | | | | | | | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.
| * | | Disable error-prone checksWillem Jan Palenstijn2015-12-041-0/+2
| | | |
* | | | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-042-0/+404
|\ \ \ \ | |/ / / |/| | | Add support for Python algorithm plugins
| * | | Avoid unnecessary include in headerWillem Jan Palenstijn2015-12-021-1/+5
| | | |
| * | | Merge branch 'master' into python-pluginsWillem Jan Palenstijn2015-12-0120-276/+460
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: python/astra/utils.pyx
| * | | | Ensure we have acquired the GIL before calling Python plugin 'run' methodDaniel M. Pelt2015-08-101-3/+8
| | | | |
| * | | | Fix get_help for classes without docstringDaniel M. Pelt2015-08-051-5/+7
| | | | |