搜索资源列表
dctIMG
- 本文以DCT变换为基础,提出一种可以适用于不同网络传输环境下的分层编码方法。基于系数重要性的分层编码根据域中系数重要程度不同和信道传输特性,有选择地舍弃部分系数达到分层压缩的目的;基于比特平面的分层编码通过分析系数的比特平面,按照比特平面进行分层,根据设置的参数实现不同质量的图像压缩编码。
mdct.tar
- 图像编码 如H263 264 AVS等编码都要用DCT变换,DCT变换IP核很有用
PhotoKing
- 多种图象编码 其中包括滤波 边缘检测 频域(缚氏变换 小波变换 DCT变换)变换 信噪比-multiple image coding including edge detection filter frequency domain (Fourier transform tied wavelet transform DCT) Transform SNR
tuxiangyasuo
- 基于DCT变换的图像压缩的基本原理及其实现步骤。采用DCT变换压缩的依据。图像压缩过程的最后步骤是编码量化了的图像。在此,我采用的是Huffman编码方法。并使用MATLAB7.0实现DCT图像压缩的仿真。-DCT based on the image compression
DM642实现图像的编码
- DM642实现图像DCT变换,在经过压缩编码,达到压缩图像的目的。
my_dct
- 图像DCT编码压缩,经DCT变换,量化,编码,然后再解码。-DCT coding image compression, the DCT transform, quantization, coding, and then decode.
111111111
- 为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete Cosine Transform)变换量化后 的块进行位置置乱, -In order to ensure the safety of information transmission network, and a video image encryption method. This met
11111111111456
- 为保证网络信息传输的安全性,提出一种视频图像加密方法。该方法引入混沌系统中的Logistic映射和 Baker映射,结合H·264视频压缩编码特点,利用Baker映射对DCT (Discrete Cosine Transform)变换量化后 的块进行位置置乱, -In order to ensure the safety of information transmission network, and a video image encryption method. This met
Encoder264
- H.264图像编码程序对输入像素块X的整数DCT变换和量化-H.264 encoding process the input image pixel block X integer DCT transform and quantization
arithmetic_of_jpg
- DCT变换用于JPEG压缩编码的实验,实验目的:掌握DCT变换的基本运算和JPEG编码的基本过程-DCT transform coding for the JPEG compression experiments Objective: To master the basic computing DCT transform coding and JPEG basic process
8hz-mp3.src.v02b
- 基于8Khz采样率的mp3源码,其中包括DCT变换,心理学模型,霍夫曼可边长度编码等-mp3 C source code based 8khz sample rate.
jpg
- HuffmanExp 哈夫曼编码 JpgVSbmp Jpg和Bmp格式相互转换的API封装 RWJpegExp JpegVC++类 VbTestDll VB调用Jpg和Bmp格式相互转换API函数的示例 jpeg jpeg中的前向DCT变换-this is a jpeg source code
jpeg
- JPEG 静态图像压缩 各文件功能说明如下: 1) JPEG压缩程序:gendat.exe 2) 为压缩后的数据加上JPEG文件头的程序genjpg.exe 3) 解JEPG压缩程序extrdat.exe 其中:(1)的输入参量是需要生成的压缩文件的名字。 主程序流程为: a) 程序初始化,读取文件名称、原始图像数据等基本数据; b) 从AC.TAB和DC.TAB两个文件生成AC表和DC表,存入数组 c) 以8×8为样本单位进行DCT变换 d) 以8×8为
11912927wavelet_transf
- 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
115157689RLE
- 本实验主要利用MATLAB程序进行离散余弦变换(DCT)压缩和行程编码(Run Length Encoding, RLE)。-In this study, MATLAB programs using mainly discrete cosine transform (DCT) compression and run-length encoded (Run Length Encoding, RLE).
DCT
- Visual C++实现视频编码中的DCT和反DCT变换-Visual C++ implementation of the DCT video coding and anti-DCT transform
encodeBits
- 该程序实现了分布式视频编码的编码端,包括视频帧的分类、分块、DCT变换、量化、编码-The program implements a distributed video coding encoding side, including the classification of video frames, block, DCT transform, quantization, coding
HH264-DCT-Qua2
- H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源. 已通过测试。 -H264 in the integer DCT transform coding and quantization code, along with the original DCT coding, quantitative documentation. The
DigitalVideo
- 完成bmp文件到jpeg文件的压缩,使用DCT变换然后进行游程编码以及哈弗曼编码 实现完整的jpeg压缩过程,最后写成jpeg文件-Bmp files to jpeg complete file compression
bianma
- DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过-DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding.