/radon-transform-visualisation

View radon transform at different angles using Dash.

Primary LanguagePythonMIT LicenseMIT

Radon transform visualisation

This application is for interactive visualisation of radom transform at different angles. X-ray images are obtained from MURA.

Example usage:

$ ./test.sh

Alternatively, run .py directly with Python3:

$ python3 app.py --input your_image_file

Python 2:

$ python app.py --input your_image_file