资源简介
影像融合,包括基于高通滤波的加权融合和非加权融合、基于HIS变换的融合
,其中基于HIS变换的融合需要较多时间,这是由于直方图匹配要花费很多时
间,具体算法可以参考武大贾永红的《数字图像处理》一书
代码片段和文件信息
// Center.cpp: implementation of the CCenter class.
//
//////////////////////////////////////////////////////////////////////
#include “stdafx.h“
#include “MY243.h“
#include “Center.h“
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CCenter::CCenter()
{
m_flag=false;
m_Num=0;
m_Totalx=m_Totaly=m_Totalz=0;
}
CCenter::~CCenter()
{
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6778 2012-02-23 09:02 影像融合\MY243\BmpFile.h
文件 587 2012-02-25 15:19 影像融合\MY243\Center.cpp
文件 618 2012-02-25 15:19 影像融合\MY243\Center.h
文件 1532 2012-02-20 10:23 影像融合\MY243\ChildFrm.cpp
文件 1397 2012-02-20 10:23 影像融合\MY243\ChildFrm.h
文件 1664 2012-02-23 11:20 影像融合\MY243\Fushi_PuffDlg.cpp
文件 1362 2012-02-23 11:20 影像融合\MY243\Fushi_PuffDlg.h
文件 1168 2012-02-24 20:25 影像融合\MY243\FusionDlg.cpp
文件 1197 2012-02-24 20:18 影像融合\MY243\FusionDlg.h
文件 1265 2012-02-25 00:09 影像融合\MY243\HistogrammatchDlg.cpp
文件 1274 2012-02-24 23:29 影像融合\MY243\HistogrammatchDlg.h
文件 1137 2012-03-07 17:42 影像融合\MY243\IsodataDlg.cpp
文件 1275 2012-03-07 17:40 影像融合\MY243\IsodataDlg.h
文件 1865 2012-02-23 09:06 影像融合\MY243\LINEDRAWDLG.cpp
文件 1448 2012-02-22 09:30 影像融合\MY243\LINEDRAWDLG.h
文件 2522 2012-02-20 10:23 影像融合\MY243\MainFrm.cpp
文件 1542 2012-02-20 10:23 影像融合\MY243\MainFrm.h
文件 52688 2013-03-03 23:57 影像融合\MY243\MY243.APS
文件 6382 2013-03-03 23:57 影像融合\MY243\MY243.clw
文件 4371 2012-02-20 10:23 影像融合\MY243\MY243.cpp
文件 5529 2012-03-05 22:10 影像融合\MY243\MY243.dsp
文件 535 2012-02-20 11:37 影像融合\MY243\MY243.dsw
文件 1345 2012-02-20 10:23 影像融合\MY243\MY243.h
文件 295936 2013-03-03 23:58 影像融合\MY243\MY243.ncb
文件 60928 2013-03-03 23:58 影像融合\MY243\MY243.opt
文件 244 2013-03-03 23:57 影像融合\MY243\MY243.plg
文件 18501 2013-03-03 23:57 影像融合\MY243\MY243.rc
文件 21495 2013-03-03 23:38 影像融合\MY243\MY243Doc.cpp
文件 2727 2013-03-03 23:38 影像融合\MY243\MY243Doc.h
文件 12542 2013-03-03 23:54 影像融合\MY243\MY243View.cpp
............此处省略16个文件信息
- 上一篇:OpenGL显示汉字
- 下一篇:超炫pano2vr精美皮肤一份
评论
共有 条评论