CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - 矩阵编码

搜索资源列表

  1. exampleezw

    0下载:
  2. 对shamprio给出的标准矩阵进行ezw的编码示例-shamprio given to the standard matrix coding examples ezw
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:19527
    • 提供者:魏欢欢
  1. image_compress

    0下载:
  2. 本程序利用奇异值分解对3通道彩色图像进行压缩分解,具体步骤如下: 压缩过程: 1. 选取子图像大小K值,把图像分解成M×M个子图像,IMG(s),s=1,2,…, M2,其中M=N/K,原始图像IMG大小为N×N。 2. 计算这M2个子图像的平均值average,对每幅子图像减去均值图像得到新图像。 3. 计算相关矩阵R,其元素定义为 。 4. 计算R的特征值与特征向量,计算每幅子图像与最大特征向量的内积,便得到编码,即压缩后的图像。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:335193
    • 提供者:wangweiming
  1. QRcode-Chinese-Standard

    0下载:
  2. QR Code是一种高效压缩的二维码,能够用二维矩阵编码各种符号,广泛的永远物品的自动识别和物品的生产和定位过程中,这份QR code中文标准可以帮助对二维码感兴趣的朋友很好的实现二维码。-QR Code is a highly compressed two-dimensional code, can use two-dimensional matrix code symbols, is always a wide range of automatic identification of goo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:2293791
    • 提供者:邢航
  1. jpeg

    2下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程。-JPEG compression standard of the simulation, the main process of DCT compression, according to the JPEG quantization matrix to quantify the results of the DCT,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:4617
    • 提供者:Justin
  1. Compresser

    0下载:
  2. 一种二值图象无损压缩算法 南京理工大学电光学院 【摘 要】利用稀疏矩阵和差分编码对二色图像进行压缩保存,在通过图像的0,1矩阵建立,矩阵一维化,差分量化编码,写文件来压缩。在电子档案存储,CAD制图信息化存储有极高的应用价值。 【关键字】计算机 二值图像 稀疏矩阵 无损压缩 编码 -A binary image lossless compression algorithm for electro-optic Nanjing University of Technology an
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-12
    • 文件大小:7828198
    • 提供者:胡赟星
  1. RLE

    0下载:
  2. RLE编码算法 用8*8的矩阵来模拟,在TextBox中输入每一行的RLE编码结果-RLE encoding algorithm uses 8* 8 matrix to simulate the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:133820
    • 提供者:chinaeping
  1. 1231313131

    0下载:
  2. 对JPEG的压缩标准进行了仿真,主要过程DCT压缩,根据JPEG的量化矩阵对DCT结果进行量化,对量化结果进行Huffman编码。同时也实现了解压缩过程,即执行上述过程的逆过程-Matlab image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:166382
    • 提供者:王阳
  1. HuffmanCode

    1下载:
  2. 对给定的图像矩阵进行哈夫曼编码,并用matlab实现,求出压缩前后的压缩比-Given image matrix Huffman coding, and using Matlab to achieve compression ratio obtained before and after compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:979
    • 提供者:lydia
  1. SSBMmatrix

    0下载:
  2. 算术编码,根据统计的概率分布对矩阵进行算术编码并且进行解压-Arithmetic coding.According to the statistics of the probability distribution for the matrix arithmetic coding and decompress
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:718
    • 提供者:meng
  1. cal_cor

    0下载:
  2. 变换编码中相关系数的求解,特别适用于KLT变换,得到对角矩阵-Correlation coefficients in transform coding solution, especially suitable for KLT transform, the diagonal matrix
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:1321
    • 提供者:小五剑
  1. BmpToJpgJpgToBmp

    0下载:
  2. 实现jpeg压缩和解压缩,将彩色图像进行颜色空间转换、对不同的颜色分量进行不同的采样、对于3个分量进行8×8的DCT变换、对DCT系数矩阵按照JPEG推荐的量化表进行量化;对量化后的系数进行Z形扫描,最后进行熵编码,形成码流,计算比特数,和压缩比。解压从量化后的DCT系数表开始逆向进行-Jpeg compression and decompression, the color image is a color space conversion, the different color compo
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6219146
    • 提供者:余峰
  1. huf_mtx

    0下载:
  2. 用于量化后量化矩阵的霍夫曼编码函数,输入参数为量化矩阵,输出为相应编码及编码码长-Huffman encoding function for the quantization matrix, the input parameters for the quantization matrix, and outputs the encoded code corresponding length coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1427
    • 提供者:孙修
  1. newhuff

    0下载:
  2. 算数编码,能够实现对图片或矩阵的算数编码程序。-some code of math
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:rh
搜珍网 www.dssz.com