Read Medical Data 3D
Note de l’éditeur : This file was selected as MATLAB Central Pick of the Week
This function ReadData3D allows the user to open medical 3D files. It
supports the following formats :
Dicom Files ( .dcm , .dicom )
V3D Philips Scanner ( .v3d )
GIPL Guys Image Processing Lab ( .gipl )
HDR/IMG Analyze ( .hdr )
ISI Files ( .isi )
NifTi ( .nii )
RAW files ( .raw , .* )
VMP BrainVoyager ( .vmp )
XIF HDllab/ATL ultrasound ( .xif )
VTK Visualization Toolkit ( .vtk )
Insight Meta-Image ( .mha, .mhd )
Micro CT ( .vff )
PAR/REC Philips ( .par, .rec)
usage:
[V,info]=ReadData3D;
or,
[V,info]=ReadData3D(filename);
outputs,
V : The 3D Volume
info : Struct with info about the data
Always the following fields are present
info.Filename : Name of file
info.Dimensions : Dimensions of Volume
info.PixelDimensions : Size of one pixel / voxel
Warning!
The read functions are not fully implemented as defined in
the file-format standards. Do not use this function for
critical applications.
Question,
If you know an example file of GE_Version_4, GE_Version_5 or some other often used 3D medical format, please leave a comment (so I can implement that format).
Citation pour cette source
Dirk-Jan Kroon (2024). Read Medical Data 3D (https://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Image Processing Toolbox > Import, Export, and Conversion >
- Industries > Medical Devices > Ultrasound Imaging >
- Industries > Medical Devices > DICOM Format >
- Engineering > Biomedical Engineering > Biomedical Imaging >
Tags
Remerciements
A inspiré : EEG SIGNAL ANALYSIS, Medical Image Processing Toolbox
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
dicom/
gipl/
hdr/
isi/
mha/
nii/
par/
raw/
subfunctions/
v3d/
vff/
vmp/
vtk/
xif/
Version | Publié le | Notes de version | |
---|---|---|---|
1.1.0.0 | VTK bug fix by C. Aguilar |
||
1.0.0.0 |