代码搜索:Gradient
找到约 2,951 项符合「Gradient」的源代码
代码结果 2,951
www.eeworm.com/read/224166/14603186
fx~ mv_render.fx~
//-------- global (uniform) var. -----------------------------------------------------------------
float isFrontFace; // front face : 1 / back face : -1 / else : 0 ( used in EmptySkipVertexShader )
www.eeworm.com/read/108818/15574896
c fftgrad.c
/*--------------------------- MegaWave2 module -----------------------------*/
/* mwcommand
name = {fftgrad};
version = {"1.1"};
author = {"Lionel Moisan"};
function = {"Compute the gradient o
www.eeworm.com/read/164539/10103642
asp selitemh.asp
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|04 Dec 2001 11:54:46 -0000
vti_extenderversion:SR|4.0.2.4426
vti_backlinkinfo:VX|
vti_author:SR|CZY-CQU\\Administrator
vti_modifiedby:SR|Administra
www.eeworm.com/read/422588/10627749
txt pie-3.txt
{
"bg_colour": "#ffffff",
"elements":[
{
"type": "pie",
"tip": "#label#$#val# (#percent#)",
"colours": ["#00ff00","#ff0000","#0000ff"],
www.eeworm.com/read/466659/7030932
m edgestop.m
function g = edgestop( im, n, sigma )
% EDGESTOP Create the edge-stopping function
% G = EDGESTOP( IM, SIZE, SIGMA ) creates the edge-stopping
% function of 'im'. The image is first smoothed
www.eeworm.com/read/456353/7351488
m opt_pinhole1.m
% Example showing pin-hole optics.
theta = [30:2:150]'*pi/180;
r_points(:,2:3) = -[theta.*cos(3*(theta)),theta.*sin(2*(theta)).^2];
r_points(:,1) = -30;
itheta = interp1(cumsum((gradient(r_points(:,
www.eeworm.com/read/197100/8030252
h makerow.h
/**********************************************************************
* File: makerow.h (Formerly makerows.h)
* Description: Code to arrange blobs into rows of text.
* Author: Ray Smith
www.eeworm.com/read/329960/12924018
c gradescent.c
/*******************************************************************************
*
* This file is part of the General Hidden Markov Model Library,
* GHMM version 0.8_beta1, see http://ghmm
www.eeworm.com/read/307647/13718081
m edgestop.m
function g = edgestop( im, n, sigma )
% EDGESTOP Create the edge-stopping function
% G = EDGESTOP( IM, SIZE, SIGMA ) creates the edge-stopping
% function of 'im'. The image is first smoothed
www.eeworm.com/read/480593/6666442
m gradfourier.m
clc;
close all;
clear all;
image = imread('lena512.bmp');
image_t = image';
gx = diff(image);
gy = diff(image_t);
hx = diff(gx);
hy = diff(gy);
mlg = min(size(gx));
mll = min(size(hx));
ima