资源简介
用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实现
- MFC 下写的SVM类
- MFC+OpenGL三维建模与动画显示
- MFC基于对话框GDI+简单绘图
- MFC编程技巧与范例详解PDF(无水印 带
- 各种Kalman滤波的比较程序——C++/MFC版
- MFC vc++ 银行业务模拟系统
- mfc根据窗口大小自动调整所有控件大
- MFC 自定义位图按钮加文字
- 灰色预测模型资料和程序.rar
- MFC绘制的移动小车,包含了图形的平
- 使用MFC实现真实感图形绘制
- 基于MFC的单机版五子棋含PPT详细答辩
- MFC教学管理系统
- MFC计算器编程,可视化,含详细实现
- MFC实现简单计算器支持加减乘除和括
- MFC版Sniffer
- MFC视频聊天
- MFC与Windows编程MFC与Windows编程
- vsC++ mfc做的时钟
- MFC通讯录源码(毕业设计 课程设计
- mfc通过鼠标移动画线
- 一元二次方程求解MFC实现
- MFC 实现FTP客户端的上传断点续传
- mfc教程 四本书放一起
- mfc聊天程序 网络编程用到的
- 迷宫MFC实现最短路径,有简单界面迷
- mfc中模态、非模态对话框与主对话框
- dxf文件Entity部分解析
- MFC网络编程服务端和客户端的通讯
评论
共有 条评论