资源简介
北京交通大学计算机学院数字图像处理学直方图均衡化的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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 5997568 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\HistDemoA.bsc
文件 114754 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\HistDemoA.exe
文件 225732 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\HistDemoA.ilk
文件 14380 2015-05-05 21:13 数字图像处理实验二\HistDemoA\Debug\HistDemoA.obj
文件 6946128 2015-05-04 20:35 数字图像处理实验二\HistDemoA\Debug\HistDemoA.pch
文件 410624 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\HistDemoA.pdb
文件 2660 2015-05-04 20:24 数字图像处理实验二\HistDemoA\Debug\HistDemoA.res
文件 0 2015-05-05 21:13 数字图像处理实验二\HistDemoA\Debug\HistDemoA.sbr
文件 49717 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\HistDemoADlg.obj
文件 0 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\HistDemoADlg.sbr
文件 18259 2015-05-05 21:13 数字图像处理实验二\HistDemoA\Debug\ImageWnd.obj
文件 0 2015-05-05 21:13 数字图像处理实验二\HistDemoA\Debug\ImageWnd.sbr
文件 105594 2015-05-04 20:35 数字图像处理实验二\HistDemoA\Debug\StdAfx.obj
文件 1376282 2015-05-04 20:35 数字图像处理实验二\HistDemoA\Debug\StdAfx.sbr
文件 336896 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\vc60.idb
文件 372736 2015-05-24 17:23 数字图像处理实验二\HistDemoA\Debug\vc60.pdb
文件 20900 2015-05-04 20:42 数字图像处理实验二\HistDemoA\HistDemoA.aps
文件 1227 2015-05-04 22:06 数字图像处理实验二\HistDemoA\HistDemoA.clw
文件 2105 2015-05-04 19:37 数字图像处理实验二\HistDemoA\HistDemoA.cpp
文件 4483 2015-05-04 20:42 数字图像处理实验二\HistDemoA\HistDemoA.dsp
文件 526 2015-05-04 19:37 数字图像处理实验二\HistDemoA\HistDemoA.dsw
文件 1357 2015-05-04 19:37 数字图像处理实验二\HistDemoA\HistDemoA.h
文件 82944 2015-05-24 17:40 数字图像处理实验二\HistDemoA\HistDemoA.ncb
文件 49664 2015-05-24 17:40 数字图像处理实验二\HistDemoA\HistDemoA.opt
文件 1169 2015-05-24 17:23 数字图像处理实验二\HistDemoA\HistDemoA.plg
文件 5408 2015-05-04 20:24 数字图像处理实验二\HistDemoA\HistDemoA.rc
文件 9318 2015-05-24 17:23 数字图像处理实验二\HistDemoA\HistDemoADlg.cpp
文件 1737 2015-05-04 20:59 数字图像处理实验二\HistDemoA\HistDemoADlg.h
文件 4480 2015-05-04 22:21 数字图像处理实验二\HistDemoA\ImageWnd.cpp
文件 1349 2015-05-04 22:06 数字图像处理实验二\HistDemoA\ImageWnd.h
............此处省略19个文件信息
相关资源
- 中值滤波_均值滤波c语言实现_工程文
- (VC++ 数字图像处理典型算法及实现源
- c语言实用数字图像处理
- 数字图像处理软件源代码三个资源集
- 数字图像处理实验源代码中值滤波,
- 数字图像处理的课程设计,图像处理
- 数字图像处理-基于内容的图像分类
- 数字图像处理 MFC bmp格式图片打开与保
- Visual C++数字图像处理中文教程
- C++数字图像处理典型算法及实现--图像
- C语言实用数字图像处理(日本的,看
- [毕业分享] MFC实现数字图像处理软件
- 书中-part2-1
- vc++ 数字图像处理典型算法及实现 源
- Visual C++数字图像处理谢凤英版源代码
- VC C++数字图像处理实验程序
- C语言实用数字图像处理_源代码code
- 数字图像处理MFC编程之灰度图像线性
- 数字图像处理 完整源代码
- vc++mfc经典数字图像处理程序
- MFC数字图像处理
- VC++实现灰度图像的6种边缘检测算子
- 数字图像处理中值,均值滤波
- 基于C语言的数字图像处理
- 数字图像处理技术:图像增强和代数
- visual c++数字图像处理何斌光盘源代码
- 数字图像处理平滑锐化雕刻浮雕处理
- 数字图像处理 DIB的读取与显示VC源代
- 数字图像处理 的C++反色
- 水表指针识别数字图像处理C语言
评论
共有 条评论