?? fuzzyregionlabel.h
字號:
// FuzzyLabel.h: interface for the CFuzzyLabel class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_FUZZYLABEL_H__2F63755A_7DCE_40D7_BB2D_2E51151BBFD8__INCLUDED_)
#define AFX_FUZZYLABEL_H__2F63755A_7DCE_40D7_BB2D_2E51151BBFD8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "TypeDef.h"
#include "Object_1.h"
class CFuzzyLabel
{
public:
CFuzzyLabel();
virtual ~CFuzzyLabel();
void ParamInit ( short snImageWidth, short snImageHeight );
void ConnxyLabel_Edge ( LPBYTE lpSrcBits );
void ConnxyLabel_Region( LPBYTE lpSrcBits );
private:
void DeleteMem ( );
void EdgeProc ( short dwStartX, short dwEndX,
short dwHeight, BYTE byForeType );
void RegionProc ( short dwStartX, short dwEndX,
short dwHeight, BYTE byForeType );
void RecurLabel_1 ( short dwStartX, short dwEndX, short dwHeight );
void RecurLabel_2 ( short dwStartX, short dwEndX, short dwHeight );
void DeleteLabel ( );
private:
LPBYTE m_pSrcBits;
short m_snImageWidth,
m_snRowBytes,
m_snImageHeight;
short m_dwLabelStartX,
m_dwLabelEndX,
m_dwLabelStartY,
m_dwLabelEndY;
DWORD m_dwLabelStat;
BYTE m_byLabelVal;
LPLabelLocation m_pFrstLabel,
m_pThisLabel;
LPLabelRect m_pFrstRect,
m_pThisRect;
BOOL m_bInitStatus;
};
#endif // !defined(AFX_FUZZYLABEL_H__2F63755A_7DCE_40D7_BB2D_2E51151BBFD8__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -