histo.h

来自「KL变换的实现」· C头文件 代码 · 共 58 行

H
58
字号
#if !defined(AFX_HISTO_H__D2241B64_3D49_44B4_9DBB_299161AC0439__INCLUDED_)
#define AFX_HISTO_H__D2241B64_3D49_44B4_9DBB_299161AC0439__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Histo.h : header file
//
#include "cdib.h"
#include "ClusterKLTransformationDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CHisto dialog

class CHisto : public CDialog
{
// Construction
public:
	CHisto(CWnd* pParent = NULL);   // standard constructor
	CDib* m_pDib;
	int m_bcount[256];
	int m_gcount[256];
	int m_rcount[256];
	CClusterKLTransformationDoc *pDoc;
	void GetpDoc(CClusterKLTransformationDoc* pDoc);

// Dialog Data
	//{{AFX_DATA(CHisto)
	enum { IDD = IDD_SHOW };
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHisto)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CHisto)
	virtual BOOL OnInitDialog();
	afx_msg void OnPaint();
	afx_msg void OnRadioBlue();
	afx_msg void OnRadioGreen();
	afx_msg void OnRadioRed();
	virtual void OnOK();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_HISTO_H__D2241B64_3D49_44B4_9DBB_299161AC0439__INCLUDED_)

⌨️ 快捷键说明

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