代码搜索:gradient
找到约 2,951 项符合「gradient」的源代码
代码结果 2,951
www.eeworm.com/read/303513/13813696
m grad.m
function G=grad(vars,F,dim)
%GRAD Gradient vector.
% G = GRAD(S) returns the gradient field of a scalar function S.
%
% See Also DIV, CURL, LAPL.
% Copyright (c) 2001-04-16, B. Rasmus Anth
www.eeworm.com/read/184769/9079698
png gradient-alpha-rgb24-ref.png
www.eeworm.com/read/374847/9382114
pdf gradient feature selection for online boosting.pdf
www.eeworm.com/read/166402/10021692
flw kd_demo_gradient&bevel_001.flw
www.eeworm.com/read/166397/10021969
flw kd_demo_gradient&bevel_001.flw
www.eeworm.com/read/162178/10329131
m find_y_gradient_b_diff.m
function [Iy] = find_y_gradient_b_diff(I,Ny)
I = double(I);
Iy = I - [I(2:Ny,:); I(1,:)];
www.eeworm.com/read/162178/10329141
m find_t_gradient_b_diff.m
function result = find_t_gradient_b_diff(new_dst_img_t,dst_img_L)
result = dst_img_L - new_dst_img_t;
www.eeworm.com/read/162178/10329165
m find_x_gradient_b_diff.m
function [Ix] = find_x_gradient_b_diff(I,Nx)
I = double(I);
Ix = I - [I(:,2:Nx) I(:,1)];
www.eeworm.com/read/457662/7321217
mht conjugate gradient and steepest descent methods.mht
From:
Subject: Conjugate Gradient and Steepest Descent Methods
Date: Thu, 31 May 2007 18:21:28 +0530
MIME-Version: 1.0
Content-Type: text/html;
charset="ut