登录
首页 » Visual C++ » codes

codes

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

  • matlab
    ) 使用分块的主成分分析方法(PCA)对人脸图像进行压缩编码。针对PCA方法计算量大的缺点,首先把问题转化成奇异值分解(SVD)问题,然后设计了特征空间的更新算法,通过递推,简化每一步计算的计算量,达到了实时编码的要求。 4) 在Windows平台下基于Video for Windows(VFW)接口开发了人脸视频图像编码和解码的实验系统,该系统实现了图像采集、图像显示、编码、解码等功能。() The use of sub-blocks of principal component analysis (PCA) on the human face image coding. PCA method for large defects, first of all the issues into a singular value decomposition (SVD) problem, and then design a feature space of the update algorithm, recursive, simplifying the calculation of the amount calculated at each step to achieve real-time encoding requirements. 4) In the Windows platform based on Video for Windows (VFW) interfaces, the human face image coding and decoding video experimental system, the system achieved image acquisition, image display, encoding, decoding functions.)
    2010-05-11 12:03:24下载
    积分:1
  • gaussian3
    对输入视频进行处理,使用高斯背景建模的方法,得到视频前景,对于人群密度估计具有很大作用。(Processing of the input video, using a Gaussian background modeling method, to get videos prospects for population density estimation has a significant role.)
    2013-07-22 16:37:12下载
    积分:1
  • RgnGuide_src
    这个源代码是用来实现图形之间的基本运算的,包括求交集、并集、差集等等。而且图形的形状也可以任意选择,可以是圆、线段、点、多边形等等。(the source code is used to achieve the basic graphics operations, including for intersection and set difference, and so on. The shape and graphics can choose freely, it can be won, segment, points, polygons, and so on.)
    2020-12-12 15:49:18下载
    积分:1
  • xingtaihexiaobo
    基于小波和形态学的自然地面背景红外目标检测方法。。。。。。(Based on wavelet and morphology of the natural terrestrial background infrared target detection method)
    2021-02-23 10:49:41下载
    积分:1
  • PC_grid
    通过点云数据的格网化,建立格网分块索引,这是一种有效的点云数据存储方式。( Through the point cloud data grid , the establishment of a grid block index, which is a valid point cloud data storage. )
    2014-02-20 10:55:46下载
    积分:1
  • sichashu
    说明:  四叉树程序,图像处理,要做这个的可以看看(Quadtree procedures, image processing, that can do this look)
    2021-04-27 21:18:44下载
    积分:1
  • demo
    本程序包括图像的几何变换、图像的灰度变换、图像的空域增强、图像的频域增强、图像的形态学处理、图像的分割和区域增长、还有图像的数字识别等一系列有关图像的基本操作和处理。(This procedure including the image geometric transform, the image gradation transformation, the image air zone strengthens, the image frequency range to strengthen, image morphology processing, the image division and the region grows, also has the image digital recognition and so on a series of related image elementary operation eo and processing. )
    2011-11-10 17:43:10下载
    积分:1
  • HOG+SVM进行片中行人检测
    行人检测HOG+SVM进行图片中行人检测,提供训练用的pos和neg样本,效果还可以;没有SVM工具箱的,压缩包里已经提供了,安装一下即可(Pedestrian detection HOG + SVM for pedestrian detection in pictures, providing POS and neg samples for training, the effect is good; without SVM toolbox, the compression package has been provided, just install it.)
    2020-10-30 16:09:56下载
    积分:1
  • doublefunction
    * 说明: 该函数将对图象进行(成对函数匹配)操作。需要注意的是,此程序先要求对图像进行特征提取及形态学操作等,使其成为二值图像。(* Note: This function will be images (paired function matching) operation. Note that this procedure require image feature extraction and morphological operations, making it a binary image.)
    2008-04-13 21:56:29下载
    积分:1
  • image-geometric-transformation
    实现图像的几何变换,包括图像的平移、镜像变换、缩放、转置以及旋转。(Achieve geometric transformation of image, including the image translation, image transformation, scaling, transpose and rotation.)
    2015-07-15 14:30:29下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载