资源简介

在Matlab GUI下实现CT切片序列的读取,察看功能,单张浏览,读取文件格式为DICOM。在Matlab 2011b以上版本运行。

资源截图

代码片段和文件信息

function varargout = Ct_reader(varargin)
% CT_READER MATLAB code for Ct_reader.fig
%      CT_READER by itself creates a new CT_READER or raises the existing
%      singleton*.
%
%      H = CT_READER returns the handle to a new CT_READER or the handle to
%      the existing singleton*.
%
%      CT_READER(‘CALLBACK‘hobjecteventDatahandles...) calls the local
%      function named CALLBACK in CT_READER.M with the given input arguments.
%
%      CT_READER(‘Property‘‘Value‘...) creates a new CT_READER or raises the
%      existing singleton*.  Starting from the left property value pairs are
%      applied to the GUI before Ct_reader_OpeningFcn gets called.  An
%      unrecognized property name or invalid value makes property application
%      stop.  All inputs are passed to Ct_reader_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-06-25 12:03  Ct_reader\
     文件        4872  2011-07-19 20:38  Ct_reader\Ct_reader.fig
     文件        6702  2013-03-23 22:36  Ct_reader\Ct_reader.m
     文件         145  2013-06-25 12:04  Ct_reader\readme.txt

评论

共有 条评论