Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashkarin/forbild-gen
Just formated code to generate FORBILD Head phantom
https://github.com/ashkarin/forbild-gen
Last synced: 7 days ago
JSON representation
Just formated code to generate FORBILD Head phantom
- Host: GitHub
- URL: https://github.com/ashkarin/forbild-gen
- Owner: ashkarin
- Created: 2015-07-30T13:30:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T16:23:47.000Z (almost 8 years ago)
- Last Synced: 2024-11-07T08:46:57.009Z (about 2 months ago)
- Language: Matlab
- Size: 4.88 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FORBILD Head phantom
The source code is for MATLAB, and it was taken from the paper:[Yu, Z., Noo, F., Dennerlein, F., Wunderlich, A., Lauritsch, G., &
Hornegger, J. (2012). Simulation tools for two-dimensional experiments in
x-ray computed tomography using the FORBILD head phantom.
Physics in medicine and biology, 57(13),
N237.](http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3426508/)## How to use it
To generate a simple phantom of resolution 512x512, one should write:
```
phantom = forbild_gen(512, 512, 1, 1)
```This phantom will include both left and right ears, which is
specified by flags 1 and 1 respectively.To save generated phantom as a TIFF file, one may use:
```
convertDataTo32Tiff('path-to-dir/filename.tif', phantom)
```