├── CT Reconstruction using Fourier Filtered Backprojection.pdf ├── FFB.m ├── LICENSE ├── README.md ├── fan_beam_compare.m ├── img ├── read ├── sample1.PNG ├── sample2.PNG ├── sample3.PNG ├── sample4.jpg ├── sample5.JPG ├── sample6.JPG ├── sample7.JPG ├── sample8.JPG └── sample9.JPG ├── main.m ├── own_radon.m ├── sample1.PNG ├── sample2.PNG └── sample3.PNG /CT Reconstruction using Fourier Filtered Backprojection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/CT Reconstruction using Fourier Filtered Backprojection.pdf -------------------------------------------------------------------------------- /FFB.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/FFB.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/README.md -------------------------------------------------------------------------------- /fan_beam_compare.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/fan_beam_compare.m -------------------------------------------------------------------------------- /img/read: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /img/sample1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample1.PNG -------------------------------------------------------------------------------- /img/sample2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample2.PNG -------------------------------------------------------------------------------- /img/sample3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample3.PNG -------------------------------------------------------------------------------- /img/sample4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample4.jpg -------------------------------------------------------------------------------- /img/sample5.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample5.JPG -------------------------------------------------------------------------------- /img/sample6.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample6.JPG -------------------------------------------------------------------------------- /img/sample7.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample7.JPG -------------------------------------------------------------------------------- /img/sample8.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample8.JPG -------------------------------------------------------------------------------- /img/sample9.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/img/sample9.JPG -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/main.m -------------------------------------------------------------------------------- /own_radon.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/own_radon.m -------------------------------------------------------------------------------- /sample1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/sample1.PNG -------------------------------------------------------------------------------- /sample2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/sample2.PNG -------------------------------------------------------------------------------- /sample3.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bijiuni/CT_reconstruction/HEAD/sample3.PNG --------------------------------------------------------------------------------