图像处理图像灰度增强

时间:2012-09-10 12:58:23
【文件属性】:
文件名称:图像处理图像灰度增强
文件大小:1.03MB
文件格式:ZIP
更新时间:2012-09-10 12:58:23
数字图像处理 数字图像处理指导程序图像处理图像灰度增强#if !defined(AFX_FIGURE_H__2830E4B2_3CD3_4E32_AD84_273816B535D0__INCLUDED_) #define AFX_FIGURE_H__2830E4B2_3CD3_4E32_AD84_273816B535D0__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Figure.h : header file // #include "Image.h" ///////////////////////////////////////////////////////////////////////////// // CFigure view class CFigure : public CScrollView { public: CFigure(); // protected constructor used by dynamic creation DECLARE_DYNCREATE(CFigure) // Attributes public: CDC m_MemDCMap; UINT m_DataX,m_DataY; // Operations public: // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CFigure) protected: virtual void OnDraw(CDC* pDC); // overridden to draw this view virtual void OnInitialUpdate(); // first time after construct //}}AFX_VIRTUAL // Implementation protected: virtual ~CFigure(); #ifdef _DEBUG virtual void AssertValid() const; virtual void Dump(CDumpContext& dc) const; #endif // Generated message map functions //{{AFX_MSG(CFigure) // NOTE - the ClassWizard will add and remove member functions here. //}}AFX_MSG DECLARE_MESSAGE_MAP() }; ///////////////////////////////////////////////////////////////////////////// //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_FIGURE_H__2830E4B2_3CD3_4E32_AD84_273816B535D0__INCLUDED_)
【文件预览】:
IPLib
----IPLibDlg.cpp(3KB)
----StdAfx.cpp(207B)
----ImageDisplay.cpp(3KB)
----Image.h(1KB)
----ImageIO.cpp(2KB)
----_lib()
--------gdal_i.lib(574KB)
----IPLib.dsw(535B)
----IPLib.cpp(2KB)
----Figure.cpp(1KB)
----_bin()
--------gdal12.dll(2.73MB)
----IPLibDlg.h(1KB)
----Figure.h(1KB)
----ReadMe.txt(3KB)
----StdAfx.h(1KB)
----ImageDataset.cpp(1KB)
----Resource.h(729B)
----IPLib.rc(5KB)
----res()
--------IPLib.rc2(397B)
--------IPLib.ico(1KB)
----IPLib.h(1KB)
----_include()
--------cpl_string.h(6KB)
--------cpl_odbc.h(6KB)
--------cpl_config.h(890B)
--------gdal_frmts.h(5KB)
--------cpl_multiproc.h(3KB)
--------cpl_minixml.h(7KB)
--------cpl_error.h(5KB)
--------cpl_list.h(3KB)
--------cpl_port.h(14KB)
--------gdal.h(23KB)
--------gdal_priv.h(23KB)
--------cpl_conv.h(9KB)
--------cpl_csv.h(3KB)
--------cpl_vsi.h(10KB)
----ImgeProcessing.cpp(2KB)
----IPLib.dsp(5KB)

网友评论

  • 当成参考看看思路还可以
  • 有的地方太啰嗦了,整个写的不太全