中值滤波_均值滤波c语言实现_工程文件+源代码+程序文档+实验报告


北京交通大学数字图像处理用c语言实现中值滤波均值滤波,阮秋琦教授课程,计算机学院
资源截图
代码片段和文件信息
// HistDemoA.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “HistDemoA.h“
#include “HistDemoADlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CHistDemoAApp

BEGIN_MESSAGE_MAP(CHistDemoAApp CWinApp)
//{{AFX_MSG_MAP(CHistDemoAApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CHistDemoAApp construction

CHistDemoAApp::CHistDemoAApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CHistDemoAApp object

CHistDemoAApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CHistDemoAApp initialization

BOOL CHistDemoAApp::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

CHistDemoADlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    6300672  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoA.bsc

     文件     114754  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoA.exe

     文件     261268  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoA.ilk

     文件      14380  2015-05-05 21:13  数字图像处理实验三HistDemoADebugHistDemoA.obj

     文件    6946128  2015-05-04 20:35  数字图像处理实验三HistDemoADebugHistDemoA.pch

     文件     410624  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoA.pdb

     文件       2728  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoA.res

     文件          0  2015-05-05 21:13  数字图像处理实验三HistDemoADebugHistDemoA.sbr

     文件      56942  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoADlg.obj

     文件          0  2015-06-04 21:24  数字图像处理实验三HistDemoADebugHistDemoADlg.sbr

     文件      18259  2015-05-05 21:13  数字图像处理实验三HistDemoADebugImageWnd.obj

     文件          0  2015-05-05 21:13  数字图像处理实验三HistDemoADebugImageWnd.sbr

     文件     105594  2015-05-04 20:35  数字图像处理实验三HistDemoADebugStdAfx.obj

     文件    1376282  2015-05-04 20:35  数字图像处理实验三HistDemoADebugStdAfx.sbr

     文件     361472  2015-06-04 21:24  数字图像处理实验三HistDemoADebugvc60.idb

     文件     372736  2015-06-04 21:23  数字图像处理实验三HistDemoADebugvc60.pdb

     文件      35920  2015-06-04 21:24  数字图像处理实验三HistDemoAHistDemoA.aps

     文件       1301  2015-06-04 21:52  数字图像处理实验三HistDemoAHistDemoA.clw

     文件       2105  2015-05-04 19:37  数字图像处理实验三HistDemoAHistDemoA.cpp

     文件       4483  2015-05-04 20:42  数字图像处理实验三HistDemoAHistDemoA.dsp

     文件        526  2015-05-04 19:37  数字图像处理实验三HistDemoAHistDemoA.dsw

     文件       1357  2015-05-04 19:37  数字图像处理实验三HistDemoAHistDemoA.h

     文件      99328  2015-06-04 21:52  数字图像处理实验三HistDemoAHistDemoA.ncb

     文件      49664  2015-06-04 21:52  数字图像处理实验三HistDemoAHistDemoA.opt

     文件        938  2015-06-04 21:24  数字图像处理实验三HistDemoAHistDemoA.plg

     文件       5506  2015-06-04 21:24  数字图像处理实验三HistDemoAHistDemoA.rc

     文件      11582  2015-06-04 21:23  数字图像处理实验三HistDemoAHistDemoADlg.cpp

     文件       2030  2015-06-04 21:17  数字图像处理实验三HistDemoAHistDemoADlg.h

     文件       4480  2015-05-04 22:21  数字图像处理实验三HistDemoAImageWnd.cpp

     文件       1349  2015-05-04 22:06  数字图像处理实验三HistDemoAImageWnd.h

............此处省略18个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)