Dicom directory (of slices) to 3D volume image

バージョン 1.3.0.0 (3.69 KB) 作成者: Ariel Balter
Read a series of dicom slice images to a 3D volume image and meta data.
ダウンロード: 10.3K
更新 2009/4/7

ライセンスがありません

This function reads all good dicom files in a given directory and outputs a volume image. The slices are sorted by the SliceLocation tag in the image header. If no directory is specified, it opens a folder browser.

It also collects user specified (or default) header information for each slice and calculates some additional data for each slice such as the physical width and height of the image (e.g. PhysicalWidth = PixelWidth(1)*Rows). It also determines some meta data about the image such as the physical aspect ratio which is useful for volume rendering utilities.

Finally, it saves all the data to the dicom directory as a MAT file. In the future, the user will be able to switch the file saving on and off, and also specify alternate formats.

引用

Ariel Balter (2024). Dicom directory (of slices) to 3D volume image (https://www.mathworks.com/matlabcentral/fileexchange/23455-dicom-directory-of-slices-to-3d-volume-image), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2008b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
タグ タグを追加
謝辞

ヒントを得たファイル: isdicom, 3D Free Form Image Registration Toolbox (GUI), Read and write single file dicom volumes

ヒントを与えたファイル: dicomfolder

Community Treasure Hunt

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

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

Added robustness in handling directories with subdirectories (Mac OSIRIX users end up with these), very large data sets (>2GB), and missing header info. Changed screen outputs to fprintf in case user wants to compile.

1.2.0.0

Fixed a few bugs. Better handling of empty directories or insufficient header info for some calculations. Slight improvements to documentation and organization.

1.1.0.0

Fixed a bug.

1.0.0.0