【实例简介】
依赖于MATLAB,可以读取nii格式的文件,写入和操作输入的医学影像数据
使用方法:1.下载压缩包并解压至MATLAB安装路径的toobox文件夹下 2.enjoy it!
【实例截图】
【核心代码】
NIfTI_20140122
├── affine.m
├── bipolar.m
├── bresenham_line3d.m
├── clip_nii.m
├── collapse_nii_scan.m
├── examples.txt
├── expand_nii_scan.m
├── extra_nii_hdr.m
├── FAQ.pdf
├── flip_lr.m
├── get_nii_frame.m
├── license.txt
├── load_nii_ext.m
├── load_nii_hdr.m
├── load_nii_img.m
├── load_nii.m
├── load_untouch0_nii_hdr.m
├── load_untouch_header_only.m
├── load_untouch_nii_hdr.m
├── load_untouch_nii_img.m
├── load_untouch_nii.m
├── make_ana.m
├── make_nii.m
├── mat_into_hdr.m
├── NIfTI_20140122
│ ├── affine.m
│ ├── bipolar.m
│ ├── bresenham_line3d.m
│ ├── clip_nii.m
│ ├── collapse_nii_scan.m
│ ├── create_hdr.m
│ ├── ct.nii
│ ├── examples.txt
│ ├── expand_nii_scan.m
│ ├── extra_nii_hdr.m
│ ├── FAQ.pdf
│ ├── flip_lr.m
│ ├── get_nii_frame.m
│ ├── img.mat
│ ├── license.txt
│ ├── load_nii_ext.m
│ ├── load_nii_hdr.m
│ ├── load_nii_img.m
│ ├── load_nii.m
│ ├── load_untouch0_nii_hdr.m
│ ├── load_untouch_header_only.m
│ ├── load_untouch_nii_hdr.m
│ ├── load_untouch_nii_img.m
│ ├── load_untouch_nii.m
│ ├── make_ana.m
│ ├── make_nii.m
│ ├── mat_into_hdr.m
│ ├── NIfTI_tools.pdf
│ ├── pad_nii.m
│ ├── reslice_nii.m
│ ├── rri_file_menu.m
│ ├── rri_orient.m
│ ├── rri_orient_ui.m
│ ├── rri_select_file.m
│ ├── rri_xhair.m
│ ├── rri_zoom_menu.m
│ ├── save_nii_ext.m
│ ├── save_nii_hdr.m
│ ├── save_nii.m
│ ├── save_untouch0_nii_hdr.m
│ ├── save_untouch_header_only.m
│ ├── save_untouch_nii_hdr.m
│ ├── save_untouch_nii.m
│ ├── save_untouch_slice.m
│ ├── test
│ │ ├── 001.hdr
│ │ ├── 001.img
│ │ ├── 001.nii
│ │ └── nCT_SALINE_185_20150814_131414_1_IMG.img
│ ├── unxform_nii.m
│ ├── UseANALYZE.pdf
│ ├── verify_nii_ext.m
│ ├── view_nii.m
│ ├── view_nii_menu.m
│ └── xform_nii.m
├── NIfTI_tools.pdf
├── pad_nii.m
├── reslice_nii.m
├── rri_file_menu.m
├── rri_orient.m
├── rri_orient_ui.m
├── rri_select_file.m
├── rri_xhair.m
├── rri_zoom_menu.m
├── save_nii_ext.m
├── save_nii_hdr.m
├── save_nii.m
├── save_untouch0_nii_hdr.m
├── save_untouch_header_only.m
├── save_untouch_nii_hdr.m
├── save_untouch_nii.m
├── save_untouch_slice.m
├── unxform_nii.m
├── UseANALYZE.pdf
├── verify_nii_ext.m
├── view_nii.m
├── view_nii_menu.m
└── xform_nii.m
2 directories, 101 files