资源简介
VC图像处理代码之—数字图像工程案例,是《数字图像工程案例》光盘代码!
很珍贵啊

代码片段和文件信息
// Cell.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “Cell.h“
#include “MainFrm.h“
#include “CellDoc.h“
#include “CellView.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CCellApp
BEGIN_MESSAGE_MAP(CCellApp CWinApp)
//{{AFX_MSG_MAP(CCellApp)
ON_COMMAND(ID_APP_ABOUT OnAppAbout)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}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()
/////////////////////////////////////////////////////////////////////////////
// CCellApp construction
CCellApp::CCellApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CCellApp object
CCellApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CCellApp initialization
BOOL CCellApp::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(CCellDoc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CCellView));
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;
}
/////////////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3158 2004-01-17 23:34 数字图像工程案例\chap1\Hough变换.txt
文件 1718 2004-01-17 23:30 数字图像工程案例\chap1\图像增强技术.txt
文件 1887 2004-01-17 23:26 数字图像工程案例\chap1\图像平移.txt
文件 4590 2004-01-17 23:24 数字图像工程案例\chap1\图像旋转.txt
文件 1702 2004-01-17 23:31 数字图像工程案例\chap1\图像的3D灰度显示.txt
文件 1101 2004-01-17 23:17 数字图像工程案例\chap1\图像的反色.txt
文件 3538 2004-01-17 23:23 数字图像工程案例\chap1\图像缩放.txt
文件 2214 2004-01-17 23:25 数字图像工程案例\chap1\图像转置.txt
文件 2801 2004-01-17 23:24 数字图像工程案例\chap1\图像镜像.txt
文件 4284 2004-01-17 23:33 数字图像工程案例\chap1\拉普拉斯高斯边缘检测.txt
文件 4376 2004-01-17 23:32 数字图像工程案例\chap1\显示浮雕文字效果.txt
文件 2886 2004-01-17 23:31 数字图像工程案例\chap1\显示渐变色彩效果.txt
文件 1294 2004-01-17 23:27 数字图像工程案例\chap1\浮雕技术.txt
文件 1388 2004-01-17 23:21 数字图像工程案例\chap1\灰度均衡.txt
文件 1660 2004-01-17 23:21 数字图像工程案例\chap1\灰度拉伸.txt
文件 3201 2004-01-17 23:29 数字图像工程案例\chap1\维纳滤波处理.txt
文件 2919 2004-01-17 23:28 数字图像工程案例\chap1\逆滤波处理.txt
文件 953 2004-01-17 23:19 数字图像工程案例\chap1\阈值变换.txt
文件 1521 2004-01-17 23:27 数字图像工程案例\chap1\雕刻技术.txt
文件 1327158 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Blood.bmp
文件 52800 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Cell.aps
文件 263222 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\cell.bmp
文件 6638 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Cell.clw
文件 4173 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Cell.cpp
文件 5014 2003-08-01 15:01 数字图像工程案例\chap2\细胞识别统计系统\Cell.dsp
文件 533 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Cell.dsw
文件 81920 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Cell.exe
文件 1573 2003-04-24 21:48 数字图像工程案例\chap2\细胞识别统计系统\Cell.h
文件 181248 2004-01-16 23:59 数字图像工程案例\chap2\细胞识别统计系统\Cell.ncb
文件 69632 2004-01-16 23:59 数字图像工程案例\chap2\细胞识别统计系统\Cell.opt
............此处省略441个文件信息
- 上一篇:超星阅览器 PDG格式阅读
- 下一篇:机器人学导论(第三版)原书习题答案.zip
相关资源
- Windows异步套接字网络编程
- VC 获得文件属性 获取文件的创建时
- 基于MVC模式的会员管理系统
- silicon lab公司的收音IC SI47XX全套开发工
- 读者写者问题(读者优先,写者优先
- MFC程序-碰撞的小球
- vc 柱形图 CBarChart
- 用vc 写的导线测量,针对刚学测绘的
- 用VC 编写的仿QQ聊天室程序源代码
- 栅栏填充算法源码(VC)
- 简单的房屋租赁系统
- .net网站服装销售系统(MVC)
- 冈萨雷斯 数字图像处理 源代码(m文
-
ob
jectARX给Auto CAD加工具条 - blowfish的vc2008工程.rar
- qt图像处理
- 画图程序MFC/VC/VC CRectTracker 串行化
- capon波束形成算法-VC实现
- 读取串口数据并画实时曲线的VC 程序
- VC 游戏编程—附源代码
- IpHlpApi.h&IpHlpApi.lib
- vc 6.0开发的流程图编辑器
- VC 天空盒(skyBox)实现(附源代码)
- c MFC 画多边形
- keil vcom windows 7 64bit 驱动
- vc URL编解码类
- vc编写中国象棋详细源码注释并附有视
- VC 围棋源代码
- 血液图像处理—细胞识别
- 用VC 编写的基于SNMP的路由器拓扑程序
评论
共有 条评论