登录
首页 » Matlab » 图像双边滤波实现,Bilateral filtering

图像双边滤波实现,Bilateral filtering

于 2022-08-06 发布 文件大小:2.27 kB
0 91
下载积分: 2 下载次数: 1

代码说明:

图像双边滤波实现,Bilateral filtering,可能需要稍微调试!MATLAB R2013b下调试可以运行!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • houghcircle
    Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system.
    2007-11-07 19:15:58下载
    积分:1
  • DTCverygood
    一个直接转矩控制的仿真程序。可以用来了解直接转矩控制。(A direct torque control of the simulation program. Can be used to understand the direct torque control.)
    2020-07-01 15:20:02下载
    积分:1
  • chap01_7
    先进pid matlab 仿真 刘金琨 第版 第一章程序 pid matlab simulink liujinkunc hap01_7.rar
    2009-07-17 21:25:42下载
    积分:1
  • CRLS
    说明:  本程序是CRLS滤波器基本算法的MATLAB编程,通过该程序大家可以看到最小递归二乘算法的良好性能(This procedure is the basic algorithm CRLS filter MATLAB programming, we can see through the process recursive least squares algorithm for the good performance)
    2010-04-12 10:48:46下载
    积分:1
  • P_M_Modle
    P_M正则化图像滤波的一个实验例子,包含程序和实验结果还有实验报告(Tikhonov P_M image filtering example of an experiment, including the procedures and experimental results are experimental report)
    2009-02-06 10:09:47下载
    积分:1
  • GLCM_Features4
    glcm features for segmented inage
    2011-02-25 00:13:19下载
    积分:1
  • youhusuanfa
    介绍在优化设计中的一些常用方法,如遗传算法等(Introduced to optimize the design in some of the commonly used methods, such as genetic algorithms, etc.)
    2009-04-27 09:58:37下载
    积分:1
  • MATLAB6.5jssheji
    matlab65優化計算與設計操作說明,書中列有源碼及說明(matlab65 calculation and design optimization instructions, the book includes source code and explanations)
    2006-11-25 05:11:02下载
    积分:1
  • gravity
    function dg=gplus(x,y,z,x1,x2,y1,y2,z1,z2,p) G=6.67e-11 t222=myfun(x,y,z,x2,y2,z2) t122=myfun(x,y,z,x1,y2,z2) t212=myfun(x,y,z,x2,y1,z2) t221=myfun(x,y,z,x2,y2,z1) t211=myfun(x,y,z,x2,y1,z1) t121=myfun(x,y,z,x1,y2,z1) t112=myfun(x,y,z,x1,y1,z2) t111=myfun(x,y,z,x1,y1,z1) dg=-G*p*1e6*(t222-t122-t212-t221+t211+t121+t112-t111) 转化为g.u. function y=myfun(x,y,z,xi,eta,zeta) R=sqrt((xi-x).^2+(eta-y).^2+(zeta-z).^2) temp1=(xi-x).*log((eta-y)+R) temp2=(eta-y).*log((xi-x)+R) temp3=(zeta-z).*atan((zeta-z).*R/((xi-x).*(eta-y))) 书中所给公式 temp3=-(zeta-z).*atan((xi-x).*(eta-y)./(zeta-z)./R) 上式变换 y=temp1+temp2+temp3 (function dg = gplus (x, y, z, x1, x2, y1, y2, z1, z2, p) G = 6.67e-11 t222 = myfun (x, y, z, x2, y2, z2) t122 = myfun (x, y, z, x1, y2, z2) t212 = myfun (x, y, z, x2, y1, z2) t221 = myfun (x, y, z, x2, y2, z1) t211 = myfun (x, y, z, x2, y1, z1) t121 = myfun (x, y, z, x1, y2, z1) t112 = myfun (x, y, z, x1, y1, z2) t111 = myfun (x, y, z, x1, y1, z1) dg =-G* p* 1e6* (t222-t122-t212-t221+t211+t121+t112-t111) converted the Gu function y = myfun, (x y, z, xi, eta, zeta) R = sqrt ((xi-x). ^ 2+ (eta-y). ^ 2+ (zeta-z). ^ 2) temp1 = (xi-x).* log ((eta-y)+R) temp2 = (eta-y).* log ((xi-x)+R) temp3 = (zeta-z).* atan ((zeta-z).* R/( (xi-x).* (eta-y))) book given formula Temp3 =- (Zeta-z)* ATAN ((Xi-X)* (ETA-y)/(Zeta- Z)/R) the above formula transform Y = temp1+temp2+temp3 )
    2013-03-20 20:25:15下载
    积分:1
  • 1-s2.0-S1876610213010059-main
    Voltage Control by DQ Frame Technique of SVPWM ACDC Converter
    2014-02-12 18:57:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载