代码搜索:diffusion
找到约 573 项符合「diffusion」的源代码
代码结果 573
www.eeworm.com/read/350761/10712741
m snldstep.m
function r = snldStep( L, c )
% Discrete numerical scheme of dL/dt for scalar diffusion
N = size(L, 1);
M = size(L, 2);
cpc = translateImage( c, 1, 0 );
cmc = tran
www.eeworm.com/read/350761/10712743
m pmc.m
function g = pmc( f, k, stepsize, nosteps, verbose )
% Perona and Malik Diffusion
if verbose
figure(verbose);
subplot(1,2,1); imshow(f); title('Original Ima
www.eeworm.com/read/350746/10713410
m aosiso1.m
function y = aosiso1(x, d, t)
% AOSISO1 Aditive Operator Splitting Isotropic Interation (1D)
%
% y = AOSISO1(x, d, t) calculates the new image "y" as the result of an
% isotropic (scalar)
www.eeworm.com/read/466430/7034906
ndsl_makefile
# Copyright (c) 1994, 1995, 1996
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are per
www.eeworm.com/read/462231/7206015
makefile
# Copyright (c) 1994, 1995, 1996
# The Regents of the University of California. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are
www.eeworm.com/read/462153/7208398
m divergence.m
function [divF] = divergence(F,coeff)
% compute the divergence of the gradient of f
% multiplied by a diffusion coefficient
% forward difference scheme
%
% Copyright 2006 Paolo Favaro (p.favaro@h
www.eeworm.com/read/455115/7377875
m anisodiff.m
% ANISODIFF - Anisotropic diffusion.
%
% Usage:
% diff = anisodiff(im, niter, kappa, lambda, option)
%
% Arguments:
% im - input image
% niter - number of iterations.
% k
www.eeworm.com/read/435213/7795414
patch ns-2.29-aodv-uu-0.9.1-dsr-uu-0.2-oolsr-0.99.15.patch
diff -uprN ns-2.29.orig/common/misc.cc ns-2.29/common/misc.cc
--- ns-2.29.orig/common/misc.cc 2005-10-20 06:45:22.000000000 +0200
+++ ns-2.29/common/misc.cc 2006-03-10 14:15:05.000000000 +0100
@@ -49,
www.eeworm.com/read/399913/7822890
patch ns-2.29-aodv-uu-0.9.1-dsr-uu-0.2-oolsr-0.99.15.patch
diff -uprN ns-2.29.orig/common/misc.cc ns-2.29/common/misc.cc
--- ns-2.29.orig/common/misc.cc 2005-10-20 06:45:22.000000000 +0200
+++ ns-2.29/common/misc.cc 2006-03-10 14:15:05.000000000 +0100
@@ -49,