资源简介
用MFC编程实现界面,Hough变换实现圆的检测,和方形(也即平行线)的检测,压缩包里包括文档,可执行文件,源码,图像

代码片段和文件信息
// ChildFrm.cpp : implementation of the CChildframe class
//
#include “stdafx.h“
#include “hexingmin.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)
// 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
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
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
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 88 2012-05-07 09:06 circledetection_squaredetection\circledetection_squaredetection\使用说明.txt
文件 2248828 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\可执行文件\hexingmin.exe
文件 691254 2012-04-21 09:17 circledetection_squaredetection\circledetection_squaredetection\图像\圆盘2.bmp
文件 691254 2012-04-21 09:18 circledetection_squaredetection\circledetection_squaredetection\图像\圆盘4.bmp
文件 691254 2012-04-21 09:18 circledetection_squaredetection\circledetection_squaredetection\图像\圆盘5.bmp
文件 691254 2012-04-21 09:18 circledetection_squaredetection\circledetection_squaredetection\图像\圆盘6.bmp
文件 691254 2012-04-21 09:19 circledetection_squaredetection\circledetection_squaredetection\图像\圆盘7.bmp
文件 691254 2012-04-22 13:47 circledetection_squaredetection\circledetection_squaredetection\图像\方形3.bmp
文件 691254 2012-04-21 09:16 circledetection_squaredetection\circledetection_squaredetection\图像\方形盘3.bmp
文件 691254 2012-04-21 09:17 circledetection_squaredetection\circledetection_squaredetection\图像\方形盘子.bmp
文件 691254 2012-04-21 09:17 circledetection_squaredetection\circledetection_squaredetection\图像\方形盘子2.bmp
文件 2284544 2012-05-06 15:40 circledetection_squaredetection\circledetection_squaredetection\文档\文档.doc
文件 1536 2011-11-29 09:11 circledetection_squaredetection\circledetection_squaredetection\源码\ChildFrm.cpp
文件 1397 2011-11-29 09:11 circledetection_squaredetection\circledetection_squaredetection\源码\ChildFrm.h
文件 25070 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\ChildFrm.obj
文件 27632 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\Dib.obj
文件 2248828 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingmin.exe
文件 2563708 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingmin.ilk
文件 32579 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingmin.obj
文件 5454908 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingmin.pch
文件 3662848 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingmin.pdb
文件 15628 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingmin.res
文件 27211 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingminDoc.obj
文件 33901 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hexingminView.obj
文件 29193 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\hough.obj
文件 27856 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\MainFrm.obj
文件 105841 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\StdAfx.obj
文件 197632 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\vc60.idb
文件 364544 2012-05-06 15:43 circledetection_squaredetection\circledetection_squaredetection\源码\Debug\vc60.pdb
文件 9477 2011-11-28 21:36 circledetection_squaredetection\circledetection_squaredetection\源码\Dib.cpp
............此处省略38个文件信息
- 上一篇:机器学习-数据挖掘-梯度下降算法C++实现
- 下一篇:超市库存管理系统的MFC实现
相关资源
- 基于MFC的TCP调试助手源码95706
- 基于mfc的多线程文件传输
- MFC数字钟(基于VC6.0)
- VC++MFC小游戏实例教程(实例)+MFC类库
- ChartCtrl控件库(可在VS2019中使用)
- 商品库存管理系统 C++ MFC
- mfc 调用redis
- MFC视频播放器源码(支持avi/wma/mp3等格
- mfc绘图大全(画直线、矩形、椭圆)
- MFC控件重绘
- hook,捕获所有案件,查找所有窗口,
- (学习)VS2010之MFC入门到精通教程
- MFC文档_视图_框架_模板结构体系深入
- 简单员工管理系统(适合初学MFC)
- MFC五子棋游戏
- MFC UDP编程
- MFC的异步网络通讯应用程序
- C++MFC模块讲解,黑发程序员课程整理
- 一个简单而强大的基于MFC的web server源
- 基于MFC的VC++仿QQ浏览器源码(雏形)
- MFCaccess.rar
- VC++MFC课程设计的学生成绩管理系统
- MFC 日历控件 万年历 Calendar自绘
- CrystalDiskInfo-HDD/SSD硬盘信息,SMART信息
- MFC自定义界面HUI,高效简单,含详细
- 仿射密码-Affine cipher
- c++MFC车牌自动识别定位,只能定位和
- mfc+sql 酒店客房管理系统
- 基于图割的图像分割OpenCV+MFC实现
- MFC绘制Bezier曲线B样条曲线曲线拟合
评论
共有 条评论