summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused 3d global min/maxWillem Jan Palenstijn2017-02-082-56/+2
|
* Remove unused data3d functionsWillem Jan Palenstijn2017-02-084-213/+0
|
* Remove unused functionWillem Jan Palenstijn2017-02-081-12/+0
|
* Fix warningWillem Jan Palenstijn2017-01-241-2/+2
|
* Update version to 1.8Willem Jan Palenstijn2016-12-051-2/+2
|
* Expose the density weighting option of cone_bpWillem Jan Palenstijn2016-12-011-0/+2
| | | | It is now exposed via the new DensityWeighting option of CudaProjector3D.
* Fix warningsWillem Jan Palenstijn2016-11-281-4/+2
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-2895-379/+285
|
* Merge branch 'fdk_custom_filter'Willem Jan Palenstijn2016-11-282-1/+4
|\
| * Merge branch 'master' into fdk_custom_filterWillem Jan Palenstijn2016-10-134-32/+40
| |\
| * | Add option to specify custom filter for FDKDaniel M. Pelt2016-05-201-0/+1
| | |
* | | Change order of template instantiations for clangWillem Jan Palenstijn2016-11-251-4/+4
| |/ |/| | | | | At least Apple's clang-703.0.31 needs this.
* | Merge branch 'master' into FDKWillem Jan Palenstijn2016-10-064-11/+24
|\ \
| * \ Merge pull request #62 from wjp/stringutilWillem Jan Palenstijn2016-07-291-0/+3
| |\ \ | | | | | | | | Minor string parsing changes
| | * | Replace use of boost::split by own functionWillem Jan Palenstijn2016-07-281-0/+3
| | |/
| * / Remove leftover code from SingletonWillem Jan Palenstijn2016-07-281-5/+1
| |/
| * Add sanity checkWillem Jan Palenstijn2016-05-171-2/+2
| |
| * Avoid defining singleton construction in header fileWillem Jan Palenstijn2016-05-171-4/+18
| | | | | | | | | | | | | | | | That way, the call to new is always executed by code inside libastra. This avoids the situation where a singleton gets created by a copy of the constructor linked into an object file outside of libastra, such as a .mex file, which would then also cause the vtable to be outside of libastra. This situation would cause issues when .mex files are unloaded.
| * Fix buildWillem Jan Palenstijn2016-04-221-1/+1
| |
| * Fix buildWillem Jan Palenstijn2016-04-221-1/+1
| |
* | Merge branch 'master' into FDKWillem Jan Palenstijn2016-04-221-88/+44
|\|
| * Change CPU FFT implementationDaniel M. Pelt2016-04-221-88/+44
| |
* | Use CompositeGeometryManager for FDKWillem Jan Palenstijn2016-04-181-1/+8
| | | | | | | | | | 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-1817-101/+185
|\|
| * Merge pull request #29 from wjp/indexmanagerWillem Jan Palenstijn2016-04-154-34/+99
| |\ | | | | | | Add an AstraIndexManager
| | * Merge branch 'master' into indexmanagerWillem Jan Palenstijn2016-03-013-46/+30
| | |\
| | * | Slightly simplify CAstraObjectManager::removeWillem Jan Palenstijn2016-02-161-3/+2
| | | |
| | * | Add astra_mex delete/info based on index managerWillem Jan Palenstijn2016-02-161-0/+1
| | | |
| | * | Also remove objects from index managerWillem Jan Palenstijn2016-02-161-1/+10
| | | |
| | * | Refactor AstraObjectManager to add an AstraIndexManagerWillem Jan Palenstijn2016-02-164-30/+86
| | | | | | | | | | | | | | | | | | | | The new AstraIndexManager can be used to obtain information about objects without knowing their type.
| * | | Add relaxation parameters to SIRT3DWillem Jan Palenstijn2016-03-231-1/+2
| | | |
| * | | Add relaxation parameters to SIRT, SARTWillem Jan Palenstijn2016-03-236-6/+37
| | | |
| * | | Rename ART lambda option to RelaxationWillem Jan Palenstijn2016-03-231-2/+2
| | | |
| * | | Move CUDA algorithm initialization to its own functionWillem Jan Palenstijn2016-03-232-2/+5
| | | |
| * | | Fix Windows buildWillem Jan Palenstijn2016-03-081-10/+10
| | |/ | |/|
| * | Merge pull request #111 from wjp/pluginbuildWillem Jan Palenstijn2016-02-222-43/+21
| |\ \ | | | | | | | | Remove dependency of libastra on libpython
| | * | Remove dependency of libastra on libpython by refactoring PluginAlgorithmWillem Jan Palenstijn2016-01-212-43/+21
| | | |
| * | | Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn2016-02-151-3/+9
| | |/ | |/|
* / | Process non-cubic-voxel astra geometriesWillem Jan Palenstijn2016-02-101-26/+26
|/ /
* | Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano2016-02-101-0/+7
| |
* | Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn2016-01-191-0/+16
|/
* Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn2016-01-052-0/+59
| | | | | | 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-77/+0
|
* Update version to 1.7.1Willem Jan Palenstijn2015-12-231-1/+1
|
* Fix row/col mismatch in 2d par line projectorWillem Jan Palenstijn2015-12-091-2/+2
|
* Update version to 1.7Willem Jan Palenstijn2015-12-041-2/+2
|
* Merge pull request #101 from wjp/compositeWillem Jan Palenstijn2015-12-047-10/+220
|\ | | | | Add CompositeGeometryManager
| * Add utility functions for creating FP/BP JobListsWillem Jan Palenstijn2015-12-041-0/+2
| |
| * Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-047-10/+218
| | | | | | | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.
* | Merge pull request #73 from dmpelt/python-pluginsWillem Jan Palenstijn2015-12-043-13/+134
|\ \ | |/ |/| Add support for Python algorithm plugins