Skip to content

Releases: Ivelate/FastBackprojection

Added support for Linux and MacOs

21 Aug 23:55
Compare
Choose a tag to compare

The app now auto scans which OS has the running computer and loads its native libraries accordingly, essentially making it cross-platform. Linux and MacOs users, grab the release!

Disclaimer: Not currently fully tested on either of those OS, so please forward me any problem if you experience it.

Added a new reconstruction example

21 Oct 03:39
Compare
Choose a tag to compare

Please execute executeFastBackprojectionHT.bat to reconstruct the HT scene depicted at our paper.

Feel free to check streaks\letter_ht_90 as the streak images used in this case are .hdr and can be easily visualized

Added support for .hdr reading / writing

03 Oct 00:44
Compare
Choose a tag to compare

... by using my new library JavaHDR! It is included in the .zip.

.hdr streaks are now read by default. To keep reading .float streaks like before, a new command -loadFromFloat needs to be specified

Fast Backprojection 1.0 Release

26 Sep 00:10
Compare
Choose a tag to compare

FastBackprojection.zip contains the program binaries, along with usage example scripts, both for reconstructing a volume and for visualizing one.

FastBackprojection_lite.zip contains only the binaries without the example scripts.