User Ratings

★★★★★
★★★★
★★★
★★
0
2
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • An excellent tomography package. The feature list is amazing. An open-source project like this has a huge potential. We had some problems at first, when we started to use ASTRA. The windows installation requires the correct Visual C++ Redistributables to be installed (in our case, Visual C++ 2012 Redistributable (x64)), or else MATLAB complains about invalid .mex files. Also, the authors should add more working MATLAB code examples. Some things, such as how to set up the geometry with real, measured 3D cone beam data, were not very intuitive.
  • The project has several bugs/glitches concerning linux compatibility. The use of pthread instead of boost thread didn't work right away for me. In the process, I discovered that "#ifndef USE_PTHREAD" in line 32 of AsyncAlgorithm.cpp references a macro that is never used anywhere--i.e. should be "USE_PTHREADS". Also, it seems two header files are missing from the source distribution: ConvexHullAlgorithm.h and ReconstructionAlgorithmMultiSlice2D.h. Not sure what's up with that. If it weren't for the usage of the function "pthread_timedjoin_np", there's no reason why this library wouldn't also compile on OSX. (In fact, I was able to get it to run just fine by excluding the threading parts of the code.) It seems like this project was developed solely in Visual Studios, with linux compatibility tacked on after--nothing wrong with this, except that the linux support is, I think, a bit less than advertised. I think this project could be vitally important as the tomography community begins to catch on. I come from the academic research sector, and I can see this software being very helpful to me. The feature list is impressive. Having browsed through a large portion of the code, it appears that a lot of work was put into this library. Going forward, I think the following changes would help make this project a great success: - use CMake for the build system instead of autoconf/make (CMake has automatic VS project generation) - distribute the ASTRA library and matlab wrapper as separate projects - make threading OS X compatible to achieve greater cross-platform support - set up a git repository to encourage more documentation contributors The features of the library, from my very limited use, seem to be sound. But I think there's a lot this project could gain in terms of documentation/useability by making it more accessible to the open source/academic communities (i.e. things mentioned above). I am sort of doing these things right now, but I don't want to lose out on the knowledge and future updates/fixes/contribution of the great minds at iMinds Vision Labs. I hope that the authors express their future development plans so I know how to continue with my research and use of this library.
  • Previous
  • You're on page 1
  • Next