代码搜索:Gradient

找到约 2,951 项符合「Gradient」的源代码

代码结果 2,951
www.eeworm.com/read/275502/10814682

ctl command.ctl

VERSION 5.00 Begin VB.UserControl CommandButton AutoRedraw = -1 'True ClientHeight = 3600 ClientLeft = 0 ClientTop = 0 ClientWidth = 4800 Sc
www.eeworm.com/read/273533/10912490

h graphic.h

///////////////////////////////////////////////////////////// // Flash Plugin and Player // Copyright (C) 1998 Olivier Debon // // This program is free software; you can redistribute it and/or // mod
www.eeworm.com/read/417657/10981207

m findenergy.m

function Emean=findEnergy(x) % FINDENERGY creates an gradient img from a given RGB or grayscale image. % The vertical and horizontal gradients are found using a Sobel operator % and the gradient ma
www.eeworm.com/read/417657/10981219

m removalmap.m

function SeamVector=removalMap(X); % REMOVALMAP takes a given image and finds the ordered set of (vertical) % seams that are removed from an image and returns them in an array, where % the Nth colu
www.eeworm.com/read/271760/10981915

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/416438/11025250

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/416309/11034009

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/416156/11039630

m gazbgradeval.m

function [nsol, val] = gaZBGradEval(sol,options) % This evaluation function takes in a potential solution and two options % options(3) is the percent of time to perform the gradient heuristic to the
www.eeworm.com/read/469416/6976339

m demgpot.m

function g = demgpot(x, mix) %DEMGPOT Computes the gradient of the negative log likelihood for a mixture model. % % Description % This function computes the gradient of the negative log of the %
www.eeworm.com/read/469416/6976346

m gradchek.m

function [gradient, delta] = gradchek(w, func, grad, varargin) %GRADCHEK Checks a user-defined gradient function using finite differences. % % Description % This function is intended as a utility