evl.m

来自「图像对齐(inage registration)工具箱」· M 代码 · 共 76 行

M
76
字号
function eval()
% This is the machine-generated representation of a Handle Graphics object
% and its children.  Note that handle values may change when these objects
% are re-created. This may cause problems with any callbacks written to
% depend on the value of the handle at the time the object was saved.
%
% To reopen this object, just type the name of the M-file at the MATLAB
% prompt. The M-file and its associated MAT-file must be on your path.

sirka=85;
vyska=18;
load evl                              

a = figure('Color',[0.8 0.8 0.8], ...
	'Colormap',mat0, ...
   'PointerShapeCData',mat1, ...
 	'Name','Evaluation method', ...
    'Position',[27 199 170 250], ...
    'Resize','off', ...
 	'WindowStyle','normal',...
	'Tag','Fig1');

b = uicontrol('Parent',a, ...
	'Units','points', ...
   'Position',[20 100+60 sirka vyska], ...
	'Callback','cll_evl prms', ...
	'String','Parameters', ...
	'Tag','Pushbutton1');


b = uicontrol('Parent',a, ...
   'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Position',[20 110 sirka vyska], ...
	'String','New window', ...
	'Style','checkbox', ...
	'Tag','n_w');


b = uicontrol('Parent',a, ...
	'Units','points', ...
	'Position',[20 90 sirka vyska], ...
   'String','Difference image', ...
  	'Callback','cll_evl diff', ...
	'Tag','Pushbutton1');

b = uicontrol('Parent',a, ...
	'Units','points', ...
	'Position',[20 90-20 sirka vyska], ...
   'String','Average image', ...
 	'Callback','cll_evl avr', ...
	'Tag','Pushbutton1');

b = uicontrol('Parent',a, ...
	'Units','points', ...
	'Position',[20 90-40 sirka vyska], ...
   'String','Chess-board image', ...
  	'Callback','cll_evl ches', ...
	'Tag','Pushbutton1');


b = uicontrol('Parent',a, ...
   'Units','points', ...
  	'Callback','cll_evl registered', ...
	'Position',[20 90-60 sirka vyska], ...
	'String','Registered image', ...
	'Tag','Pushbutton1');

b = uicontrol('Parent',a, ...
	'Units','points', ...
	'Position',[20 5 sirka vyska], ...
   'String','Close', ...
 	'Callback','uiresume(gcf);close(gcf); ', ...
	'Tag','Pushbutton1');

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?