CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - DCT变换编码

搜索资源列表

  1. DCT(sse2)

    0下载:
  2. 用SSE2汇报语言实现的H.264视频编码标准中的DCT变换。-using SSE2 reporting language of H.264 video coding standard of DCT.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23.96kb
    • 提供者:王宏志
  1. dct

    0下载:
  2. 图象的dct变换编码,虽然是matlab 语言的但是可以和C++连接
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.37kb
    • 提供者:lijianhong
  1. dct1234

    0下载:
  2. dct 变换编码的verilog语言程序,已经通过模拟仿真
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2.46kb
    • 提供者:zsb
  1. DCT

    0下载:
  2. 变换编码的一种方法基于DCT的编码程序拿来公享
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:113.33kb
    • 提供者:wangshy2046
  1. dct

    0下载:
  2. 该程序用于对灰度图像进行dct变换的,然后可以在这基础进行量化,编码等。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:61.92kb
    • 提供者:草原
  1. 基于DCT变换的图像编码方法研究

    1下载:
  2. 本文结合DCT变换的特性,利用分形的Peano一hilbert扫描曲线,对基于DCT变换的图像编码方法进行了研究,并提出了改进方法。主要工作分为两个部分: 一是在分块DCT基础上的改进。对分块后生成的各图像块矩阵,不直接作二维DCT变换,而是先进行扫描,使之重排成一维向量,再进行一维DCT变换,这样可以减少运算量。 其次是对层次余弦变换编码部分的改进。使用层次DCT变换与零树编码相结合的方法,并在扫描编码过程中,按Peano一hilbert扫描顺序进行编码。这样不仅可以减少“块效应”,而且可以加
  3. 所属分类:GIS编程

    • 发布日期:2008-10-13
    • 文件大小:4.78mb
    • 提供者:lzy
  1. H264中的整数DCT变换编码及量化代码

    0下载:
  2. H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-08-18
    • 文件大小:63.07kb
    • 提供者:renxj@tom.com
  1. tuxiangbianhuan.rar

    1下载:
  2. 图像变换 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩,Image transform to image sub-block (8* 8), for the DCT transform, and IDCT: DCT is a separable transform image to image compression coding, IDCT used to extract
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:17.14kb
    • 提供者:陈杰
  1. piccompress.rar

    0下载:
  2. 图像压缩编码,dct变换,量化, Z字形扫描 行程编码,Image compression, dct transform, quantization, Z-shaped scan length encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:973byte
    • 提供者:张理
  1. DCT

    1下载:
  2. DCT余弦变换编码,处理效果还是不错的-DCT cosine transform coding, the treatment effect is still good
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.26kb
    • 提供者:夏正浩
  1. H264-DCT-Quanter

    1下载:
  2. H264中的整数DCT变换编码及量化代码,并附有原文的DCT编码、量化的说明文档。本源码从X264及JM中抽取后整理得来,并用原文档中的示例数据进行了测试,与原文档结果完全一样,是学习H.264不可多得的参考资源. -H264 in the integer DCT transform coding and quantization code, together with the original DCT coding, quantitative descr iption of the doc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:63.07kb
    • 提供者:ren
  1. JPEG

    0下载:
  2. JPEG压缩全过程,压缩和解压缩,改程序是编写静止图像必须学习得程序,内容丰富,需要耐心学习,先搞懂图像压缩的过程,包括颜色空间转换,DCT变换,Huffman编码,量化等过程-JPEG compression and decompression
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:7.96mb
    • 提供者:yangcaodie
  1. DCTtransformation

    0下载:
  2. DCT变换的基本思路是将图像分解为8×8的子块或16×16的子块,并对每一个子块进行单独的DCT变换,然后对变换结果进行量化、编码-The basic idea is to transform DCT the image is decomposed into 8 × 8 sub-block or 16 × 16 sub-blocks, and each separate sub-block DCT, and then quantify the results of the transform c
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:59.2kb
    • 提供者:孙一
  1. jpeg_compression_encode

    0下载:
  2. jpeg图像压缩编码程序,图像的DCT变换是调用Matlab自带的DCT变换函数dct来完成-jpeg image compression coding process, DCT transform is called the image that comes with Matlab DCT dct to complete the transformation function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:72.38kb
    • 提供者:cyedu
  1. DCT

    0下载:
  2. JPEG标准中规定了4种压缩模式[15]:顺序编码(Sequential encoding),渐进编码(Progressive encoding),等级编码(Hierarchical encoding),无损编码(Lossless encoding)。应用最为广泛的为基于DCT变换的顺序编码,也称之为基准模式(Baseline mode),其它几种模式都以此为基础。这里,采用了JPEG基准模式对图像进行压缩,在基准模式中,熵编码采用哈夫曼编码方法。 -JPEG standard specif
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1.15kb
    • 提供者:yxl
  1. lean

    1下载:
  2. 基于MATLAB的图像压缩,DCT变换,huffman编码-Image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:210.62kb
    • 提供者:wlx
  1. Untitled

    0下载:
  2. 利用 DCT 变换编码方法进行图像压缩,提高信息传输的有效性及通信质量。-Transform coding method using DCT for image compression, enhance the effectiveness of information transmission and communication quality.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:878byte
    • 提供者:高雪莹
  1. JPEG-DCT

    0下载:
  2. 将lena.bmp图像进行JPEG压缩,使用dct变换和量化编码。-Will lena.bmp images to JPEG compression using dct transform and quantization coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:189.98kb
    • 提供者:liwenyi
  1. DCT

    0下载:
  2. 数字视频图像处理大作业。MPEG-1、MPEG-2及JPEG标准中都采用了基于图像块的DCT变换编码,根据已学知识完成下列问题:-Digital video image processing operations.Mpeg-1, mpeg-2, and JPEG standard are adopted based on image block DCT transform coding, according to the knowledge to complete the following q
  3. 所属分类:CAD

    • 发布日期:2017-11-21
    • 文件大小:264.66kb
    • 提供者:ly
  1. dct

    0下载:
  2. 图像处理很重要,那只保留我们想要的信息就比较重要,程序是传统图像编码中的dct变换编码处理-Image processing is very important, the only retain the information we want is more important, the program is a traditional image coding in DCT transform coding processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.14kb
    • 提供者:季秋峰
« 12 3 4 5 »
搜珍网 www.dssz.com