An open API service indexing awesome lists of open source software.

https://github.com/phernst/tf-radon

Radon transform in Tensorflow
https://github.com/phernst/tf-radon

Last synced: 9 days ago
JSON representation

Radon transform in Tensorflow

Awesome Lists containing this project

README

          

# tf-radon: Fast Differentiable Routines for Computed Tomography
Tensorflow bindings for [TorchRadon](https://github.com/matteo-ronchetti/torch-radon).

Currently only includes cone beam forward and backprojection.

## Installation
Only Linux is supported, currently. You need to have CUDA and Tensorflow installed.

```
git clone --recursive https://github.com/phernst/tf-radon.git
cd tf-radon
pip install .
```