代码搜索:gradient
找到约 2,951 项符合「gradient」的源代码
代码结果 2,951
www.eeworm.com/read/171439/9754442
sln ch11_gradient.sln
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CH11_Gradient", "CH11_Gradient.csproj", "{DA073562-8D6B-4D1F-BF35-8E5CC54CCCCD}"
EndPr
www.eeworm.com/read/235479/14070688
png bg_gradient-left.png
www.eeworm.com/read/238469/13884713
m orientation.m
function orient= orientation(image,blocksize,noShow)
% cacluates the local flow orientation in each local window with size (blocksize x blocksize),
% Note that the image coordinate system is x(i,
www.eeworm.com/read/393013/8315192
asv huitutm2.asv
[x,y]=meshgrid([-2:.2:2]);
z=x.*exp(-x.^2-y.^2);
%surf(x,y,z,gradient(z));
surf(x,y,z,'facema'gradient(z));
axis tight
www.eeworm.com/read/475765/6778135
m ex13_4.m
% EX13_4.M Plot the gradient of f(x,y)=[x^(2)+y^(2)]^(1/2)
%
clear % Clear variables
clf % and figures
[x,y]=meshgrid(-1:.1:1); % Create a grid of point
www.eeworm.com/read/281979/9125418
m conjugate gradient minimization -minimize.m
function [X, fX, i] = minimize(X, f, length, varargin)
% Minimize a differentiable multivariate function.
%
% Usage: [X, fX, i] = minimize(X, f, length, P1, P2, P3, ... )
%
% where the starting poin
www.eeworm.com/read/459376/7276554
htm 14-3 “gradient”滤镜.htm
14-3 “Gradient”滤镜
* { font-size:12px; font-family:宋体, Arial; } /*规定了所有的字体样式*/
body {