1. 程式人生 > >【原始碼】以GUI讀取Dicom, V3D, ISI, NifTI, Analyze等16種醫學資料

【原始碼】以GUI讀取Dicom, V3D, ISI, NifTI, Analyze等16種醫學資料

在這裡插入圖片描述

函式ReadData3D允許使用者開啟醫學3D檔案。

This function ReadData3D allows the user to open medical 3D files.

本函式支援以下格式:

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)

語法:

[V,info]=ReadData3D;

[V,info]=ReadData3D(filename);

輸出資料:

V : 3D資料The 3D Volume

info : 關於讀取資料的結構體資訊Struct with info about the data

info.Filename : 檔名Name of file

info.Dimensions : 3D資料維數Dimensions of Volume

info.PixelDimensions : 一個畫素/體素的大小Size of one pixel / voxel

原始碼下載地址:

http://page5.dfpan.com/fs/dlcfj292172941639e1/

更多精彩文章請關注微訊號:在這裡插入圖片描述