summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused fileWillem Jan Palenstijn2018-12-231-285/+0
|
* Fix return value order in sampleWillem Jan Palenstijn2018-12-231-1/+1
|
* Install DART algorithmWillem Jan Palenstijn2018-12-121-1/+1
|
* Merge branch 'geom_visualizer'Willem Jan Palenstijn2018-12-1238-0/+2112
|\ | | | | | | This adds a matlab geometry visualizer, and a sample showing how to use it.
| * Reorganize functions into packages/private functionsWillem Jan Palenstijn2018-12-1237-81/+41
| | | | | | | | This also replaces modifying the path with a request to the user to modify the path.
| * add astra_plot_geom command and sample s024Tim2018-12-1215-154/+181
| | | | | | | | Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
| * copy plot_geom files in correct folders when installingTim2018-12-121-0/+22
| |
| * add geometry draw files without changesTim2018-12-1239-0/+2103
| |
* | Remove unused array allocation in data3d.get_sharedWillem Jan Palenstijn2018-12-121-1/+0
| | | | | | | | Thanks to @ahendriksen.
* | Add new CUDA compute modelsWillem Jan Palenstijn2018-12-121-2/+2
| |
* | Merge pull request #180 from wjp/filter_configWillem Jan Palenstijn2018-12-077-50/+98
|\ \ | |/ |/| Read filter config for FBP from cfg.options
| * 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-066-44/+59
|/ | | | | | | 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 install-dev to READMEWillem Jan Palenstijn2018-11-132-0/+28
|
* Add install-dev make target for installing headers/pkgconfig/libraryWillem Jan Palenstijn2018-11-133-7/+55
|
* Fix python set_gpu_index default memory argumentWillem Jan Palenstijn2018-11-071-1/+1
|
* Loosen numpy dependency for conda packageWillem Jan Palenstijn2018-11-011-1/+1
|
* Add minimal GPU Array interfaceWillem Jan Palenstijn2018-11-017-11/+189
| | | | | This extension (only) allows creating a CUDA 3D array, copying projection data into it, performing a BP from the array, and freeing the array.
* Fix missing python lib path for matlab moduleWillem Jan Palenstijn2018-10-241-1/+6
|
* Merge pull request #170 from wjp/feature_flagsWillem Jan Palenstijn2018-10-2315-13/+167
|\ | | | | Add support for checking features at run-time
| * Add support for checking features at run-timeWillem Jan Palenstijn2018-09-2510-3/+163
| |
| * Unify USE_MATLAB_UNDOCUMENTED defineWillem Jan Palenstijn2018-09-255-10/+4
|/
* Raise exception when setting GPU memory unrealistically smallWillem Jan Palenstijn2018-09-251-0/+2
|
* Avoid broken scipy package for testsWillem Jan Palenstijn2018-08-311-0/+2
|
* Drop numpy 1.12/1.13 packagesWillem Jan Palenstijn2018-08-311-2/+0
| | | | Anaconda doesn't have these for python 3.7 apparently
* Build for new cuda/python/numpy versionsWillem Jan Palenstijn2018-08-314-5/+23
|
* Mention new dev conda packagesWillem Jan Palenstijn2018-08-282-0/+9
|
* 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-282-16/+13
|
* Split up PythonPluginAlgorithm filesWillem Jan Palenstijn2018-08-286-191/+287
|
* Make filename more consistentWillem Jan Palenstijn2018-08-2810-12/+12
|
* Adjust angle block size to max CUDA texture size in CompositeGeometryManagerWillem Jan Palenstijn2018-07-201-17/+74
|
* Fix potential double/float confusionWillem Jan Palenstijn2018-07-181-1/+1
|
* Merge pull request #160 from wjp/FBP_filtersWillem Jan Palenstijn2018-07-1819-657/+1050
|\ | | | | Custom filter support for CPU FBP
| * Add sample scriptsWillem Jan Palenstijn2018-07-172-0/+212
| |
| * 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-172-20/+54
| |
| * Reorganize more filter size functionsWillem Jan Palenstijn2018-07-174-18/+10
| |
| * Add filter size error reportingWillem Jan Palenstijn2018-07-178-23/+81
| |
| * Refactor filter configWillem Jan Palenstijn2018-07-179-118/+140
| |
| * Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-1714-511/+524
|/
* Allow access to python plugin object via algorithm interfaceWillem Jan Palenstijn2018-07-035-1/+40
|
* Expose FDK_Filter functionWillem Jan Palenstijn2018-06-292-34/+33
|
* Fix uninitialized variable in C++ API for BP3D_CUDAWillem Jan Palenstijn2018-06-271-0/+2
|
* Sync MSVC projectWillem Jan Palenstijn2018-06-273-93/+93
|
* Further update Windows release scriptsWillem Jan Palenstijn2018-06-222-2/+2
|
* Update authorsWillem Jan Palenstijn2018-06-222-3/+3
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-2289-252/+252
|
* Update NEWSWillem Jan Palenstijn2018-06-221-0/+7
|