登录
首页 » Visual C++ » codes

codes

于 2013-01-09 发布 文件大小:6125KB
0 175
下载积分: 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 个回复

  • change
    将一个图像的感兴趣区域替换到另一张图像的相同区域中(Will replace the region of interest of an image to another image of the same region of the)
    2015-04-27 16:58:30下载
    积分:1
  • CT-tracking
    一种简单高效地基于压缩感知的跟踪算法。首先利用符合压缩感知RIP条件的随机感知矩对多尺度图像特征进行降维,然后在降维后的特征上采用简单的朴素贝叶斯分类器进行分类。该跟踪算法非常简单,但是实验结果很鲁棒,速度大概能到达40帧/秒(A simple and efficient tracking algorithm based on compressed sensing. Firstly, with the random sensing matrix compressed sensing RIP conditions for multi-scale image feature dimension reduction, and then use the naive Bias classifier simple classification in the feature reduction after the. The tracking algorithm is very simple, but the results are robust, speed can reach 40 frames per second)
    2014-01-10 11:45:54下载
    积分:1
  • decomb522src
    一个经典的动态视频图像去隔行处理的源代码,能消除双场图像的场效应(A classic dynamic de-interlacing video processing source code, to eliminate dual-field image of the field-effect)
    2020-08-14 16:58:27下载
    积分:1
  • Lsm_match
    最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。(Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matching, which is very detailed.)
    2013-07-18 16:52:41下载
    积分:1
  • bmpscrollview
    用于BMP图像文件的滚动显示,带上下和水平滚动条。(This file is used to display BMP image files, with up-down and horizontal scroll bars.)
    2013-07-10 16:44:33下载
    积分:1
  • DisplayBMP
    显示处理后的BMP图像文件,VC C++ (read the bmp images )
    2012-04-16 16:57:09下载
    积分:1
  • Histogram-equalization
    该程序主要用于图像处理中直方图均衡化,语言环境VC++(The program is mainly used for image processing, histogram equalization, the language environment VC++)
    2012-08-14 15:09:23下载
    积分:1
  • source_code_TBM_activecontours.tar
    主动轮廓模型结合一个特殊的显著性方法实现目标分割(using active contour with a special salient detction modle to segment an image )
    2014-06-28 10:55:32下载
    积分:1
  • jpeg2k
    说明:  JPEG2000 的一个实现,期中,wavelet.dll是提供的功能接口。(An implementation of JPEG2000, period, wavelet.dll is to provide a functional interface.)
    2010-05-04 17:00:01下载
    积分:1
  • meanshift
    meanshift算法,及其在图像处理方面的应用(meanshift algorithm)
    2011-10-10 08:23:48下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载