www.pudn.com > wavelet-vc++6.rar > CS97.h


#if !defined(AFX_CS97_H__630552A1_CC20_11D4_9D72_5254AB265AB0__INCLUDED_) 
#define AFX_CS97_H__630552A1_CC20_11D4_9D72_5254AB265AB0__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// CS97.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CCS97 dialog 
 
class CCS97 : public CDialog 
{ 
// Construction 
public: 
	void wt(int xs,int ys,long xsize,long ysize,float *image); 
	void iwt(int xs,int ys,long xsize,long ysize,float *image); 
	void coef(); 
	int s(float x); 
	int a(int x,int xsize); 
	void mainprogram(); 
	CCS97(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CCS97) 
	enum { IDD = IDD_CS97 }; 
	int		m_col;//图像的列 
	int		m_row;//图像的行 
	CString	m_infile;    //输入文件名 
	CString	m_midfile;   //小波变换后结果保存文件名 
	CString	m_outfile;   //输出文件名 
	CString str; 
	int xs; 
	int ys; 
	int i; 
	int j; 
	int	k; 
	float  *image; 
	float max; 
	float min; 
//	long m_number; 
//	double temp; 
 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CCS97) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CCS97) 
	afx_msg void OnFilelook97(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CS97_H__630552A1_CC20_11D4_9D72_5254AB265AB0__INCLUDED_)