www.pudn.com > DigtalImageProc.rar > DigtalImageProcDlg.h


// DigtalImageProcDlg.h : header file 
// 
 
#if !defined(AFX_DIGTALIMAGEPROCDLG_H__C32A2403_1138_49FD_A9E8_722FA4EAF340__INCLUDED_) 
#define AFX_DIGTALIMAGEPROCDLG_H__C32A2403_1138_49FD_A9E8_722FA4EAF340__INCLUDED_ 
 
#include "BitmapRect.h"	// Added by ClassView 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CDigtalImageProcDlg dialog 
#include "memBitmap.h" 
#include "dft.h" 
class CDigtalImageProcDlg : public CDialog 
{ 
// Construction 
public: 
	Complex * m_Data; 
	CDigtalImageProcDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDigtalImageProcDlg) 
	enum { IDD = IDD_DIGTALIMAGEPROC_DIALOG }; 
	UINT	m_Angle; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDigtalImageProcDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CDigtalImageProcDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnDft(); 
	afx_msg void OnIdft(); 
	afx_msg void OnDfft(); 
	afx_msg void OnIdfft(); 
	afx_msg void OnHmirror(); 
	afx_msg void OnVmirror(); 
	afx_msg void OnZoomout(); 
	afx_msg void OnZoomin(); 
	afx_msg void OnGray(); 
	afx_msg void OnRotate(); 
	afx_msg void OnOpen(); 
	afx_msg void OnSave(); 
	afx_msg void OnHistoGram(); 
	afx_msg void OnHistoeq(); 
	afx_msg void OnNagative(); 
	afx_msg void OnExchange(); 
	afx_msg void OnPeppernoise(); 
	afx_msg void OnGaussnoise(); 
	afx_msg void OnGarken(); 
	afx_msg void OnLighten(); 
	afx_msg void OnSpacelpf(); 
	afx_msg void OnMedianfilter(); 
	afx_msg void OnIdealpf(); 
	afx_msg void OnIdeahpf(); 
	afx_msg void OnIdeabandpf(); 
	afx_msg void OnDestroy(); 
	afx_msg void OnLPButterworth(); 
	afx_msg void OnHPButterworth(); 
	afx_msg void OnSobel(); 
	afx_msg void OnPrewitt(); 
	afx_msg void OnRobert(); 
	afx_msg void OnBivalue(); 
	afx_msg void OnLaplas(); 
	afx_msg void OnErosion(); 
	afx_msg void OnCut(); 
	afx_msg void OnOk2(); 
	afx_msg void OnView(); 
	afx_msg void OnHide(); 
	afx_msg void OnView2(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	BYTE* m_ByteData; 
	bool IsMiOf2(UINT var); 
	CBitmapRect Rect1,Rect2; 
	memBitmap pic1,pic2; 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DIGTALIMAGEPROCDLG_H__C32A2403_1138_49FD_A9E8_722FA4EAF340__INCLUDED_)