CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - HUFFMAN CODE MATLAB IMAGE

搜索资源列表

  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码

    2下载:
  2. 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
  3. 所属分类:数据结构常用算法

    • 发布日期:2016-04-21
    • 文件大小:2129920
    • 提供者:郑元伟
  1. 6

    1下载:
  2. 编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。 Sobel算子和拉普拉斯算子进行锐化,并比较结果。-Write a program to image the input Huffman coding, the entropy of the original image displayed, encoded, the average code length, and be able to reconstruct the image a
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:218883
    • 提供者:ad
  1. haffuman

    1下载:
  2. 图像处理中压缩编码部分的霍夫曼编码应用实例:MATLAB版源代码-Image Processing coding part of the Huffman code application examples: MATLAB version of the source code
  3. 所属分类:压缩解压

    • 发布日期:2017-05-18
    • 文件大小:1012
    • 提供者:刘兰芳
  1. Code_Huffman

    0下载:
  2. 详细介绍了霍夫曼编码的源代码 用于图象的加密解密程序-Huffman code described in detail the source code for image encryption and decryption process
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:bichaozhi
  1. MATLAB_code_of_image_processing

    2下载:
  2. 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:397915
    • 提供者:guhuxiang
  1. HuffmanandShannon-Fanosourcecoding

    0下载:
  2. Huffman and Shannon-Fano source coding
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:2595
    • 提供者:pooori
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. proje

    0下载:
  2. applied k means clustering for vector quanta and used huffman for image compression matlab code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:10002
    • 提供者:alperen_colak
  1. Huffman

    0下载:
  2. huffman图像压缩编码的matlab代码,可以有效进行图像压缩,熵编码-huffman coding matlab code for image compression, image compression can be effective, entropy coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2655
    • 提供者:tianxia
  1. huffman

    0下载:
  2. 本程序是姚敏那本图像处理书中的赫夫曼定理的源代码,经验证无误。此文档是.m文件的形式,可以直接用matlab打开-This procedure is that the image processing Yao Min Huffman Theorem book source code, proven correct. This document is. M file form that can be opened directly with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2649
    • 提供者:葛菲
  1. huffman

    0下载:
  2. Huffman编码,完成了哈弗曼的编码及matlab的实现,通过该编码可以获得较好的图像压缩-Huffman coding, coding and completed Hafu Man matlab implementation, the adoption of the code can get better image compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:1091
    • 提供者:宋经玮
  1. Huffman-code

    0下载:
  2. Huffman code的matlab程序,用一幅图像作为training image得到像素的Huffman编码,然后编码另外一幅图像,求得average code length。-Huffman code of matlab program, with an image as a training image pixel Huffman coding, then coded another image obtained average code length.
  3. 所属分类:Wavelet

    • 发布日期:2017-11-06
    • 文件大小:139414
    • 提供者:刘星宇
  1. Some-basic-transformations-in-MATLAB

    0下载:
  2. 图像处理的一些基本变换,FFT,IFFT,DCT,IDCT,小波变换,哈夫曼编码等的MATLAB程序代码。-Some basic image processing transform, FFT, IFFT, DCT, IDCT, wavelet transform, Huffman coding MATLAB program code.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:838656
    • 提供者:Hopre
  1. huffman

    0下载:
  2. matlab图像处理中的哈夫曼编码,主函数源代码。-matlab image processing Huffman coding, the main function of the source code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1418
    • 提供者:孙彬
  1. huffman

    0下载:
  2. matlab function that generates huffman code for image
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1928
    • 提供者:doki2156
  1. MATLAB-tuxiangchuli-Hough-jaince-

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码,欢迎大家下载-MATLAB image processing Hough line detection Huffman source code, welcome to download
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-28
    • 文件大小:190316
    • 提供者:
  1. HuffmanPcodePinPmatlabPfo

    0下载:
  2. matlab project for huffman code for image compression that convert image to the binery and than create its treee and docode to reduce its size-matlab project for huffman code for image compression that convert image to the binery and than create its
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3917322
    • 提供者:ihtsfam
  1. huffman

    0下载:
  2. 对数字图像进行哈夫曼变换的MATLAB源码-Digital image Huffman transform MATLAB source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1046
    • 提供者:王根胜
  1. huofuman

    0下载:
  2. 图像的霍夫曼编码,MATLAB程序,可以直接运行,求图像的平均码长,信息熵(The Huffman code of the image, MATLAB program, can run directly, the average code length of the image, information entropy.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:48128
    • 提供者:君羊木
« 12 »
搜珍网 www.dssz.com