intdwt53.h

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

H
30
字号
// LiftDwt.h: interface for the CLiftDwt class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_INTDWT53_H__DEB05844_16FE_4D7E_A6B1_7D05D3522CE8__INCLUDED_)
#define AFX_INTDWT53_H__DEB05844_16FE_4D7E_A6B1_7D05D3522CE8__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "mainfrm.h"

class CIntDwt53  
{
public:
	void Attach(LPVOID lpParam);
	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);
	CIntDwt53();
	virtual ~CIntDwt53();

protected:
	CMainFrame* pWnd;
};

#endif // !defined(AFX_LIFTDWT_H__DEB05844_16FE_4D7E_A6B1_7D05D3522CE8__INCLUDED_)

⌨️ 快捷键说明

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