C Implementation of the Radon Transform
The Radon transform is widely applicable to tomography, the creation of an image from the projection data associated with cross-sectional scans of an object.
sudo apt-get update sudo apt-get install libopenblas-dev zlib1g-dev libpng-dev sudo apt-get install libatlas-base-dev libatlas-dev libatlas3-base
make iftRadonTransform2D
./iftRadonTransform2D <input-image.png>
- Marcos Teixeira - (https://github.com/marcostx)
For more details on theory, implementation and results, read the report report1_mo815.pdf.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Prof. Alexandre Falcão - UNICAMP