📄 taodoc.h
字号:
// TAODoc.h : interface of the CTAODoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_TAODOC_H__9D5BF286_CCDD_46CC_8F3F_0505ADEAB75D__INCLUDED_)
#define AFX_TAODOC_H__9D5BF286_CCDD_46CC_8F3F_0505ADEAB75D__INCLUDED_
#include "CDib.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CDib.h"
#include "DLGLinear.h"
#include "DlgHistogram.h"
#include "DSuoXiao.h"
#include "DRotate.h"
#include "DFangDa.h"
#include "DLowPass.h"
#include "DHighPass.h"
#include "DSegmentation.h"
#include "DYuZhi.h"
class CTAODoc : public CDocument
{
protected: // create from serialization only
CTAODoc();
DECLARE_DYNCREATE(CTAODoc)
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTAODoc)
public:
virtual void Serialize(CArchive& ar);
virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
//}}AFX_VIRTUAL
// Implementation
public:
//void OnHistogram();
CDib myDib;
virtual ~CTAODoc();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//void OnLaplace();
//void OnFilter();
//void OnHistogramEqual();
//{{AFX_MSG(CTAODoc)
afx_msg void OnInverse();
afx_msg void OnLinearTrans();
afx_msg void OnHistogram();
afx_msg void OnHistogramEqual();
afx_msg void OnFilter();
afx_msg void OnLaplace();
afx_msg void OnReinforce();
afx_msg void OnRobert();
afx_msg void On2dft();
afx_msg void OnDftTrans();
afx_msg void OnFangDa();
afx_msg void OnRotate();
afx_msg void OnSuoXiao();
afx_msg void OnPerfectLowpass();
afx_msg void OnPerfectHighpasss();
afx_msg void OnErosion();
afx_msg void OnDilation();
afx_msg void OnOpening();
afx_msg void OnClosing();
afx_msg void OnCuhua();
afx_msg void OnXiaohua();
afx_msg void OnBoundary();
afx_msg void OnSegmentation();
afx_msg void OnBiaoshi();
afx_msg void OnDeleteBackground();
afx_msg void OnSegmentationCell();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TAODOC_H__9D5BF286_CCDD_46CC_8F3F_0505ADEAB75D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -