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

📄 rungo1.h

📁 傅立叶变换和小波变换是图像压缩的重要工具。该代大戏是利用小波变换进行图像压缩。
💻 H
字号:
#ifndef RUNG_O1_H
#define RUNG_O1_H

#include <crblib/inc.h>
#include <crblib/arithc.h>

typedef struct rungO1 rungO1;

rungO1 *rungO1Create(arithInfo *ari,int NumContexts);
void	rungO1Destroy(rungO1 * ro1);

void	rungO1Encode(rungO1 * ro1, int context, bool bit);
bool	rungO1Decode(rungO1 * ro1, int context);

#endif // RUNG_O1_H

⌨️ 快捷键说明

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