代码搜索:Normalized
找到约 4,216 项符合「Normalized」的源代码
代码结果 4,216
www.eeworm.com/read/205307/15321154
m legd_proc.m
%legd_proc processing legends on a graphics window.
%
% i_Legends=legd_proc(nTask,arg1)
%where
% nTask -- the code for legend processing. Details can be found in the comments
%
www.eeworm.com/read/205307/15321155
m display_str.m
%display_str show strings in the current window or convert a string into TeX format
%
% [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,...
% fName,fWeight,fAngle)
%
%where
%
% xL -- the
www.eeworm.com/read/203482/15357902
m normhist.m
%NORMHIST Histogram normalization
%
% n = NORMHIST(image)
%
% Returns a histogram normalized image. Assumes that pixels lie in the
% range 0-255.
%
% SEE ALSO: ihist
%
% Copyright (c) Peter Corke, 19
www.eeworm.com/read/203482/15357926
m inorm.m
%INORM Image normalization
%
% g = inorm(image)
%
% Return a normalized image in which all pixels lie in the range
% 0 to 1.
%
%
% Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab
f
www.eeworm.com/read/202824/15371989
m normhist.m
%NORMHIST Histogram normalization
%
% n = NORMHIST(image)
%
% Returns a histogram normalized image. Assumes that pixels lie in the
% range 0-255.
%
% SEE ALSO: ihist
%
% Copyright (c) Peter Corke, 19
www.eeworm.com/read/202824/15372011
m inorm.m
%INORM Image normalization
%
% g = inorm(image)
%
% Return a normalized image in which all pixels lie in the range
% 0 to 1.
%
%
% Copyright (c) Peter Corke, 1999 Machine Vision Toolbox for Matlab
f
www.eeworm.com/read/202818/15372075
m cosfn.m
% function [S] = cosFn(mat1,mat2),
% Computes the cosine (normalized dot product) between training vectors in
% columns of mat1 and test vectors in columns of mat2. Outputs a matrix of
% cosines
www.eeworm.com/read/202224/15389259
m mm3806.m
% mm3806.m
t = linspace(0,1);
x = sin(2*pi*t);
y = 1.2*cos(4*pi*t);
z = exp(-2*t).*sin(3*pi*t - pi/4);
plot(t,x,t,y,'-.',t,z,'--')
title('Figure 38.6: Picture in a Picture Zoom.');
xlabel
www.eeworm.com/read/201668/15398937
m ex11_3.m
hf=figure('Color',[0,1,1],'Position',[100,200,400,200],...
'Name','数制转换','NumberTitle','off','MenuBar','none');
uicontrol(hf,'Style','Text', 'Units','normalized',...
'Position',[0.05,0.
www.eeworm.com/read/201668/15399033
m ex11_4.m
clf;
set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]);
set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off');
axes('Position',[0.05,0.15,0.55,0.7]);
uicontrol(gcf,'Style','text',