代码搜索:diffusion

找到约 573 项符合「diffusion」的源代码

代码结果 573
www.eeworm.com/read/241294/13158240

m jethava.m

kappa=0.2*eye(3); % conductivity matrix Q=0.; % no heat source num_integ_pts=2; magn = 100; h=0.1; t= 5; [fens,gcells]=block(200, 200, t, 10, 10, 4); prop=property_diffusion(struct('conductivi
www.eeworm.com/read/367752/9733748

c spread.c

#include #include #include #include #include #include "igrid_obj.h" #include "landclass_obj.h" #include "globals.h" #include "random.h" #include "ut
www.eeworm.com/read/380497/9144763

m anisodiff1d.m

function diff_sig = anisodiff1D(sig, num_iter, delta_t, kappa, option) %ANISODIFF1D Conventional anisotropic diffusion % DIFF_SIG = ANISODIFF1D(SIG, NUM_ITER, DELTA_T, KAPPA, OPTION) perfoms %
www.eeworm.com/read/380497/9144778

m anisodiff2d.m

function diff_im = anisodiff2D(im, num_iter, delta_t, kappa, option) %ANISODIFF2D Conventional anisotropic diffusion % DIFF_IM = ANISODIFF2D(IM, NUM_ITER, DELTA_T, KAPPA, OPTION) perfoms % con
www.eeworm.com/read/350753/10713142

m anisodiff1d.m

function diff_sig = anisodiff1D(sig, num_iter, delta_t, kappa, option) %ANISODIFF1D Conventional anisotropic diffusion % DIFF_SIG = ANISODIFF1D(SIG, NUM_ITER, DELTA_T, KAPPA, OPTION) perfoms %
www.eeworm.com/read/350753/10713152

m anisodiff2d.m

function diff_im = anisodiff2D(im, num_iter, delta_t, kappa, option) %ANISODIFF2D Conventional anisotropic diffusion % DIFF_IM = ANISODIFF2D(IM, NUM_ITER, DELTA_T, KAPPA, OPTION) perfoms % con
www.eeworm.com/read/448489/7532750

run customsourcetab.run

# # customsourcetab # emruntab for two_phase_pull creates the stack: # test_sourcecustom_filterone_phase_pullfilter_core # blacklistdneighbordlinkstatsmotenichostm
www.eeworm.com/read/297947/7984265

m test_bilateral.m

% test for bilateral filtering name = 'square'; name = 'lena'; n = 128; M = load_image(name,n); M = rescale(M,10,245); sigma = 10; Mn = M + sigma*randn(n); % for limiting diffusion sigm
www.eeworm.com/read/213880/15123396

cpp greycstoration4gimp.cpp

/*----------------------------------------------------------------------------- File : greycstoration4gimp.cpp Description : GREYCstoration - A tool to denoise, inpaint and resize ima
www.eeworm.com/read/213880/15123441

cpp greycstoration.cpp

/*----------------------------------------------------------------------------- File : greycstoration.cpp Description : GREYCstoration - A tool to denoise, inpaint and resize images.