📄 aiedlg.h
字号:
// AIEDlg.h : header file
//
#include "BCEDlg.h"
#include "SHE.h"
#include "CEDlg.h"
class CAIEDlg : public CDialog
{
public:
bool be;
bool be1;
bool heibai;
bool method;
bool single;//关于重复确认问题
int nColor;
CAIEDlg(CWnd* pParent = NULL,int nChildID = 0);
int IndexCanR00[256];
int IndexCanB00[256];
int IndexCanG00[256];
int IndexCanR[256];
int IndexCanB[256];
int IndexCanG[256];
int IndexCanR1[256];
int IndexCanB1[256];
int IndexCanG1[256];
CFile PreviewBitmap;
////////////////////////////////////////////////////////////////
//调节预扫图象的亮度
//输入:nFactor -128~~~127亮度参数。
//输入:nChannel 所选择的通道(0:Master, 1:Red, 2:Green, 3:Blue)
//输入:nCCD 增强校正时候针对那个CCD头
////////////////////////////////////////////////////////////////
LONG AdjustPreBrightness();
////////////////////////////////////////////////////////////////
//调节预扫图象的对比度
//输入:nFactor 0--255对比度参数。
//输入:nChannel 所选择的通道(0:Master, 1:Red, 2:Green, 3:Blue)
////////////////////////////////////////////////////////////////
LONG AdjustPreContrast();
LONG AdjustPreLimit(int factor,int nChannel);
LONG AdjustPreSH(int nOutShade,int nOutHighLight);
LONG CAIEDlg::AdjustPreIndex(int nIndex[256],int nChannel);
void jiaose();
void display();
//{{AFX_DATA(CAIEDlg)
enum { IDD = IDD_AIE_MAIN };
//}}AFX_DATA
//{{AFX_VIRTUAL(CAIEDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
CBCEDlg* m_pBCEDlg;
CSHE* m_pSHEDlg;
CCEDlg* m_pCEDlg;
protected:
int m_nChildID;
BOOL m_bShowBCE;
BOOL m_bShowSHE;
BOOL m_bShowCE;
//{{AFX_MSG(CAIEDlg)
afx_msg void OnShowBCE();
afx_msg void OnShowSH();
afx_msg void OnShowCE();
afx_msg void OnPaint();
afx_msg void OnReset();
afx_msg void OnButton1();
virtual void OnOK();
virtual BOOL OnInitDialog();
afx_msg void OnGuanbi();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -