登录
首页 » matlab » fusion

fusion

于 2020-11-18 发布 文件大小:5507KB
0 222
下载积分: 1 下载次数: 14

代码说明:

  用深度学习的方法,对多曝光的图像图像进行融合(Fusion of multi exposure image and image with deep learning method)

文件列表:

earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c, 0 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\README.md, 775 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\Source Images, 0 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\Source Images\Venice_HDRsoft, 0 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\Source Images\Venice_HDRsoft\venice_normal.png, 273492 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\Source Images\Venice_HDRsoft\venice_over.png, 263940 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\Source Images\Venice_HDRsoft\venice_under.png, 214054 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\cnnFeatures_newnew.m, 1991 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\euclideanDist.m, 473 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\load_images.m, 1243 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\main.m, 705 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\postprocessing.m, 1015 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results, 0 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Fused image of candle.bmp, 559158 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Fused image of vanice.bmp, 523830 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Image fusion cover image.png, 211059 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Input images of Lamp.bmp, 5402934 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Input images of candle.bmp, 5402934 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Input images of chinese garden.bmp, 5402934 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\Input images of vanice.bmp, 5402934 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\fused image of chinese garden.bmp, 522294 , 2018-09-28
earthat-Multi-Exposed-Image-Fusion-using-Deep-Learning-44add9c\results\fused image of lamp.bmp, 525366 , 2018-09-28

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

发表评论

0 个回复

  • Armor
    rf online database moddification
    2019-05-03 03:04:18下载
    积分:1
  • BiosHelp
    BiosHelp.pas initially started as help for one developer who wants to read the ROM-BIOS on Windows NT (one of the common questions on message boards). Since BiosHelp and my ROM-BIOS related code starts growing (e.g. SMBIOS) - I finally decided to change the names of the functions, types, and consts in Version 2.0 to be able to extend this packages without name/sense conflicts. Sorry for any circumstances - it will be the last major change for long time.
    2020-06-24 12:00:02下载
    积分:1
  • 422
    说明:  422发送源码,目前使用的是20m时钟计算出来的波特率,后期可以根据自己的需要进行修改波特率时期匹配各种情况(422 sends the source code. At present, the baud rate calculated by 20m clock is used. Later, you can modify the baud rate according to your own needs to match various situations)
    2021-04-07 15:29:01下载
    积分:1
  • 宽度jquery焦点图
    更多相关jquery焦点图自适应图片切换专题焦点图代码(More relevant jQuery focus map adaptive image switching thematic focus map code)
    2019-03-27 11:04:18下载
    积分:1
  • 俄罗斯方块,经典游戏。 中的主要逻辑有:   (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。   (2)得分...
    俄罗斯方块,经典游戏。 其中的主要逻辑有:   (1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。   (2)得分越高,方块下降速度越快(每200分为单位)。   (3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。   游戏控制:   up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。   特点:   (1)由于tc不支持中文,所以基本都是英文注释。   (2)函数命名尽可能规范的表达其内部处理目的和过程。   (3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。   (4)除了消除空格时算法比较复杂,其他算法都比较简单易读。   (5)绘图效率和局部代码效率扔有待提高。   (6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-Tetris, classic games.
    2022-02-20 12:56:31下载
    积分:1
  • opencv icon matching
    opencv icon matching
    2022-09-14 04:30:03下载
    积分:1
  • AD9518-3芯片LP管脚调试 AD9518-3_10Kband
    AD9518-3芯片LP管脚调试,用于PLL调试中LP管脚(AD9518-3 PLLdebug,This Project is based on ADIsimCLK.)
    2020-06-20 06:00:01下载
    积分:1
  • 8976564675
    VB显示最近打开的文件记录,有需要的就下载吧。(VB show records of recently opened files, there is a need to download it.)
    2013-08-23 18:28:23下载
    积分:1
  • 垂直手风琴折叠菜单
    一款Bootstrap垂直手风琴折叠菜单。该Bootstrap垂直手风琴折叠菜单使用boostrap网格进行布局(A Bootstrap vertical accordion folding menu. The Bootstrap vertical accordion folding menu is laid out using boostrap grid)
    2019-01-03 13:30:45下载
    积分:1
  • 2D-FullCohe5.0
    说明:  可以给Abaqus创建的二维平面模型全局嵌入Cohesive单元(Insert Cohesive Element)
    2021-02-03 22:50:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载