• 大小: 1.53MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-31
  • 语言: Matlab
  • 标签: MATLAB  代码  

资源简介

医学图像分析MATLAB代码 不知道对大家有用否?

资源截图

代码片段和文件信息

% mia - medical image analysis
%
% This Matlab GUI  enables you to do analysis on medical images. A collection 
% of tools are provided to perform slice or volume based analysis. Other hand 
% the program can be consider as a wrapper of useful previously developed and 
% own matlab tools for medical image processing. The following features are included:   
%
% Version 2.3
%
%  - working under unix
%  - slice and frame SLIDER added. This might be useful under unix
%    where the UP DOWN LEFT and RIGHT navigation keys does not always
%    work
%  - the statistics results of ROI and VOI(TAC) analysis can be saved 
%    as csv file under unix
%  - on the main figure the most of button has “ToolTip String“ helping 
%    for the users
%  - loading dynamic analyze file (with the help of Roger Gunn MNI Montreal)
%  - loading CUB type CT file (with the help of Olivier Morin Department
%       of Radiation Oncology University of California San Francisco )
%  - loading and saving image file as MAT format
%     Storing a 3D scalar dataset for mia in a MAT file a structe 
%     to be defined:
%     VolumeInfo.imaVOL
%        %the 3D volume with size of [XdimYdimZdim] 
%     VolumeInfo.pixelsize
%        %[xres yres zres] in [mm]. eg: [2 2 3.4]
%     VolumeInfo.isfloat 
%        % DataType flag: 0 for int16 data case 1 for double data case. 
%          It is an important flag to conserv the memory usage by defining 
%          int16 variable type of the 3D dataset in general case.
%     Sample MAT file(the MATLAB MRI file) for mia can be found in the 
%     sample file package: http://petunia.atomki.hu/~balkay/mia/mia_samples.zip  
%
%  - mia does not contain further the EMMA library for minc format 
%    image file handling.(The main reason is the extra size). EMMA package 
%    for PC and the Linux can be downloded from: 
%           http://www.bic.mni.mcgill.ca/users/fmorales/emma_matlab6.zip
%           http://www.bic.mni.mcgill.ca/users/fmorales/emma.tar.gz
%  - performing 3D interpolation
%  - improved zoom and pan possibilities on the main image and
%    also on any of the 3D cursor windows:
%       Middle drag to zoom and right drag to pan the image 
%       double click to restore the original.
%  - changing the colorbar max and min values by the appropriate slider
%    the following figures will be refreshed automatically (if they opened):
%    main image 3D cursor windows sliceomatic figure reslice windows
%  - improved improfile option
%  - defining a ‘detail rectangle‘ to view the zoomed details
%    on the current slice
%
%
% Version 2.1 (default features)
%
% - loading as saving dicom analyse minc ecat v file format. 
%   For dicom loading multiply file selection enabled and the program 
%   try to produce a whole volume for image analysis 
%   (the extension should be as *.dcm). Dynamic investigations is
%   supported in the case of dicom (echo angio) minc or ecat file.

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1334  2009-06-20 07:32  license.txt
     目录           0  2009-06-20 07:32  mia24\
     文件        5142  2009-06-19 21:31  mia24\mia.m
     文件       24840  2005-06-20 15:45  mia24\mia_3dcursor_gui.fig
     文件        8066  2005-06-20 16:12  mia24\mia_3dcursor_gui.m
     文件        3370  2003-09-15 04:14  mia24\mia_doMIPavi.m
     文件      210000  2004-06-29 05:24  mia24\mia_gui.fig
     文件      206219  2005-06-29 18:07  mia24\mia_gui.m
     文件        6028  2005-04-21 16:01  mia24\mia_imadoc.m
     文件        3202  2005-06-23 17:20  mia24\mia_improfile.m
     文件       29569  2005-06-24 16:19  mia24\mia_pixval.m
     文件        1281  2004-11-08 20:15  mia24\mia_rectdrag.m
     文件        6104  2004-06-19 18:39  mia24\mia_Start3dCursor.m
     文件        4340  2004-06-18 23:54  mia24\mia_Stop3dCursor.m
     文件       27107  2005-06-24 18:00  mia24\mia_Xpixval.m
     文件       26996  2005-06-24 18:00  mia24\mia_Ypixval.m
     文件        3666  2003-09-15 04:13  mia24\mia_zoompan.m
     文件       27125  2005-06-24 17:59  mia24\mia_Zpixval.m
     文件        3379  2005-03-21 18:14  mia24\petimatools.m
     目录           0  2009-06-19 21:29  mia24\private\
     文件         596  2002-04-08 14:19  mia24\private\bloodcurve.m
     文件        3944  2002-02-21 21:24  mia24\private\blood_curve_par.m
     文件       36510  2003-09-08 05:45  mia24\private\cameratoolbar2.m
     文件        5620  2000-02-24 20:00  mia24\private\evalfdgtact.m
     文件        3062  2004-08-13 05:33  mia24\private\eval_bloodcurve_par.m
     文件        6004  2002-11-19 06:40  mia24\private\imadoc.m
     文件         498  2001-09-22 16:01  mia24\private\imgmontage.m
     文件        1826  2002-04-05 22:33  mia24\private\kernel.m
     文件        1015  2002-02-27 22:56  mia24\private\loadtacts.m
     文件         858  2003-03-10 18:46  mia24\private\loadvaxdata.m
     文件        4434  2003-10-13 14:58  mia24\private\loadvaxima128.m
............此处省略90个文件信息

评论

共有 条评论