登录
首页 » matlab » visibresto2

visibresto2

于 2017-10-07 发布 文件大小:243KB
0 149
下载积分: 1 下载次数: 4

代码说明:

  大气耗散函数 Tarel 理论,Tarel 的Fast Visibility Restoration from a Single Color or Gray Level Image(Tarel theory of atmospheric dissipation function)

文件列表:

visibresto2
visibresto2\nbpc.m
visibresto2\nbpcpa.m
visibresto2\PISTEB00738S.pgm
visibresto2\run_examples.m
visibresto2\sweden.jpg

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

发表评论

0 个回复

  • in.deposit
    用于lammps软件上模拟Mg金属表面沉积Zn原子过程(Lammps software is used to simulate the deposition of Zn atoms on Mg metal surface.)
    2020-11-30 15:39:27下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 可以实现应用程序上传到SYBASE数据库,同时客户端自动升级
    可以实现应用程序上传到SYBASE数据库,同时客户端自动升级-Applications can be uploaded to the SYBASE database, and automatically upgrade the client
    2022-03-21 10:03:44下载
    积分:1
  • 锁模光纤激光器模拟
    说明:  光纤光子学,被动锁模光纤激光器,MATLAB仿真程序源代码。(Passive mode-locked fiber laser)
    2021-04-15 10:48:54下载
    积分:1
  • SSM图书馆座位预约管理系统
    说明:  基于ssm架构的图书馆座位预约管理系统,有预约有动态选座(Library seat reservation management system)
    2021-03-01 17:11:15下载
    积分:1
  • matlab格拉布斯代码
    说明:  应用格罗布斯原则剔除粗大误差,基于matlab(The application of grobus principle to eliminate gross errors)
    2019-12-05 03:35:11下载
    积分:1
  • 2020华云题库二级建造师会员版
    最新二建题库和历年真题,注册后直接是会员版,内容无限制,文件解压缩即可
    2020-12-08下载
    积分:1
  • vorstreet_source.m
    说明:  用matlab实现了卡门涡街的呈现,并有动态呈现效果。(Carmen Vortex is implemented with matlab)
    2019-11-26 10:03:10下载
    积分:1
  • student management system
    学生成绩管理系统,很简单的一个程序,闲着自己编的,呵呵,随便传一个吧,有空再写好一点的-student management system
    2022-01-26 01:05:43下载
    积分:1
  • EMD及snemse
    说明:  可以用其计算信噪比,只需要输入原信号和带噪声信号即可。还有一段EMD分解程序(It can be used to calculate the signal-to-noise ratio, only need to input the original signal and the signal with noise.)
    2019-04-13 10:40:33下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载