TA的每日心情 | 怒 2019-11-20 15:22 |
---|
签到天数: 2 天 [LV.1]初来乍到
|
EDA365欢迎您登录!
您需要 登录 才可以下载或查看,没有帐号?注册
x
# v6 s+ I' f! F. g6 V$ m
一、简介
- ^2 x4 c+ K% H$ p: v* F4 u0 g i
基于matlab GUI界面医学影像分割& ?) @& [9 ]" c. b4 i4 c. L& W
1 _+ m& C4 p: v二、源代码* ?0 i' G7 z" K$ @% e* c
# z! y. P9 z6 B2 }( R' C" N
9 S# Y$ X( u, Q# s2 H* k- function varargout = brain_ysw(varargin)
- % BRAIN_YSW MATLAB code for brain_ysw.fig
- % BRAIN_YSW, by itself, creates a new BRAIN_YSW or raises the existing
- % singleton*.
- %
- % H = BRAIN_YSW returns the handle to a new BRAIN_YSW or the handle to
- % the existing singleton*.
- %
- % BRAIN_YSW('CALLBACK',hObject,eventData,handles,...) calls the local
- % function named CALLBACK in BRAIN_YSW.M with the given input arguments.
- %
- % BRAIN_YSW('Property','Value',...) creates a new BRAIN_YSW or raises the
- % existing singleton*. Starting from the left, property value pairs are
- % applied to the GUI before brain_ysw_OpeningFcn gets called. An
- % unrecognized property name or invalid value makes property application
- % stop. All inputs are passed to brain_ysw_OpeningFcn via varargin.
- %
- % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
- % instance to run (singleton)".
- %
- % See also: GUIDE, GUIDATA, GUIHANDLES
- % Edit the above text to modify the response to help brain_ysw
- % Last Modified by GUIDE v2.5 10-Jun-2015 13:34:14
- % Begin initialization code - DO NOT EDIT
- gui_Singleton = 1;
- gui_State = struct('gui_Name', mfilename, ...
- 'gui_Singleton', gui_Singleton, ...
- 'gui_OpeningFcn', @brain_ysw_OpeningFcn, ...
- 'gui_OutputFcn', @brain_ysw_OutputFcn, ...
- 'gui_LayoutFcn', [] , ...
- 'gui_Callback', []);
- if nargin && ischar(varargin{1})
- gui_State.gui_Callback = str2func(varargin{1});
- end
- if nargout
- [varargout{1:nargout}] = gui_maiNFCn(gui_State, varargin{:});
- else
- gui_mainfcn(gui_State, varargin{:});
- end
- % End initialization code - DO NOT EDIT; w; y% R% }- @0 `% O, H. E+ J
3 m$ B7 F5 A# D& ~/ W# ]! }" h+ v8 ^+ Z# R, c
. n; n; |; f# ^, p/ i. S
三、运行结果( U2 p7 A* t5 O2 y, ^
8 B. s0 R7 q2 z
7 S- [4 c5 ]0 N( _8 r" A V6 g) [: O/ M
& _1 W: N1 ?2 B+ V2 U1 j2 Z4 ~4 m# Q3 n+ y& ?$ r+ P! o
" P7 p g) t2 @ |
|