isdicom

Function for detecting if a file is a DICOM file
ダウンロード: 1.9K
更新 2006/6/20

ライセンスがありません

The ISDICOM function takes a filename or a cell array of filenames and returns true for DICOM files.

ISDICOM detects if the four byte string starting at position 128 of the file is equal to 'DICM', which indicates that the file is a DICOM file.

This is not a very robust method, since other file types might also accidentally contain the string DICM at position 128, and non-standard DICOM files might not contain this string.

Please see the newsgroup discussion on http://newsreader.mathworks.com/WebX/.eef9353?50@474.0yR7b5yCHQl@

引用

Jøger Hansegård (2024). isdicom (https://www.mathworks.com/matlabcentral/fileexchange/11431-isdicom), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2006a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersDICOM Format についてさらに検索
謝辞

ヒントを与えたファイル: Dicom directory (of slices) to 3D volume image

Community Treasure Hunt

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

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

Improved documentation