summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-12Merge branch 'geom_visualizer'Willem Jan Palenstijn
This adds a matlab geometry visualizer, and a sample showing how to use it.
2018-12-12Reorganize functions into packages/private functionsWillem Jan Palenstijn
This also replaces modifying the path with a request to the user to modify the path.
2018-12-12add astra_plot_geom command and sample s024Tim
Signed-off-by: Tim <tim.elberfeld@uantwerpen.be>
2018-12-12copy plot_geom files in correct folders when installingTim
2018-12-12add geometry draw files without changesTim
2018-12-12Remove unused array allocation in data3d.get_sharedWillem Jan Palenstijn
Thanks to @ahendriksen.
2018-12-12Add new CUDA compute modelsWillem Jan Palenstijn
2018-12-07Merge pull request #180 from wjp/filter_configWillem Jan Palenstijn
Read filter config for FBP from cfg.options
2018-12-06Improve detection of unused config options for filtersWillem Jan Palenstijn
The FilterSinogramId, FilterParameter and FilterD options now only get marked used if they are actually used, based on the value of FilterType.
2018-12-06Read filter config for FBP from cfg.optionsWillem Jan Palenstijn
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.
2018-11-13Add install-dev to READMEWillem Jan Palenstijn
2018-11-13Add install-dev make target for installing headers/pkgconfig/libraryWillem Jan Palenstijn
2018-11-07Fix python set_gpu_index default memory argumentWillem Jan Palenstijn
2018-11-01Loosen numpy dependency for conda packageWillem Jan Palenstijn
2018-11-01Add minimal GPU Array interfaceWillem Jan Palenstijn
This extension (only) allows creating a CUDA 3D array, copying projection data into it, performing a BP from the array, and freeing the array.
2018-10-24Fix missing python lib path for matlab moduleWillem Jan Palenstijn
2018-10-23Merge pull request #170 from wjp/feature_flagsWillem Jan Palenstijn
Add support for checking features at run-time
2018-09-25Add support for checking features at run-timeWillem Jan Palenstijn
2018-09-25Unify USE_MATLAB_UNDOCUMENTED defineWillem Jan Palenstijn
2018-09-25Raise exception when setting GPU memory unrealistically smallWillem Jan Palenstijn
2018-08-31Avoid broken scipy package for testsWillem Jan Palenstijn
2018-08-31Drop numpy 1.12/1.13 packagesWillem Jan Palenstijn
Anaconda doesn't have these for python 3.7 apparently
2018-08-31Build for new cuda/python/numpy versionsWillem Jan Palenstijn
2018-08-28Mention new dev conda packagesWillem Jan Palenstijn
2018-08-28Use PI constant from Globals.h to fix Windows buildWillem Jan Palenstijn
2018-08-28Fix missing findPlugin function in WindowsWillem Jan Palenstijn
2018-08-28Split up PythonPluginAlgorithm filesWillem Jan Palenstijn
2018-08-28Make filename more consistentWillem Jan Palenstijn
2018-07-20Adjust angle block size to max CUDA texture size in CompositeGeometryManagerWillem Jan Palenstijn
2018-07-18Fix potential double/float confusionWillem Jan Palenstijn
2018-07-18Merge pull request #160 from wjp/FBP_filtersWillem Jan Palenstijn
Custom filter support for CPU FBP
2018-07-17Add sample scriptsWillem Jan Palenstijn
2018-07-17Add RSINOGRAM/RPROJECTION filter modes to CPU FBPWillem Jan Palenstijn
2018-07-17Add SINOGRAM/PROJECTION filter modes to CPU FBPWillem Jan Palenstijn
2018-07-17Move CPU FBP to common filter codeWillem Jan Palenstijn
2018-07-17Reorganize more filter size functionsWillem Jan Palenstijn
2018-07-17Add filter size error reportingWillem Jan Palenstijn
2018-07-17Refactor filter configWillem Jan Palenstijn
2018-07-17Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn
2018-07-03Allow access to python plugin object via algorithm interfaceWillem Jan Palenstijn
2018-06-29Expose FDK_Filter functionWillem Jan Palenstijn
2018-06-27Fix uninitialized variable in C++ API for BP3D_CUDAWillem Jan Palenstijn
2018-06-27Sync MSVC projectWillem Jan Palenstijn
2018-06-22Further update Windows release scriptsWillem Jan Palenstijn
2018-06-22Update authorsWillem Jan Palenstijn
2018-06-22Move CUDA include filesWillem Jan Palenstijn
2018-06-22Update NEWSWillem Jan Palenstijn
2018-06-20Merge branch 'fdk'Willem Jan Palenstijn
2018-06-01Build for numpy 1.14Willem Jan Palenstijn
2018-03-18Merge branch 'fdk'Willem Jan Palenstijn