搜索资源列表
SaveJPEG
- 提示: JPEG压缩分为三个部分: 1.JPEG压缩原理及算法(RGB/YCbCr,DCT/IDCT,量化,Z字型编码,用DPCM对DC/用RLE对AC编码/Huffman编码) 2.JPEG标记格式 3.JPEG图片文件的组织形式(位于SOS后的图像压缩数据是由MCU块怎样排列的,特别是使用了DRI之后) 还有许多细节问题: 1.解码过程中遇到“FF 00”当“FF”处理,否则忽略“FF” 2.进行DCT前YCbCr要减128,进行IDCT前要加128(相当于Y减128,YCbCr不需要加12
图像dct变换的程序
- 对原始灰度图像 Lena_gray.bmp进行图像压缩实验 1.对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换,比较结果。 2.可以使用 Matlab - Image Processing Toolbox 中的函数实现。 -gray image of the original image compression Lena_gray.bmp an experiment. This diagr
DH_General_Parcial_Robotica
- modelo simulink que invierte DC/AC
dip4
- 对原始灰度图像进行图像压缩,对此图进行 8×8 DCT 变换后,分别只保留 DC系数,以及保留前 4、8、16 个变换系数(DC+AC) ,然后再分别进行 IDCT 变换 -The original gray image compression, this map for 8 × 8 DCT transform, respectively, to retain only the DC coefficient, and to retain the former 4,8,16 months tr
EncrypJpegIma
- 加密JPEG 8*8 系数中所有的系数符号,以及DC、AC低频系数的幅值。VC6直接打开的工程-Encrypte the Jpeg image.
imjepg
- JPEG压缩编码的主要步骤有: 1.通过前向离散余弦变换减少图像数据相关性; 2.利用人眼的视觉特性队DCT系数进行量化; 3.使用查分脉冲编码调制对直流系数进行编码; 4.对交流系数进行Z形扫描,使用形成长度编码队交流系数进行编码; 5.熵编码器对上述描述符进行熵编码。-JPEG compression encoding of the main steps are: 1.forward discrete cosine transform to reduce the im
JPEG
- JPEG编码(基于子块DCT变换编码,什么是量化,体验DCT系数(直流系数、交流系数)以及量化步长对图像的影响)-JPEG encoding (based on sub-block DCT transform coding, what is quantitative, experience DCT coefficients (DC coefficient and AC coefficient) and quantization step size affect the image)
DH_General_Parcial_Robotica
- modelo simulink que invierte DC/AC
shangchuan
- JPEG编解码:利用DCT系数矩阵的直流分量交流分量分别进行编码,得到JPEG矩阵-JPEG codec: the AC component by the DC component of the DCT coefficient matrix encoded separately to obtain a matrix JPEG
JPEGcode
- 实现JPEG  编码,输出为  DC  系数的码流、  AC  系数的码流、图像高度和图像宽度,将这四个变量写入  jpegcodes.mat  文件.-Implement JPEG coding, the output stream, stream AC coefficients, the image height and image width DC coefficients, these four variables are writ
JPEG
- 用MATLAB实现JPEG图形压缩过程,包括颜色空间转换、DCT变换、量化、编码(DC系数和AC系数编码)。-Using MATLAB graphics JPEG compression process, including color space conversion, DCT transform, quantization, coding (DC coefficient and AC coefficient coding).
PicCompressEncode
- DCT效应-保留DC及前8个AC,在C#平台上制作表格显示(DCT effect - retains the DC and the first 8 AC, and produces tabular displays on the C# platform)
power_thyristor
- 控制触发角,可将交流变为想要的直流电压和波形(Control the firing angle to change AC to the desired DC)
MATLAB-Jpeg-encoder-master
- 通过DCT变换进行jpeg压缩,AC,DC系数都可以得到,还有zigzag(JPEG compression through DCT)