Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update version to 1.8.3 | Willem Jan Palenstijn | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Remove unused code | Willem Jan Palenstijn | 2017-11-01 | 2 | -142/+0 |
| | |||||
* | Remove some unnecessary includes | Willem Jan Palenstijn | 2017-11-01 | 1 | -4/+0 |
| | |||||
* | Improve object creation error messages | Willem Jan Palenstijn | 2017-10-11 | 1 | -15/+0 |
| | |||||
* | Fix build without CUDA | Willem Jan Palenstijn | 2017-05-22 | 2 | -0/+8 |
| | |||||
* | Remove using namespace astra; from headers | Willem Jan Palenstijn | 2017-02-16 | 6 | -66/+57 |
| | |||||
* | Remove using namespace std; from headers | Willem Jan Palenstijn | 2017-02-16 | 28 | -72/+68 |
| | |||||
* | Update comments | Willem Jan Palenstijn | 2017-02-08 | 6 | -30/+27 |
| | |||||
* | Start work on CFloat32Data3DGPU to allow persistent/external GPU memory | Willem Jan Palenstijn | 2017-02-08 | 8 | -32/+329 |
| | |||||
* | Remove unused 3d global min/max | Willem Jan Palenstijn | 2017-02-08 | 2 | -56/+2 |
| | |||||
* | Remove unused data3d functions | Willem Jan Palenstijn | 2017-02-08 | 4 | -213/+0 |
| | |||||
* | Remove unused function | Willem Jan Palenstijn | 2017-02-08 | 1 | -12/+0 |
| | |||||
* | Fix warning | Willem Jan Palenstijn | 2017-01-24 | 1 | -2/+2 |
| | |||||
* | Update version to 1.8 | Willem Jan Palenstijn | 2016-12-05 | 1 | -2/+2 |
| | |||||
* | Expose the density weighting option of cone_bp | Willem Jan Palenstijn | 2016-12-01 | 1 | -0/+2 |
| | | | | It is now exposed via the new DensityWeighting option of CudaProjector3D. | ||||
* | Fix warnings | Willem Jan Palenstijn | 2016-11-28 | 1 | -4/+2 |
| | |||||
* | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 95 | -379/+285 |
| | |||||
* | Merge branch 'fdk_custom_filter' | Willem Jan Palenstijn | 2016-11-28 | 2 | -1/+4 |
|\ | |||||
| * | Merge branch 'master' into fdk_custom_filter | Willem Jan Palenstijn | 2016-10-13 | 4 | -32/+40 |
| |\ | |||||
| * | | Add option to specify custom filter for FDK | Daniel M. Pelt | 2016-05-20 | 1 | -0/+1 |
| | | | |||||
* | | | Change order of template instantiations for clang | Willem Jan Palenstijn | 2016-11-25 | 1 | -4/+4 |
| |/ |/| | | | | | At least Apple's clang-703.0.31 needs this. | ||||
* | | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-10-06 | 4 | -11/+24 |
|\ \ | |||||
| * \ | Merge pull request #62 from wjp/stringutil | Willem Jan Palenstijn | 2016-07-29 | 1 | -0/+3 |
| |\ \ | | | | | | | | | Minor string parsing changes | ||||
| | * | | Replace use of boost::split by own function | Willem Jan Palenstijn | 2016-07-28 | 1 | -0/+3 |
| | |/ | |||||
| * / | Remove leftover code from Singleton | Willem Jan Palenstijn | 2016-07-28 | 1 | -5/+1 |
| |/ | |||||
| * | Add sanity check | Willem Jan Palenstijn | 2016-05-17 | 1 | -2/+2 |
| | | |||||
| * | Avoid defining singleton construction in header file | Willem Jan Palenstijn | 2016-05-17 | 1 | -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 build | Willem Jan Palenstijn | 2016-04-22 | 1 | -1/+1 |
| | | |||||
| * | Fix build | Willem Jan Palenstijn | 2016-04-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into FDK | Willem Jan Palenstijn | 2016-04-22 | 1 | -88/+44 |
|\| | |||||
| * | Change CPU FFT implementation | Daniel M. Pelt | 2016-04-22 | 1 | -88/+44 |
| | | |||||
* | | Use CompositeGeometryManager for FDK | Willem Jan Palenstijn | 2016-04-18 | 1 | -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 aniso | Willem Jan Palenstijn | 2016-04-18 | 17 | -101/+185 |
|\| | |||||
| * | Merge pull request #29 from wjp/indexmanager | Willem Jan Palenstijn | 2016-04-15 | 4 | -34/+99 |
| |\ | | | | | | | Add an AstraIndexManager | ||||
| | * | Merge branch 'master' into indexmanager | Willem Jan Palenstijn | 2016-03-01 | 3 | -46/+30 |
| | |\ | |||||
| | * | | Slightly simplify CAstraObjectManager::remove | Willem Jan Palenstijn | 2016-02-16 | 1 | -3/+2 |
| | | | | |||||
| | * | | Add astra_mex delete/info based on index manager | Willem Jan Palenstijn | 2016-02-16 | 1 | -0/+1 |
| | | | | |||||
| | * | | Also remove objects from index manager | Willem Jan Palenstijn | 2016-02-16 | 1 | -1/+10 |
| | | | | |||||
| | * | | Refactor AstraObjectManager to add an AstraIndexManager | Willem Jan Palenstijn | 2016-02-16 | 4 | -30/+86 |
| | | | | | | | | | | | | | | | | | | | | The new AstraIndexManager can be used to obtain information about objects without knowing their type. | ||||
| * | | | Add relaxation parameters to SIRT3D | Willem Jan Palenstijn | 2016-03-23 | 1 | -1/+2 |
| | | | | |||||
| * | | | Add relaxation parameters to SIRT, SART | Willem Jan Palenstijn | 2016-03-23 | 6 | -6/+37 |
| | | | | |||||
| * | | | Rename ART lambda option to Relaxation | Willem Jan Palenstijn | 2016-03-23 | 1 | -2/+2 |
| | | | | |||||
| * | | | Move CUDA algorithm initialization to its own function | Willem Jan Palenstijn | 2016-03-23 | 2 | -2/+5 |
| | | | | |||||
| * | | | Fix Windows build | Willem Jan Palenstijn | 2016-03-08 | 1 | -10/+10 |
| | |/ | |/| | |||||
| * | | Merge pull request #111 from wjp/pluginbuild | Willem Jan Palenstijn | 2016-02-22 | 2 | -43/+21 |
| |\ \ | | | | | | | | | Remove dependency of libastra on libpython | ||||
| | * | | Remove dependency of libastra on libpython by refactoring PluginAlgorithm | Willem Jan Palenstijn | 2016-01-21 | 2 | -43/+21 |
| | | | | |||||
| * | | | Also split volumes in X/Y directions to respect CUDA limits | Willem Jan Palenstijn | 2016-02-15 | 1 | -3/+9 |
| | |/ | |/| | |||||
* / | | Process non-cubic-voxel astra geometries | Willem Jan Palenstijn | 2016-02-10 | 1 | -26/+26 |
|/ / | |||||
* | | Refactor FP and BP jobs creation in the composite geometry manager | Nicola Vigano | 2016-02-10 | 1 | -0/+7 |
| | | |||||
* | | Add multi-GPU support to CompositeGeometryManager | Willem Jan Palenstijn | 2016-01-19 | 1 | -0/+16 |
|/ |