summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* updated docsWim van Aarle2015-02-2610-83/+19
|
* get_geometry now uses XML config object (for projections)Wim van Aarle2015-02-2625-274/+328
|
* get_geometry now uses XML config object (for volumes)Wim van Aarle2015-02-2512-39/+160
|
* deleted tmp test fileWim van Aarle2015-02-241-50/+0
|
* re-enabled get_geometry for 3d projectorsWim van Aarle2015-02-243-10/+10
|
* added get_geometry for 3d projection data objectsWim van Aarle2015-02-246-20/+141
|
* fixed get_geometry for fanflat_vecWim van Aarle2015-02-243-35/+59
|
* added get_geometry for 3d volume objectsWim van Aarle2015-02-244-53/+100
|
* 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
|
* 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
|
* Support flexible 2D volume geometryWillem Jan Palenstijn2014-10-013-132/+231
|
* Add new compute modelsWillem Jan Palenstijn2014-10-011-1/+2
|
* Add missing dirs to 'make clean'Willem Jan Palenstijn2014-10-011-1/+1
|
* Fix leakWillem Jan Palenstijn2014-09-251-0/+4
|
* Remove more obsolete debugging outputWillem Jan Palenstijn2014-09-242-21/+0
|
* Remove obsolete debugging outputWillem Jan Palenstijn2014-09-183-22/+0
|
* Minor cleanupWillem Jan Palenstijn2014-09-181-1/+1
|
* Verify data is not sparse in astra_mex_data2dWillem Jan Palenstijn2014-07-231-0/+8
|
* Fix Makefile quoting bug.Willem Jan Palenstijn2014-07-171-1/+1
| | | | | This may break builds on some platforms.