⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 opencv_dialogdlg.h

📁 circle detecting source code
💻 H
字号:
// OpenCV_dialogDlg.h : header file
//
//  OpenCV 狼 cvcam 阑 捞侩窍咯 墨皋扼甫 涝仿 罐篮 康惑阑 Dialog 俊 焊咯林绰 家胶内靛 涝聪促.
//  磊技茄 汲疙捞唱 扁鸥 巩狼荤亲篮 酒贰 荤捞飘甫 规巩秦 林技夸.
//
//  - 2005. 11. 21. Dong-Chul Kim
//    http://www.opencv.co.kr
//    http://www.t9t9.com

#include <cv.h>
#include <highgui.h>
#include <cvcam.h>

//#if !defined(AFX_OPENCV_DIALOGDLG_H__9C7205E4_2C71_429E_926E_7E0E51DB8788__INCLUDED_)
//#define AFX_OPENCV_DIALOGDLG_H__9C7205E4_2C71_429E_926E_7E0E51DB8788__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

/////////////////////////////////////////////////////////////////////////////
// COpenCV_dialogDlg dialog

class COpenCV_dialogDlg : public CDialog
{
// Construction
public:
	COpenCV_dialogDlg(CWnd* pParent = NULL);	// standard constructor

	int m_Width;		// 康惑狼 呈厚
	int m_Height;		// 康惑狼 臭捞
	int m_ButtonWidth;	// 滚瓢狼 农扁

// Dialog Data
	//{{AFX_DATA(COpenCV_dialogDlg)
	enum { IDD = IDD_OPENCV_DIALOG_DIALOG };
	CButton	m_BtnThreshold;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(COpenCV_dialogDlg)
	public:
	virtual BOOL DestroyWindow();
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL


// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(COpenCV_dialogDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg void OnButtonThreshold();
//	afx_msg void OnButton1();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

//#endif // !defined(AFX_OPENCV_DIALOGDLG_H__9C7205E4_2C71_429E_926E_7E0E51DB8788__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -