- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
图像处理第七章汇编
第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 实验 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 第 7 章 图像压缩编码 实验 基本思想 4. 变换编码 将空域中的图像经过某种变换,转换到变换域中,在变换域中达到改变能量分布的目的,由于在变换域中能量相对集中,从而可以对图像数据有效的压缩。 变换 量化 变长编码 信道 变长解码 反量化 逆变换 输入图像 输出图像 基本思想 4. 变换编码 在哪些步骤可以实现压缩? 图像经过正交变换,导致能量重新分布,如果能量集中到少数几个变换系数上,对于压缩是有利的 量化是产生有损压缩的原因,应选择合适的量化方法,使量化失真尽可能小。 变换 量化 变长编码 变长解码 反量化 逆变换 输入图像 输出图像 信道 有损 无损 DCT变换编码 4. 变换编码 将空域中的图像做离散余弦变换,由于大多数图像的高频分量较小,因此相应于图像高频成分的系数大多数等于或接近于零 人眼对高频成分失真不敏感, 可以采用粗量化,因此可以实现较高的压缩率 实际编码时,要将图像分成N?N的小块,对每个小块逐一做DCT变换 JPEG,MPEG,H.261等压缩标准均采用离散余弦变换 DCT变换编码 4. 变换编码 x idct y returns the inverse discrete cosine transform of y x idct y,n appends zeros or truncates the vector y to length n before transforming y dct x returns the unitary discrete cosine transform of x y dct x,n pads or truncates x to length n before transforming. DCT变换编码 4. 变换编码 B dct2 A,m,n pads the matrix A with 0s to size m-by-n before transforming. If m or n is smaller than the corresponding dimension of A, dct2 truncates A B idct2 A,m,n pads A with 0s to size m-by-n before transforming. If [m n] size A , idct2 crops A before transforming. B dct2 A returns the two-dimensional discrete cosine transform of A. The matrix B is the same size as A and contains the discrete cosine transform coefficients B k1,k2 . B idct2 A returns the two-dimensional inverse discrete cosine transform DCT of A. DCT变换编码 4. 变换编码 B dct2 A,m,n pads the matrix A with 0s to size m-by-n before transforming. If m or n is smaller than the corresponding dimension of A, dct2
文档评论(0)