3D Shepp-Logan Phantom

バージョン 1.1.1 (5.25 KB) 作成者: Marek Zemek
3D extension of Matlab's phantom()
ダウンロード: 42
更新 2023/5/17

ライセンスの表示

A 3D extension of MATLAB's phantom function - generates a phantom consisting of an arbitrary number of ellipsoids in 3D.
Originally written by Matthias Schabel and extended by Patrick Bolan to support anisotropic phantom dimensions.
I had some memory issues while generating larger phantoms, so I improved the code's memory efficiency (using two 2D meshgrids + a for-loop instead of three 3D meshgrids). As a result, the code runs longer than the previous versions, but it needs much less RAM.
The function also supports optional command window outputs and the ability to choose the output datatype (single/double).
MATLAB リリースの互換性
作成: R2022b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
謝辞

ヒントを得たファイル: 3D Shepp-Logan phantom, 3D Shepp-Logan Phantom

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.1

fixed bug with switched dimensions in the scale matrix on line 153

1.1.0

- Improve the handling of ellipse rotation angles for anisotropic data sizes (i.e., a 30° rotation should now always be 30°, no matter the axis)
- add and improve some verbosity outputs

1.0.0