Update the changelog
[opencv] / apps / HMMDemo / HMMParams.h
1 #if !defined(AFX_HMMPARAMS_H__068DCF75_4415_4660_BF6A_C2ABF9EDD7E6__INCLUDED_)
2 #define AFX_HMMPARAMS_H__068DCF75_4415_4660_BF6A_C2ABF9EDD7E6__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // HMMParams.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CHMMParams dialog
12
13 class CHMMParams : public CPropertyPage
14 {
15         DECLARE_DYNCREATE(CHMMParams)
16
17 // Construction
18 public:
19         CHMMParams();
20         ~CHMMParams();
21
22 // Dialog Data
23         //{{AFX_DATA(CHMMParams)
24         enum { IDD = IDD_HMMPARAM_DLG };
25         int             m_NumMix;
26         //}}AFX_DATA
27
28
29 // Overrides
30         // ClassWizard generate virtual function overrides
31         //{{AFX_VIRTUAL(CHMMParams)
32         public:
33         virtual BOOL OnCmdMsg(UINT nID, int nCode, void* pExtra, AFX_CMDHANDLERINFO* pHandlerInfo);
34         protected:
35         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
36         //}}AFX_VIRTUAL
37
38 // Implementation
39 protected:
40         // Generated message map functions
41         //{{AFX_MSG(CHMMParams)
42         virtual BOOL OnInitDialog();
43         //}}AFX_MSG
44         DECLARE_MESSAGE_MAP()
45
46 public:
47     int m_States[8];
48         
49
50 };
51
52 //{{AFX_INSERT_LOCATION}}
53 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54
55 #endif // !defined(AFX_HMMPARAMS_H__068DCF75_4415_4660_BF6A_C2ABF9EDD7E6__INCLUDED_)