bindwt97.h

来自「小波变换去噪和97提升小波和离散小波变换的matlab程序」· C头文件 代码 · 共 28 行

H
28
字号
// LiftDwt.h: interface for the CLiftDwt class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BINDWT97_H__DEB05844_16FE_4D7E_A6B1_7D05D3522CE8__INCLUDED_)
#define AFX_BINDWT97_H__DEB05844_16FE_4D7E_A6B1_7D05D3522CE8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MainFrm.h"
class CBinDwt97  
{
public:
	void Attach(LPVOID lpParam);
	CMainFrame* pWnd;
	int shift;

	void IDwt1D(int *buffer, int buflen);
	void Dwt1D(int *buffer, int buflen);
	void IDwt2D(int **buffer, int height, int width, int lv);
	void Dwt2D(int **buffer, int height, int width, int lv);
	CBinDwt97();
	virtual ~CBinDwt97();

};

#endif // !defined(AFX_LIFTDWT_H__DEB05844_16FE_4D7E_A6B1_7D05D3522CE8__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?