资源简介
本程序集成了非常全的数字图像处理功能,功能模块包含图像增强,图像拉伸,几何变换,形态学运算,边缘检测,图像复原,小波变换,图像编码,图像匹配,以及特效显示等等。程序使用VC++编写,包含了源代码。
代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “DImageProcess.h“
#include “ChildFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CChildframe
IMPLEMENT_DYNCREATE(CChildframe CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
ON_COMMAND(ID_EDIT_CUT OnEditCut)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CChildframe construction/destruction
CChildframe::CChildframe()
{
// TODO: add member initialization code here
}
CChildframe::~CChildframe()
{
}
BOOL CChildframe::PreCreateWindow(CREATESTRUCT& cs)
{
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
cs.cx=1024;
cs.cy=768;
if( !CMDIChildWnd::PreCreateWindow(cs) )
return FALSE;
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CChildframe diagnostics
#ifdef _DEBUG
void CChildframe::AssertValid() const
{
CMDIChildWnd::AssertValid();
}
void CChildframe::Dump(CDumpContext& dc) const
{
CMDIChildWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CChildframe message handlers
void CChildframe::OnEditCut()
{
// TODO: Add your command handler code here
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1553 2005-05-16 15:27 DImageProcess\ChildFrm.cpp
文件 1284 2005-05-16 15:27 DImageProcess\ChildFrm.h
文件 73332 2005-04-03 21:03 DImageProcess\DETOURS.lib
文件 13811 2005-05-12 21:44 DImageProcess\Dib.cpp
文件 2252 2005-05-10 21:17 DImageProcess\Dib.h
文件 1741 2005-04-07 14:17 DImageProcess\DilationPara.cpp
文件 1373 2005-04-07 14:15 DImageProcess\DilationPara.h
文件 158804 2011-08-27 12:31 DImageProcess\DImageProcess.aps
文件 14577 2011-09-04 12:26 DImageProcess\DImageProcess.clw
文件 4785 2005-05-10 21:18 DImageProcess\DImageProcess.cpp
文件 2245 2005-04-06 19:45 DImageProcess\DImageProcess.dep
文件 8662 2005-05-14 13:34 DImageProcess\DImageProcess.dsp
文件 549 2005-05-14 13:34 DImageProcess\DImageProcess.dsw
文件 1291 2005-04-25 23:51 DImageProcess\DImageProcess.h
文件 106496 2011-09-04 12:29 DImageProcess\DImageProcess.opt
文件 260 2011-09-04 12:26 DImageProcess\DImageProcess.plg
文件 34519 2005-05-25 21:33 DImageProcess\DImageProcess.rc
文件 4275 2005-05-13 08:37 DImageProcess\DImageProcessDoc.cpp
文件 1977 2005-04-26 13:01 DImageProcess\DImageProcessDoc.h
文件 94469 2005-05-25 19:06 DImageProcess\DImageProcessView.cpp
文件 3166 2005-05-25 19:03 DImageProcess\DImageProcessView.h
文件 4294 2005-05-10 21:16 DImageProcess\DlgHistogram.cpp
文件 1580 2005-05-10 21:15 DImageProcess\DlgHistogram.h
文件 1027 2005-04-06 15:10 DImageProcess\DlgLiner.cpp
文件 1230 2005-04-06 12:37 DImageProcess\DlgLiner.h
文件 1222 2005-04-06 16:37 DImageProcess\DlgRot.cpp
文件 1160 2005-04-05 18:55 DImageProcess\DlgRot.h
文件 1114 2005-04-06 15:10 DImageProcess\DlgStretch.cpp
文件 1260 2005-04-06 14:08 DImageProcess\DlgStretch.h
文件 1011 2005-04-06 13:37 DImageProcess\DlgThreshold.cpp
............此处省略62个文件信息
- 上一篇:北京大学程序设计实习“魔兽世界终极版”参考程序
- 下一篇:掌纹识别c/c++代码
相关资源
- 掌纹识别c/c++代码
- C++ DES图像加密与解密
- 传智播客c/c++教程
- 家庭财务系统,可在devc++上直接运行
- 特殊矩阵和压缩存储
- 雅可比迭代C++实现
- 传智播客c++视频
- 发现网络中的活动主机 网络应用课程
- 货品的进销存管理系统,MFC编译
- VC++磁盘MBR读写程序,测试通过
- NSGA2源代码,C++源代码
- C++的库函数
- C++矩阵变换
- windows下C++实现的HTTP web 服务器
- 基于C/C++基础的物品竞拍系统
- 图像点运算VC++程序
- VB、C++机房管理程序
- Tamura texture C++
- OpenGL 真实感图形编程C++实现
- 仓库管理系统分别通过数据库实现和
- C++ TEST 6.0 破解
- 《数据结构——C++实现》第二版课本
- 哈夫曼树 C++算法
- tcp socket实现单进程单线程 高并发服务
- 八数码的深度优先算法c++实现
- C++实现灰度图像的边缘检测、提取及
- 摄影测量直接线性变换DLTVC++程序代码
- 用VC++6.0开发监控界面的方法
- 用Visual C++仿真实现卡尔曼滤波
- libstdc++.so.6.0.17
评论
共有 条评论