资源简介
高斯滤波在图像处理中具有很重要的作用,可以去除噪声等等。作为入门者来说,这是一个很基础的程序。
代码片段和文件信息
// FogRemove.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “FogRemove.h“
#include “MainFrm.h“
#include “FogRemoveDoc.h“
#include “FogRemoveView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CFogRemoveApp
BEGIN_MESSAGE_MAP(CFogRemoveApp CWinApp)
//{{AFX_MSG_MAP(CFogRemoveApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
ON_COMMAND(ID_FILE_OPEN OnFileOpen)
//}}AFX_MSG_MAP
// Standard file based document commands
ON_COMMAND(ID_FILE_NEW CWinApp::OnFileNew)
ON_COMMAND(ID_FILE_OPEN CWinApp::OnFileOpen)
// Standard print setup command
ON_COMMAND(ID_FILE_PRINT_SETUP CWinApp::OnFilePrintSetup)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CFogRemoveApp construction
CFogRemoveApp::CFogRemoveApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CFogRemoveApp object
CFogRemoveApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CFogRemoveApp initialization
BOOL CFogRemoveApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
// Change the registry key under which our settings are stored.
// TODO: You should modify this string to be something appropriate
// such as the name of your company or organization.
SetRegistryKey(_T(“Local AppWizard-Generated Applications“));
LoadStdProfileSettings(); // Load standard INI file options (including MRU)
// Register the application‘s document templates. Document templates
// serve as the connection between documents frame windows and views.
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINframe
RUNTIME_CLASS(CFogRemoveDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CFogRemoveView));
AddDocTemplate(pDocTemplate);
// Parse command line for standard shell commands DDE file open
CCommandLineInfo cmdInfo;
ParseCommandLine(cmdInfo);
// Dispatch commands specified on the command line
if (!ProcessShellCommand(cmdInfo))
return FALSE;
// The one and only window has been initialized so show and update it.
m_pMainWnd->ShowWindow(SW_SHOW);
m_pMainWnd->UpdateWindow();
return TRUE;
}
/////////////////////////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 103546 2003-12-04 12:34 gaosi\cximage.lib
文件 30372 2007-01-05 15:20 gaosi\FogRemove.aps
文件 3492 2007-01-05 19:06 gaosi\FogRemove.clw
文件 4588 2006-10-31 11:24 gaosi\FogRemove.cpp
文件 5104 2007-01-05 19:06 gaosi\FogRemove.dsp
文件 543 2006-10-31 11:24 gaosi\FogRemove.dsw
文件 1276 2006-10-31 11:24 gaosi\FogRemove.h
文件 173056 2009-03-21 14:07 gaosi\FogRemove.ncb
文件 2457 2008-10-14 23:18 gaosi\FogRemove.plg
文件 13503 2006-11-01 17:48 gaosi\FogRemove.rc
文件 7072 2007-01-05 18:46 gaosi\FogRemoveDOC.cpp
文件 1733 2006-11-01 17:44 gaosi\FogRemoveDOC.h
文件 3158 2006-10-31 11:40 gaosi\FogRemoveVIEW.cpp
文件 2014 2006-10-31 11:24 gaosi\FogRemoveVIEW.h
文件 8953 2007-01-11 18:04 gaosi\ImageEnhance.cpp
文件 862 2006-11-01 14:29 gaosi\ImageEnhance.h
文件 2510 2006-10-31 11:24 gaosi\MainFrm.cpp
文件 1581 2006-10-31 11:24 gaosi\MainFrm.h
文件 4383 2005-03-24 10:46 gaosi\ReadMe.txt
文件 1291 2006-11-01 17:48 gaosi\resource.h
文件 211 2006-10-31 11:24 gaosi\StdAfx.cpp
文件 1128 2006-10-31 11:24 gaosi\StdAfx.h
文件 2159 2006-10-31 11:24 gaosi\xfile.h
文件 3289 2006-10-31 11:24 gaosi\ximadefs.h
文件 19123 2006-10-31 11:24 gaosi\ximage.h
文件 2624 2006-10-31 11:24 gaosi\xiofile.h
文件 1730 2006-10-31 11:24 gaosi\xmemfile.h
文件 179 2007-12-31 21:42 gaosi\『源码天空』.url
文件 1673 2008-01-09 21:51 gaosi\使用说明.txt
文件 179 2007-12-31 21:43 gaosi\免费『商业源码』.url
............此处省略14个文件信息
- 上一篇:MFCN42D.DLL
- 下一篇:最新版Zlib1.2.5 编译好 支持vc6.0
相关资源
- C++中头文件与源文件的作用详解
- 基于mfc的多线程文件传输
- C++多线程网络编程Socket
- VC++ 多线程文件读写操作
- C语言代码高亮html输出工具
- 猜数字游戏 c语言代码
- C语言课程设计
- 数字电位器C语言程序
- CCS FFT c语言算法
- 使用C语言编写的病房管理系统
- 通信过程中的RS编译码程序(c语言)
- 利用C++哈希表的方法实现电话号码查
- 计算机二级C语言上机填空,改错,编
- 用回溯法解决八皇后问题C语言实现
- 移木块游戏,可以自编自玩,vc6.0编写
- 简易教务管理系统c语言开发文档
- 操作系统课设 读写者问题 c语言实现
- 小波变换算法 c语言版
- C流程图生成器,用C语言代码 生成C语
- 3des加密算法C语言实现
- 简单的C语言点对点聊天程序
- 单片机c语言源程序(51定时器 八个按
- C++纯文字DOS超小RPG游戏
- 个人日常财务管理系统(C语言)
- MFC数字钟(基于VC6.0)
- c语言电子商务系统
- 小甲鱼C语言课件 源代码
- 将图片转换为C语言数组的程序
- 安科瑞智能电能表MODBUS通讯程序 VC6
- C语言实现的一个内存泄漏检测程序
评论
共有 条评论