demoDlg.h
资源名称:meanshift.rar [点击查看]
上传用户:gzysjn
上传日期:2013-07-12
资源大小:225k
文件大小:1k
源码类别:
2D图形编程
开发平台:
Visual C++
- // demoDlg.h : header file
- //
- #if !defined(AFX_DEMODLG_H__C53ABDF0_20DE_4DB4_A67E_E9139914D3F6__INCLUDED_)
- #define AFX_DEMODLG_H__C53ABDF0_20DE_4DB4_A67E_E9139914D3F6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "cxcore.h"
- /////////////////////////////////////////////////////////////////////////////
- // CDemoDlg dialog
- class CDemoDlg : public CDialog
- {
- // Construction
- public:
- CvScalar hsv2rgb( float hue );
- // void on_mouse( int event, int x, int y, int flags, void* param );
- CDemoDlg(CWnd* pParent = NULL); // standard constructor
- //
- // Dialog Data
- //{{AFX_DATA(CDemoDlg)
- enum { IDD = IDD_DEMO_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDemoDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CDemoDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- afx_msg void OnButtonEdge();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DEMODLG_H__C53ABDF0_20DE_4DB4_A67E_E9139914D3F6__INCLUDED_)