Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janwolzenburg/ct-simulator
Result of my Master's Thesis. The Simulator implements physical models, device components and reconstruction algorithms.
https://github.com/janwolzenburg/ct-simulator
computed-tomography simulator
Last synced: about 1 month ago
JSON representation
Result of my Master's Thesis. The Simulator implements physical models, device components and reconstruction algorithms.
- Host: GitHub
- URL: https://github.com/janwolzenburg/ct-simulator
- Owner: janwolzenburg
- Created: 2022-12-13T08:48:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:06:10.000Z (6 months ago)
- Last Synced: 2024-06-20T08:56:05.618Z (6 months ago)
- Topics: computed-tomography, simulator
- Language: C++
- Homepage:
- Size: 43.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is the result of my master's thesis "Development of an educational simulator for computed tomography by implementing physical models, device components and reconstruction processes in C++".
There is no further documentation here. You can read the thesis in german language, which can be found as a .pdf file in the repo.
If you want to use the simulator you need the libraries FLTK and sciplot. There is a cmake file supplied. But I developed the program with Visual Studio Community.