⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wvlttransdib.h

📁 数字图像处理课间。非常全面
💻 H
字号:
// WvltTrans.h: interface for the CWvltTrans class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_WVLTTRANS_H__ADB84B9A_B6D4_4770_B795_CCC4F2554D50__INCLUDED_)
#define AFX_WVLTTRANS_H__ADB84B9A_B6D4_4770_B795_CCC4F2554D50__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Cdib.h"
#include "math.h"
class CWvltTransDib :public CDib  
{
public:
	//void GetDucument();
	CWvltTransDib();
	virtual ~CWvltTransDib();

public:
	void HighFilter(int n);
	void LowFilter(int n);
	void IDWT(int n);
	void Once(int n);
	void Liebianhuan();
	void Hangbianhuan();
	//图像小波变换的逆变换
	//三次小波变换
	//两次小波变换
	//一次小波变换
	//竖直方向的小波变换
	//水平方向的小波变换


};


#endif // !defined(AFX_WVLTTRANS_H__ADB84B9A_B6D4_4770_B795_CCC4F2554D50__INCLUDED_)

⌨️ 快捷键说明

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