Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ShowDIBView.h
Package: dip.rar [view]
Upload User: hongxinly
Upload Date: 2022-06-13
Package Size: 2588k
Code Size: 3k
Category:
Special Effects
Development Platform:
Visual C++
- // ShowDIBView.h : interface of the CShowDIBView class
- //
- /////////////////////////////////////////////////////////////////////////////
- #if !defined(AFX_SHOWDIBVIEW_H__75A589AC_0FE7_11D1_813A_0020AF337325__INCLUDED_)
- #define AFX_SHOWDIBVIEW_H__75A589AC_0FE7_11D1_813A_0020AF337325__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #include "DIB.h"
- class CShowDIBView : public CView
- {
- protected: // create from serialization only
- CShowDIBView();
- DECLARE_DYNCREATE(CShowDIBView)
- // Attributes
- public:
- CShowDIBDoc* GetDocument();
- // unsigned char *m_lpDIBBuffer;
- // BITMAPINFOHEADER *m_lpBIH;
- CDib m_Dib;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CShowDIBView)
- public:
- virtual void OnDraw(CDC* pDC); // overridden to draw this view
- virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
- protected:
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CShowDIBView();
- #ifdef _DEBUG
- virtual void AssertValid() const;
- virtual void Dump(CDumpContext& dc) const;
- #endif
- protected:
- // Generated message map functions
- protected:
- //{{AFX_MSG(CShowDIBView)
- afx_msg void OnFileOpen();
- afx_msg void OnStyleStretched();
- afx_msg void OnStyleNormal();
- afx_msg void OnFileSave();
- afx_msg void OnPROCESS2value();
- afx_msg void OnInvert();
- afx_msg void OnVMax();
- afx_msg void OnVMin();
- afx_msg void OnVAve();
- afx_msg void OnReverse();
- afx_msg void OnPointLiner();
- afx_msg void OnHistogram();
- afx_msg void OnHistEqua();
- afx_msg void OnGeomTran();
- afx_msg void OnGeomZoom();
- afx_msg void OnGeomRota();
- afx_msg void OnFft();
- afx_msg void OnDct();
- afx_msg void OnFreqWalh();
- afx_msg void OnFreqWave();
- afx_msg void OnENHAAverF();
- afx_msg void OnENHAMidianF();
- afx_msg void OnEnhaSobel();
- afx_msg void OnEnhaLaplace();
- afx_msg void OnRestoreRandomnoise();
- afx_msg void OnRestoreSaltnoise();
- afx_msg void OnRestoreInverse();
- afx_msg void OnRestoreWiener();
- afx_msg void OnRecon();
- afx_msg void OnHuffman();
- afx_msg void OnRunlength();
- afx_msg void OnAlgorith();
- afx_msg void OnLzw();
- afx_msg void OnJpeg();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- int ImageStyle; // 0: Normal ; non_zero: Stretched
- };
- #ifndef _DEBUG // debug version in ShowDIBView.cpp
- inline CShowDIBDoc* CShowDIBView::GetDocument()
- { return (CShowDIBDoc*)m_pDocument; }
- #endif
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHOWDIBVIEW_H__75A589AC_0FE7_11D1_813A_0020AF337325__INCLUDED_)