GuessWidth.h
上传用户:gzboli
上传日期:2013-04-10
资源大小:471k
文件大小:1k
源码类别:

图片显示

开发平台:

Visual C++

  1. // WidthCor.h: interface for the CGuessWidth class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_GUESSWIDTH_H__C771B87C_1384_456C_9009_98770CB89D70__INCLUDED_)
  5. #define AFX_GUESSWIDTH_H__C771B87C_1384_456C_9009_98770CB89D70__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. //#define  MINWIDTH 1000
  10. //#define  MAXWIDTH 25889
  11. class CGuessWidth  
  12. {
  13. public:
  14. // DWORD m_iMinWidth;
  15. // DWORD m_iMaxWidth;
  16. // DWORD m_iWidth;
  17. // DWORD m_iHeight;
  18. public:
  19. CGuessWidth();
  20. virtual ~CGuessWidth();
  21. double WidthDetect(DWORD &iWidth,DWORD &iHeight,LPCTSTR lpszFile, short iBytes, DWORD wHeaderSize = 0);
  22. protected:
  23. double CPXDetect(DWORD &iWidth,DWORD &iHeight,LPCTSTR lpszFile);
  24. template <class T> double FindWidth(DWORD &iWidth,DWORD &iHeight,LPCTSTR lpszFile,T iDepth, DWORD wHeaderSize = 0);
  25. // double FindWidth(DWORD &iWidth,DWORD &iHeight,LPCTSTR lpszFile,BYTE iDepth);
  26. // double FindWidth(DWORD &iWidth,DWORD &iHeight,LPCTSTR lpszFile,BYTE iDepth);
  27. // template <class T> double Correlate(const T *row1,const T *row2,DWORD width);
  28. CGuessWidth(const CGuessWidth&);
  29. CGuessWidth& operator=(const CGuessWidth&);
  30. };
  31. #endif // !defined(AFX_GUESSWIDTH_H__C771B87C_1384_456C_9009_98770CB89D70__INCLUDED_)