summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #16 from dmpelt/python-interfaceWillem Jan Palenstijn2015-02-26155-9/+15448
|\ | | | | Add Python interface
| * Add logging for python module checksWillem Jan Palenstijn2015-02-262-12/+28
| |
| * Simplify with-python handlingWillem Jan Palenstijn2015-02-261-2/+13
| |
| * Better Python configure checksDaniel M. Pelt2015-02-261-7/+24
| |
| * Merge branch 'master' into python-interfaceWillem Jan Palenstijn2015-02-2621-179/+1081
| |\ | |/ |/|
* | Fix include orderWillem Jan Palenstijn2015-02-261-1/+1
| |
* | Merge pull request #17 from wjp/nvcc_configWillem Jan Palenstijn2015-02-252-34/+40
|\ \ | | | | | | Clean up and improve nvcc/cuda configure checks
| * | Also output prefix at end of configureWillem Jan Palenstijn2015-02-251-4/+4
| | |
| * | Output summary of results at end of configureWillem Jan Palenstijn2015-02-251-1/+7
| | |
| * | Clean up configure check for nvccWillem Jan Palenstijn2015-02-251-26/+19
| | |
| * | Fix copy-paste error in boost-unit-test-framework checkWillem Jan Palenstijn2015-02-251-1/+1
| | |
| * | Improve logging for nvcc hackWillem Jan Palenstijn2015-02-251-4/+11
| | |
* | | Merge pull request #19 from wjp/osx-supportWillem Jan Palenstijn2015-02-256-62/+14
|\ \ \ | |/ / |/| | Improve support for OS X
| * | Moved pthreads defines to Globals.hDaan Pelt2015-02-253-4/+9
| | |
| * | Added libtool check for OSXDaniel M. Pelt2015-02-251-2/+5
| | |
| * | Remove CAsyncAlgorithm::timedJoinWillem Jan Palenstijn2015-02-253-56/+0
|/ / | | | | | | It is currently unused, and its current implementation is not very portable.
* | Merge pull request #13 from astra-toolbox/matlab-data3d-logicalWillem Jan Palenstijn2015-02-245-23/+53
|\ \ | | | | | | Added support for logical matrices in mex_data3d
| * | Added support for logical matrices in mex_data3dWim van Aarle2015-02-245-23/+53
|/ / | | | | | | | | Did not accelerate using sse2, as no intrinsics exist to convert 8-bit to 32-bit.
* | fixed matlab DART implementationWim van Aarle2015-02-236-82/+885
| | | | | | | | some files were missing, cleaned up the rest
* | Updated Visual Studio 2012 project fileWim van Aarle2015-02-231-2/+2
| | | | | | | | removed freeimage.dll
* | Check if we need librt for clock_gettime in configure scriptWillem Jan Palenstijn2015-02-202-1/+30
| |
* | added markdown readme fileWim van Aarle2015-02-201-0/+82
| |
| * Added Python interfaceDaniel M. Pelt2015-02-24154-9/+15404
|/
* Update versionWillem Jan Palenstijn2015-01-302-3/+3
|
* Update NEWSWillem Jan Palenstijn2015-01-301-3/+5
|
* Sync DART versionWillem Jan Palenstijn2015-01-3022-1303/+680
|
* Store result of nvcc tests in config.logWillem Jan Palenstijn2015-01-301-2/+23
|
* Make astra_clear clear projector3d tooWillem Jan Palenstijn2015-01-301-0/+1
|
* Greatly speed up CUDA par3d_bpWillem Jan Palenstijn2015-01-291-53/+48
| | | | These are the changes to cone_bp applied to par3d_bp.
* Greatly speed up CUDA cone_bpWillem Jan Palenstijn2015-01-291-99/+96
| | | | | This improves speed by a factor of 10. Tested on Kepler. Joint with Jeroen Bédorf.
* Update copyright to -2015Willem Jan Palenstijn2015-01-26291-582/+582
|
* Update copyright headersWillem Jan Palenstijn2015-01-19291-1575/+1593
|
* Implement loading geometries into Projector3DWillem Jan Palenstijn2014-12-084-18/+44
|
* Remove unused stubs from mex_data3dWillem Jan Palenstijn2014-12-051-430/+2
|
* Remove unused filesWillem Jan Palenstijn2014-12-044-417/+0
|
* Add VS2012 build filesWillem Jan Palenstijn2014-12-0411-0/+3669
|
* Refactor astra_mex_data3dWillem Jan Palenstijn2014-12-046-493/+827
| | | | (Modified) patch by Nicola Viganò
* Move BP coordinate transformation to utility functionWillem Jan Palenstijn2014-12-037-6/+117
|
* Add ProjectionGeometry3D::projectPoint for par3d and cone.Willem Jan Palenstijn2014-12-0210-2/+114
| | | | Par3d_vec and cone_vec to follow.
* Fix whitespaceWillem Jan Palenstijn2014-12-024-53/+53
|
* Remove unused DetectorOffsetX/Y in ProjectionGeometry3DWillem Jan Palenstijn2014-12-014-192/+13
|
* Avoid mxIsSharedArrayWillem Jan Palenstijn2014-11-241-0/+6
| | | | Matlab R2014b no longer seems to support it.
* Make CXX configurableWillem Jan Palenstijn2014-10-161-2/+2
|
* Fix warningWillem Jan Palenstijn2014-10-061-1/+1
|
* Start supporting flexible 2D volume geometry in Cuda FBP tooWillem Jan Palenstijn2014-10-063-39/+61
|
* Add --with-cuda-compute option to configureWillem Jan Palenstijn2014-10-022-3/+11
|
* Prettify nvcc arch output slightlyWillem Jan Palenstijn2014-10-021-1/+1
|
* Add CUDA SIRT::doSlabCorrections() functionWillem Jan Palenstijn2014-10-024-0/+59
| | | | | This function optionally compensates for effectively infinitely large slab-like objects of finite thickness 1.
* Improve cuda 2d header commentsWillem Jan Palenstijn2014-10-022-1/+25
|
* Support flexible 2D volume geometry in CudaReconstructionAlgorithm tooWillem Jan Palenstijn2014-10-011-50/+21
|