资源简介
基于HALCON12,MFC6.0, 在窗口上交互绘制ROI区域功能的实现。代码还差坐标系统间的互换,仅为群内功能定制部分实现
代码片段和文件信息
// 456.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “456.h“
#include “MainFrm.h“
#include “456Doc.h“
#include “456View.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy456App
BEGIN_MESSAGE_MAP(CMy456App CWinApp)
//{{AFX_MSG_MAP(CMy456App)
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()
/////////////////////////////////////////////////////////////////////////////
// CMy456App construction
CMy456App::CMy456App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy456App object
CMy456App theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy456App initialization
BOOL CMy456App::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(CMy456Doc)
RUNTIME_CLASS(CMainframe) // main SDI frame window
RUNTIME_CLASS(CMy456View));
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;
}
/////////////////
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 24 2017-06-08 22:14 上位机HALCON机器视觉ROI区域多功能绘制\123.txt
文件 4183 2017-05-02 19:29 上位机HALCON机器视觉ROI区域多功能绘制\456.cpp
文件 5272 2017-05-02 21:14 上位机HALCON机器视觉ROI区域多功能绘制\456.dsp
文件 512 2017-05-02 19:31 上位机HALCON机器视觉ROI区域多功能绘制\456.dsw
文件 122880 2017-06-08 22:13 上位机HALCON机器视觉ROI区域多功能绘制\456.exe
文件 1333 2017-05-02 19:29 上位机HALCON机器视觉ROI区域多功能绘制\456.h
文件 13902 2017-06-08 17:52 上位机HALCON机器视觉ROI区域多功能绘制\456.rc
文件 24 2017-06-08 22:14 上位机HALCON机器视觉ROI区域多功能绘制\456.txt
文件 1716 2017-05-02 19:29 上位机HALCON机器视觉ROI区域多功能绘制\456Doc.cpp
文件 1456 2017-05-02 19:29 上位机HALCON机器视觉ROI区域多功能绘制\456Doc.h
文件 4987 2017-06-08 18:31 上位机HALCON机器视觉ROI区域多功能绘制\456View.cpp
文件 2197 2017-06-07 18:00 上位机HALCON机器视觉ROI区域多功能绘制\456View.h
文件 31822 2017-06-08 21:56 上位机HALCON机器视觉ROI区域多功能绘制\AngleDetect1.cpp
文件 3017 2017-06-08 18:28 上位机HALCON机器视觉ROI区域多功能绘制\AngleDetect1.h
文件 1310 2017-05-01 22:10 上位机HALCON机器视觉ROI区域多功能绘制\CADob
文件 5062 2017-06-08 19:15 上位机HALCON机器视觉ROI区域多功能绘制\CADob
文件 1174986 2017-06-08 22:14 上位机HALCON机器视觉ROI区域多功能绘制\data\123.bmp
文件 1174986 2017-06-08 18:22 上位机HALCON机器视觉ROI区域多功能绘制\data\456.bmp
文件 32320568 2017-04-29 18:54 上位机HALCON机器视觉ROI区域多功能绘制\halcon.dll
文件 4904504 2014-11-15 02:27 上位机HALCON机器视觉ROI区域多功能绘制\halconcpp.dll
文件 462 2017-06-07 17:13 上位机HALCON机器视觉ROI区域多功能绘制\Lineob
文件 2502 2017-05-02 15:23 上位机HALCON机器视觉ROI区域多功能绘制\LineOject.cpp
文件 2990 2017-06-08 15:06 上位机HALCON机器视觉ROI区域多功能绘制\MainFrm.cpp
文件 1542 2017-06-08 15:04 上位机HALCON机器视觉ROI区域多功能绘制\MainFrm.h
文件 3917 2017-05-01 21:40 上位机HALCON机器视觉ROI区域多功能绘制\Marker.cpp
文件 1347 2017-05-01 21:39 上位机HALCON机器视觉ROI区域多功能绘制\Marker.h
文件 518381 2012-10-09 23:16 上位机HALCON机器视觉ROI区域多功能绘制\pic\1.png
文件 535271 2012-10-09 23:16 上位机HALCON机器视觉ROI区域多功能绘制\pic\10.png
文件 535780 2012-10-09 23:16 上位机HALCON机器视觉ROI区域多功能绘制\pic\11.png
文件 535380 2012-10-09 23:16 上位机HALCON机器视觉ROI区域多功能绘制\pic\12.png
............此处省略30个文件信息
相关资源
- 基于机器视觉可移动裂纹检测机器人
- 数字图像处理与机器视觉——Visual
- 车型识别系统vc++
- 局域网下,手机可以和电脑通过sock
- MFC 与 HALCON混合编程
- 书中-part2-1
- mfc利用橡皮筋类crectTracker选择图像r
- OpenCV多通道图像混合程序 by浅墨
- ECDH加密算法 c语言版
- 工业相机开发手册
- 数字图像处理与机器视觉(Visual C++与
- 基于MFC的OpenCV图像显示并标记ROI
- 《数字图像处理与机器视觉》张铮等
- 《数字图像处理与机器视觉-VC++与Ma
- 数字图像处理与机器视觉 Visual C++与
- Halcon+MFC实现相机畸变校正与手眼九点
- 基于内容的图像检索
- 数字图像处理与机器视觉原书pdf版
- 数字图像处理与机器视觉 visual C++与
- tesseract-android-tools-test
- 开发入门
- android JNI 编译, 调用
- android 双线程守护
- Linux C编程一站式学习
- 实时获取光标当前位置的灰度值
- 数字图像处理与机器视觉 光盘
- 数字图像处理与机器视觉Visual C++与
- 数字图像处理与机器视觉.张铮.PDF
- 数字图像处理与机器视觉:第二版V
- 数字图像处理与机器视觉_VC与Matlab实
评论
共有 条评论