CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 霍夫曼 Matlab

搜索资源列表

  1. Circle_DetectionHoughTransform

    0下载:
  2. matlab编写的用霍夫曼变换检测圆的算法 对初学者有帮助-Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image spac corresponds to a circle in Hough space and vise versa. upper
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1287
    • 提供者:lihao
  1. hw

    0下载:
  2. 适合初学者使用的matlab图像水印代码 霍夫曼编码霍夫曼编码-Suitable for beginners to use matlab image watermarking code Huffman Huffman
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:407424
    • 提供者:湘紫歆
  1. huff-cnm

    0下载:
  2. MATLAB 霍夫曼编码实现 v-Huffman Coding MATLAB
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:68292
    • 提供者:peiqisong
  1. huffman

    0下载:
  2. 使用Matlab语言实现了无损压缩霍夫曼编码程序-Huffman coding program based on Matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:618
    • 提供者:张雪燕
  1. toolbox_DIPUM

    0下载:
  2. 数字图像处理matlab版第二版源码。 包括计算两个距阵间的误差,解码霍夫曼矩阵,使用JPEG近似压缩一个图像,可视化正向几何变换等许多功能-Digital image processing matlab version of source code. Including the calculation of the error between the two matrix, decoding the Hoffman matrix, use the JPEG approximation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:151372
    • 提供者:乔尔
  1. book_Huffman

    0下载:
  2. 霍夫曼编码,matlab实现,处理图像为lean图像。-Huffman coding, matlab achieve processing image for lean image.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-02
    • 文件大小:651
    • 提供者:吕飞国
  1. chap10_3

    1下载:
  2. 实现图像的霍夫曼编码和解码,具体实现的MATLAB代码-MATLAB code image Huffman encoding and decoding, the concrete realization of the
  3. 所属分类:Special Effects

    • 发布日期:2016-05-15
    • 文件大小:1024
    • 提供者:冷君阁
  1. HWmatrix

    0下载:
  2. 实现图像的霍夫曼编码和解码,用MATLAB-Huffman coding and decoding to realize image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1166
    • 提供者:hwang
  1. picture_processing_matlab

    0下载:
  2. 对图像进行压缩编码的matlab程序,包括霍夫曼编码、算数编码、行程编码等方法。-Matlab codes for picture processing, including Huffman coding, run-length coding and arithmetic coding.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5457
    • 提供者:张小鹏
  1. Hoffman_coding

    0下载:
  2. 霍夫曼编码及其 Matlab 实现,包括对平均码字长度、信息熵和编码效率的计算。-Huffman coding and Matlab realized, including the average code word length, and entropy coding efficiency calculations.
  3. 所属分类:Special Effects

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

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough line detection Huffman source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:181836
    • 提供者:李丽
  1. DCT-compress

    2下载:
  2. 把图像分成8x8的图像块进行DCT变换压缩,再用霍夫曼编码,其中DCT变换未调用matlab 的函数,可以满足一些作业的要求-The image is divided into 8x8 image blocks of compressed DCT transform, then Huffman coding, which is not the DCT matlab function calls, meet some of the requirements of the job
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:37081
    • 提供者:朱兆琪
  1. workTP1PARTIE1453

    0下载:
  2. Matlab 霍夫曼变换圆检测,能求出最大圆半径及坐标-Huffmam transform for circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:919
    • 提供者:LIU SIYAO
  1. Image-compression

    0下载:
  2. 1. 理解图像压缩的相关概念及图像压缩的主要原则和目的; 2. 掌握霍夫曼编码 3. 掌握几种常见的图像压缩编码方法 4. 利用 MATLAB 程序进行图像压缩-1. Understand the related concepts of image compression and image compression of the main principles and purposes 2. Grasp the Huffman coding 3. The control o
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5112940
    • 提供者:薛菲
  1. huofumanbianma

    0下载:
  2. 使用Matlab进行简单处理,实现霍夫曼编码-Use Matlab for simple processing, Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1032
    • 提供者:小珍
  1. dccompzession

    1下载:
  2. MATLAB实现霍夫曼编码对英文文本的解压缩程序 不错的源码 很好(MATLAB Huffman coding decompression procedure of English text is good source code is very good)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:13312
    • 提供者:Bilqe
  1. JPEG2000压缩加水印

    1下载:
  2. 用MATLAB实现JPEG2000压缩,用霍夫曼编码解码,实现压缩
  3. 所属分类:OpenCV

« 1 2»
搜珍网 www.dssz.com