搜索资源列表
9854125413
- 运动估计是视频编码的关键技术,其最基本的原理是利用相邻帧间的时间 相关性,通过预测来减少时间冗余度。在实际编码中,为了节省码率,并不传 输每一帧的全部数据,而是利用运动估计求出每一帧与其预测参考帧之间的差 值。运动估计越准确,差值的分布越趋近与零,差值块的能量越小,经过变换、 量化和熵编码后所产生的码流的比特位率也越少。因此,运动估计搜索的准确 程度直接影响到了编码的压缩性能。 -Motion estimation is the key to video encodin
voc6x8datagram
- CMX638 Datagram Blocks
LZW
- 用lzw编码实现黑白图像的压缩/解压缩 用lzw编码方式实现文件的压缩具有很大的局限性,对于类似于黑白图像这样的具有连续相同的大面积颜色块的文件有很 高的效率,但是对于彩色图像或其他相邻两点的值都不同的文件来说,反而会增大数据量-Lzw Coding with black and white image compression/decompression with lzw encoding for file compression has serious limitatio
Active-piece-of
- VC++实现滑动块 按键盘A键滑块左移,D键滑块右移-VC++ realize sliding blocks. According to A slider keyboard key moves left, D key slider move to the right.
Blocks
- clc close all clear all I=imread( desert.jpg ) [r c]=size(I) bs=16 Block Size (8x8) nob=(r/bs)*(c/bs) Total number of 8x8 Blocks Dividing the image into 8x8 Blocks kk=0 for i=1:(r/bs) for j=1:(c/bs) Block(:,:,kk+j)=I
Flutter
- 这个程序演示了如何应用耦合结构空气动力问题,通过Matlab编程,分析了飞行器机翼颤振等问题。-This model demonstrates how to implement a coupled structural-aerodynamic problem. The wing, otherwise rigid, is allowed to pitch and plunge. The motion of the wing is defined using SimMechanics bloc
comp
- propose a novel joint data-hiding and compression scheme for digital images using side match vector quantization (SMVQ) and image inpainting. The two functions of data hiding and image compression can be integrated into one single module seam
cs
- 基于压缩感知思想的图像分块压缩与重构方法 考虑到大多数图像信号信息分布有差异, 编码端, 在对图像分块的基础上, 融合熵估计 和边缘检测方法计算各图像块的信息含量, 再从两个不同的角度进行分类采样: 依据信息量多少将图像块分为平滑、过渡和纹理3 类, 使用不同的采样率采样 依据信息量的分布特征, 采用不同的采样率分配策略进行采样. 在解码端, 根据不同类型的图像块构造不同的线性算子进行重构, 再运用改 进的迭代阈值算法去除块效应和噪声. 实验证明, 算法在提升图像重构质量的同时缩短了
power_wind_ig
- 用simulink对风电场进行建模分析得到功率以及电流的仿真图-This example uses an initial state vector to start the simulation steady-state. When you make changes to the model (add, delete, rename blocks, etc), the initial state vector needs to be regenerated or disabled, ot
ADCS_ASS_Q3
- Complete the integration of all the blocks using source and convolutional coders on the previous slide. Next add modulation and AWGN channel. Now show the working of the whole system by showing the Huffman coded dictionary, channel coded data, conste
224071252zuixinwenzhang
- 离散余弦变换(DCT)是一种常用的数字速率变换编码方法。DCT首先将整个图像分割成n×n像素块,然后在n×n像素块上逐帧执行DCT变换。由于图像的高频成分很小,与高频分量对应的系数通常为零,肉眼对高频分量的变化并不敏感, 因此,我们使会用简洁的定量方法。因此,数字传输系数的速率远小于用于传输图像像素的数字速率。到达接收机后,逆离散余弦变换返回到样本值。虽然会有一定的失真,但人眼是可以接受的。(The coefficients of the DCT domain motion compensati