CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 矩阵编码

搜索资源列表

  1. JPEG_comprssion

    0下载:
  2. 基于DCT的JPEG图像的编码和压缩程序!可以选择对图像或矩阵进行实验,从而计算压缩比等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:148302
    • 提供者:刘恒
  1. P0301

    0下载:
  2. 数字图像矩阵数据的显示及其傅立叶变换 运用了MATLAB进行编程,其中有部分是自己编码的,希望可以对大家学习图像处理有帮助
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3070
    • 提供者:QUEZONGYUAN
  1. MZigZag

    1下载:
  2. ZIGZAG程序,实现对图像矩阵ZIGZAG顺序读取。通常作为函数调用。还有就是霍夫曼编码的程序,得到图像霍夫曼的编码
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2106
    • 提供者:lulu
  1. JPEG-Encoder-Decoder

    0下载:
  2. 这是一个静态JPEG图像编码及解码的程序。程序同时实现了经典的和Chen陈氏数据流图的DCT离散余弦变换。预先定义JPEG图像质量级别矩阵和zigzag排序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:94997
    • 提供者:林明
  1. matlab1

    0下载:
  2. 图像处理方面,主要完成将二值数字水印嵌入到原图像中完成隐藏,同时完成了提取过程的编码-Image processing, the main value of the completion of the second digital watermark is embedded in the completion of the original image to hide, at the same time to complete the extraction process of encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:730
    • 提供者:小满
  1. RunLength_code_simulation

    0下载:
  2. 数字图像编码方式之一的游程编码实现,利用它可以将灰度矩阵转换成游程编码-, One of the digital image encoding Run-length coding, use it can be converted to grayscale matrix run-length coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:611970
    • 提供者:david
  1. work6

    0下载:
  2. 实现图像的huffman编码,并得到生成矩阵和字典-Huffman realize image coding, and get a generator matrix and dictionaries
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:35114
    • 提供者:小钱
  1. ImageRetrievalAlgorithm

    0下载:
  2. 文是一种基于灰度共生矩阵的图像相似性检索算法,首先将图像分成互不重叠的子图像块,根据子图像 块中像素间灰度差别重新设置每个像素的灰度值为0或l,然后将整个图像重新划分成子块,对子块编码,最后借 助共生矩阵提取的不同方向的特征值来检索图像的相似性。实验结果表明本文算法对图像相似性的检索比传统 方法GLCM、CCM更有效,且检索效率较高,更重要的是此算法还可以反应不同方向上图像的相似度。-Man is an image based on gray level co-occurrence
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:416703
    • 提供者:周二牛
  1. chengxu

    0下载:
  2. 要:基于DCT图像压缩编码技术提出了用Marlab实现离散余弦变换的图像压缩方法,该方法具有方法 简单、速度快、误差小的优点,免去了大量的矩阵计算,既保证具有较高的压缩比,又保证了较好的 图像质量。-Realization of discrete cosine transform image compression using Marlab: Based on the DCT image compression coding techniques, this method has the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:189322
    • 提供者:qixuejiao
  1. SVD

    0下载:
  2. 数字图像处理 基于奇异值分解的图像压缩 根据图像矩阵的奇异值分解 选择图像中的主要信息部分进行压缩编码-Digital image processing based on singular value decomposition image compression based on singular value decomposition of the image matrix is ​ ​ the main part in the select image compress
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:573
    • 提供者:fc
  1. ZIGZAG

    0下载:
  2. zigzag数组是JPEG编码里取像素数据的排列顺序,用户输入n,程序就可以实现规定矩阵沿45度线递增,形成一个zigzag数组-zigzag array is arranged in order to take the pixel JPEG encoded data, the user input n, the program can be achieved along the 45 degree line matrix specified increments to form a zigza
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:298478
    • 提供者:曾志伟
  1. chap10_7

    1下载:
  2. 利用算术编码方法对矩阵进行编解码,具体实现的MATLAB代码-Arithmetic coding method is used to analyse the matrix decoding, concrete realization of MATLAB code
  3. 所属分类:Special Effects

    • 发布日期:2014-05-03
    • 文件大小:1024
    • 提供者:冷君阁
  1. SPAMS2014

    0下载:
  2. 在线学习矩阵分解和稀疏编码,稀疏编码是永远的经典,需要学习稀疏编码的同志可以下载-Online learning and sparse coding matrix decomposition, a sparse coding is eternal classic, and need to learn the comrade of sparse coding can download and see
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3274619
    • 提供者:罗国中
  1. Arithmetic-coding

    0下载:
  2. 算数编码及其 Matlab 实现。包括对解码矩阵的上下限进行计算。-Arithmetic coding and Matlab implementation. Including the decoding matrix to calculate the lower limit.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:王文纲
  1. quxwilier_domain

    0下载:
  2. 矩阵编码和马尔可夫链的实现例程,实现类似黑客帝国数字屏保()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:Gorxol
  1. 41007793

    0下载:
  2. 矩阵编码和马尔可夫链的实现例程,实现类似黑客帝国数字屏保()
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:15360
    • 提供者:Tedzly
  1. MATLAB代码

    0下载:
  2. 基于MATLAB数字图像处理技术,对二值图像进行编解码,根据函数调用格式【C,S】=wavedec2(X,N,'wname')中返回的C和S,利用Gabor核函数实现图像的Gabor变化,利用函数wavedec2()实现图像多层小波分解及显示、利用算术编码方法对矩阵进行编解码(Digital image correlation techniques)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:hzhe
  1. DCT0105

    1下载:
  2. 使用DCT编码,将DCT系数矩阵中值小于给定阈值的元素置为0,变化阈值进行比较。(Using DCT coding, the elements whose median value of DCT coefficient matrix is less than the given threshold are set to 0, and the change threshold is compared.)
  3. 所属分类:图形图像处理

    • 发布日期:2021-01-22
    • 文件大小:1024
    • 提供者:防川
搜珍网 www.dssz.com