HistoDialog.h
资源名称:LPR.rar [点击查看]
上传用户:jjiangjuan
上传日期:2013-03-27
资源大小:59k
文件大小:1k
源码类别:
波变换
开发平台:
Visual C++
- // HistoDialog.h: interface for the CHistoDialog class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_HISTODIALOG_H__0825CB42_BA68_11D9_AF65_0000B4589F02__INCLUDED_)
- #define AFX_HISTODIALOG_H__0825CB42_BA68_11D9_AF65_0000B4589F02__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- //直方图的原点坐标
- #define originX 410
- #define originY 280
- #define start_x 400
- #define start_y 25
- #define end_x 700
- #define end_y 300
- #include "ImageObject.h"
- class CHistoDialog
- {
- public:
- CHistoDialog();
- virtual ~CHistoDialog();
- void Draw(BYTE lpBmpData[COL][ROW],int GrayLvlCount[]);
- CWnd* hWnd;
- bool first;
- protected:
- private:
- };
- #endif // !defined(AFX_HISTODIALOG_H__0825CB42_BA68_11D9_AF65_0000B4589F02__INCLUDED_)