代码搜索:Gradients
找到约 319 项符合「Gradients」的源代码
代码结果 319
www.eeworm.com/read/134896/13971280
m isobel.m
%ISOBEL Sobel edge detector
%
% is = ISOBEL(image)
%
% applies the Sobel edge detector, which is the norm of the vertical
% and horizontal gradients. Tends to produce rather thick edges.
%
% Copyrigh
www.eeworm.com/read/203482/15357944
m isobel.m
%ISOBEL Sobel edge detector
%
% is = ISOBEL(image)
%
% applies the Sobel edge detector, which is the norm of the vertical
% and horizontal gradients. Tends to produce rather thick edges.
%
% Copyrigh
www.eeworm.com/read/202824/15372029
m isobel.m
%ISOBEL Sobel edge detector
%
% is = ISOBEL(image)
%
% applies the Sobel edge detector, which is the norm of the vertical
% and horizontal gradients. Tends to produce rather thick edges.
%
% Copyrigh
www.eeworm.com/read/104265/15700206
res p94.res
Global coordinates
Node 1 0.0000E+00 0.0000E+00
Node 2 0.5000E+00 0.0000E+00
Node 3 0.1000E+01 0.0000E+00
Node 4 0.0000E+00 -0.1250E+01
Node 5
www.eeworm.com/read/104265/15700348
res p94.res
Global coordinates
Node 1 0.0000E+00 0.0000E+00
Node 2 0.5000E+00 0.0000E+00
Node 3 0.1000E+01 0.0000E+00
Node 4 0.0000E+00 -0.1250E+01
Node 5
www.eeworm.com/read/374397/9407684
m affine.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Affine Parameter Calculation
% ----------------------------
% AUTHOR: Maher Khoury
% DATE: March 1, 1999
% PURPOSE:
www.eeworm.com/read/450064/7491124
m affine.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Affine Parameter Calculation
% ----------------------------
% AUTHOR: Maher Khoury
% DATE: March 1, 1999
% PURPOSE:
www.eeworm.com/read/440314/7690722
m comp_gradient.m
%Computes the y and x gradients with a [-.5,0,.5] kernel
function [fy,fx] = comp_gradient(IM, type);
fy = zeros(size(IM));
fx = zeros(size(IM));
for y = 2:size(IM,1)-1
for x = 2:size(IM,2)-
www.eeworm.com/read/139772/13135644
c user_eval.c
#include "o8para.h"
void user_eval(DOUBLE xvar[],INTEGER mode) {
/* ************************************************************************ */
/* called only if bloc = TRUE