登录
首页 » Visual C++ » codes

codes

于 2013-01-09 发布 文件大小:6125KB
0 312
下载积分: 1 下载次数: 126

代码说明:

  红外与可见光实时融合算法 ------------------------------------ 若不能读取xvid视频,请安装XviD-1.1.3-28062007.exe。 ----------------------------------- 请双击*.bat文件看程序运行结果。 也可以在命令行下,输入“evs3 参数文件.xml 配准.xml”,以融合指定的多源视频图像。 ---------------------------------- 首先,离线地时空配准多源视频,并保存结果到xml文件。然后融合配准后的图像。融合过程是,通过分解图像为Laplacian金字塔,分别对图像的高频和低频按照规则合并,最后将Laplacian金字塔重新组合为图像。(Real time fusion algorithm for infrared and visible light------------------------------------If you cannot read XviD video, please install XviD-1.1.3-28062007.exe.-----------------------------------Double-click the*.bat file to see the program running results.Can also be in the command line, " evs3 input parameter file .Xml .Xml registration ", by the fusion of the specified source video image.----------------------------------First of all, offline space-time registration source video, and save the results to a XML file. After registration and fusion image. Through the decomposition of the image fusion process, Laplacian Pyramid, were on the high-frequency and low frequency image in accordance with the rules of the merger, Laplacian Pyramid reassembled for image.)

文件列表:

codes
.....\alpha_blend.cpp,2175,2010-04-20
.....\alpha_blend.h,169,2010-04-20
.....\cv100.dll,843824,2006-10-18
.....\cvaux100.dll,598067,2006-10-18
.....\cxcore100.dll,1011764,2006-10-18
.....\Debug
.....\.....\alpha_blend.obj,9347,2012-06-14
.....\.....\alpha_blend.sbr,0,2012-06-14
.....\.....\cv100.dll,843824,2006-10-18
.....\.....\cvaux100.dll,598067,2006-10-18
.....\.....\cxcore100.dll,1011764,2006-10-18
.....\.....\evs.obj,40114,2012-06-14
.....\.....\evs.sbr,0,2012-06-14
.....\.....\evs3.bsc,2311168,2012-06-14
.....\.....\evs3.exe,221266,2012-06-14
.....\.....\evs3.ilk,272312,2012-06-14
.....\.....\evs3.pch,5155016,2012-06-14
.....\.....\evs3.pdb,541696,2012-06-14
.....\.....\evs32.exe,57344,2010-09-08
.....\.....\highgui100.dll,626741,2006-10-18
.....\.....\libguide40.dll,229376,2008-02-07
.....\.....\mainf.obj,23894,2012-06-14
.....\.....\mainf.sbr,0,2012-06-14
.....\.....\scenario.obj,27723,2012-06-14
.....\.....\scenario.sbr,0,2012-06-14
.....\.....\vc60.idb,222208,2012-06-14
.....\.....\vc60.pdb,126976,2012-06-14
.....\evs.cpp,7859,2012-06-14
.....\evs.h,2010,2010-04-21
.....\evs3.dsp,4636,2010-04-20
.....\evs3.dsw,531,2010-04-20
.....\evs3.ncb,132096,2012-09-21
.....\evs3.opt,55808,2012-09-21
.....\evs3.plg,1811,2012-06-14
.....\highgui100.dll,626741,2006-10-18
.....\libguide40.dll,229376,2008-02-07
.....\mainf.cpp,1405,2010-12-15
.....\readvideo.h,4654,2010-04-20
.....\Release
.....\.......\alpha_blend.obj,3163,2010-06-01
.....\.......\alpha_blend.sbr,0,2010-06-01
.....\.......\evs.obj,11090,2010-09-16
.....\.......\evs.sbr,0,2010-06-01
.....\.......\evs3.exe,57344,2010-09-16
.....\.......\evs3.pch,4482744,2010-09-08
.....\.......\mainf.obj,5005,2010-06-01
.....\.......\mainf.sbr,0,2010-06-01
.....\.......\scenario.obj,6896,2010-06-01
.....\.......\scenario.sbr,0,2010-06-01
.....\.......\vc60.idb,41984,2010-12-14
.....\scenario.cpp,3438,2010-04-21
.....\visi2infr.xml,287,2010-03-04

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

发表评论

0 个回复

  • Shadow-Detection
    阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
    2021-04-11 19:08:58下载
    积分:1
  • imageedit
    实现一些图像的编辑功能,比如图像的打开,关闭,新建,删除,反转,等一些功能(Implement some image editing features, such as the image open, close, create, delete, reverse, and some other functions)
    2010-12-20 13:26:18下载
    积分:1
  • SPA
    连续投影算法的Matlab程序 下载后可以直接使用(Successive projections algorithm )
    2020-12-07 09:59:21下载
    积分:1
  • juzhen
    平常经常用到的一个小程序,两个矩阵相乘的求法(Common often USES a small program, two of the matrix multiplication is also given)
    2012-02-27 09:35:32下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • GRAY
    灰度图生成程序 可以生成BMP/JPG格式的灰度图 大家可以随便使用下载(Grayscale generator can generate BMP/JPG format, you can easily use the download grayscale)
    2010-11-10 14:41:38下载
    积分:1
  • VCPP-image-processing-chapter06
    VisualC++数字图像处理技术详解第2版光盘-第六章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VI)
    2016-04-16 13:34:28下载
    积分:1
  • fire
    基于VC的各种火焰真实模拟,有效的显示了火焰的效果.(fire)
    2009-07-20 10:18:06下载
    积分:1
  • cameraCali
    张正友标定法,标定图像,将图像进行校正,是当今用的最多的方式方法(This method is so good, I have transferred through this. And it is very useful for the IT workers. This is my first code. Thank you every one.)
    2015-05-03 23:45:36下载
    积分:1
  • inpaiting_code_i_c
    采取逆滤波和维纳滤波两种图像恢复算法对退化图像的恢复实现过程。 (taken inverse filter and two Wiener filtering algorithm to image restoration of degraded images to achieve the restoration process.)
    2007-06-16 14:37:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载