?? dwt.h
字號:
// Dwt.h: interface for the Dwt class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DWT_H__A9308633_D311_4A97_BC73_040C6E3B66BB__INCLUDED_)
#define AFX_DWT_H__A9308633_D311_4A97_BC73_040C6E3B66BB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CDwt
{
public:
void Attach(LPVOID);
void IDwt1D(double *buffer, int buflen, int hBen, int hEnd, int h1Ben, int h1End, double *h, double *g);
void FilterSet(float t);
void IDwt2D( double *buffer, int height, int width, int lv);
void Dwt2D(double *buffer, int height, int width, int lv);
void Dwt1D(double *buffer, int buflen, int hBen, int hEnd, int h1Ben, int h1End, double *h, double *g);
CDwt();
int hBen, hEnd, h1Ben, h1End, hLen, h1Len;
double *h, *g, *h1, *g1;
virtual ~CDwt();
};
#endif // !defined(AFX_DWT_H__A9308633_D311_4A97_BC73_040C6E3B66BB__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -