/mangoct-taichi

Taichi enabled cross platform CT Image Projection and Reconstruction Program (Demo)

Primary LanguagePython

Mangoct Taichi: Taichi enabled cross platform CT Image Projection and Reconstruction Program (Demo)

Whats new?

  • Now can use only '.py' files to do medical image reconstruction with the help of Taichi, without to take care of compile.

    • Cone beam reconstruction support (only)
    • NO OTHER THINGS SUPPORT!
  • Spending almost the same amount of time as using pure cuda programs.

For what use?

  • Test driven development reconstruction program

Prerequisites

Files

./test_cuda.py        # use raw mangoct cuda program, the fastest speed
./test_taichi_DOP.py  # taichi enabled reconstruction
./test_taichi_ODOP.py # taichi enabled reconstruction (elegant)