登录
首页 » matlab » 图像去噪

图像去噪

于 2020-04-14 发布
0 173
下载积分: 1 下载次数: 1

代码说明:

说明:  图像去噪小波变换图像去噪 有程序试试可不可以运行啊(Image de-noising wavelet transform image de-noising program try it can run)

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

发表评论

0 个回复

  • under the management system 2.0
    下在管理系统2.0-under the management system 2.0
    2022-12-12 20:50:03下载
    积分:1
  • 参考例程
    ld3320加stm32f103c8t6cankao参考例程(Ld330 and stm32f103c8t6 reference routines)
    2020-06-22 14:20:02下载
    积分:1
  • Hseries_3Level_Inverter_No1
    三电平逆变器的Simulink模型,调制方式采用SPWM。(The Simulink model of three-level inverters adopts SPWM as its modulation mode.)
    2020-10-12 22:37:34下载
    积分:1
  • Java中的Canvas绘图源码实例
    Java中的Canvas绘图源码实例,主要是画线条、弧线、圆角矩形、三角形、文字、圆形等简单的几何图形,主要是通过创建DrawingCanvas对象canvas,为canvas设置命令监听者,实现接口CommandListener的方法,把缓冲区图像的内容绘制到画布上,画图部分代码:   int w = getWidth(); // 画布的宽度   int h = getHeight(); // 画布的高度   Image buffer = Image.createImage(w, h); // 用于绘图的缓冲图像   Graphics gc = buffer.getGraphics(); // 获取缓冲图像的图形环境   // 清除画布   public void clearScreen() {    gc.setColor(255,255,255); // 设置绘图颜色为白色    gc.fillRect(0,0,w,h); // 把缓冲图像填充为白色    gc.setColor(255,0,0); // 设置绘图颜色为红色   }   // 绘制直线   public void drawLine() {    setTitle("直线"); // 设置画布的标题    clearScreen(); // 清除画布    gc.drawLine(10,10,w-20,h-20); // 绘制黑色直线    gc.setColor(0,0,255); // 设置绘图颜色为蓝色    gc.drawLine(10,h/2,w-10,h/2); // 绘制蓝色直线   }   // 绘制弧   public void drawArc() {    setTitle("弧线和填充弧");    clearScreen();    gc.drawArc(5,5,w/2-20,h/2-20,60,216); // 绘制弧线    gc.drawArc(5,h/2-10,w/2-20,h/2-20,0,360); // 绘制圆    gc.setColor(0,0,255);    gc.fillArc(w/2,5,w/2-20,h/2-20,60,216); // 绘制填充弧线    gc
    2023-04-11 05:50:03下载
    积分:1
  • Stickies.app
    说明:  For using this service you MUST enable cookie and javascript, cookie is just to record your session id and language preference, your Privacy is covered under our Privacy and Cookie policy .
    2019-06-06 05:19:46下载
    积分:1
  • C++实现的复数+_*/运算,自己用了很多年了
    C++实现的复数+_*/运算,自己用了很多年了-C++ complex
    2022-02-16 03:10:28下载
    积分:1
  • 此程序为潮流计算中的导纳矩阵程序,是潮流计算中的一部分。...
    此程序为潮流计算中的导纳矩阵程序,是潮流计算中的一部分。-This program is the trend of the admittance matrix of the calculation procedure is part of the trend calculation.
    2023-08-17 02:40:03下载
    积分:1
  • 二进制搜索
    RFID防碰撞算法,二进制搜索树使用matlab仿真,(Simulation of binary search tree using MATLAB)
    2019-06-21 12:34:55下载
    积分:1
  • jquery下拉菜单简洁版 兼容好
    jquery下拉菜单简洁版 兼容好,当鼠标放在主菜单上的时候,二级子菜单向下展开显示,鼠标放在下拉的子菜单上,该项菜单背景会变色,CSS基础好的,可在此基础上继续美化完善。
    2022-03-14 20:23:06下载
    积分:1
  • Task1
    说明:  BOXCOX变换,可实现数据的预处理,boxcox变换消除复共线性(BOXCOX transformation for data preprocessing and boxcox transformation for elimination of complex collinearity)
    2020-06-18 17:20:01下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载