登录
首页 » matlab » jpeg

jpeg

于 2020-11-30 发布 文件大小:1001KB
0 168
下载积分: 1 下载次数: 12

代码说明:

  jpeg图像压缩和解压缩过程,使用的哈弗曼表包含于程序中,内有详细的文件说明(jpeg image compression and decompression process, the use of Huffman tables included in the program, with detailed documentation)

文件列表:

jpeg
....\AC_Huffman.asv,8245,2013-04-13
....\AC_Huffman.m,8320,2013-04-13
....\AC_Huffuman2RS1.asv,3505,2013-04-15
....\AC_Huffuman2RS1.m,3509,2013-04-13
....\AC_Huffuman2RS2.m,3333,2013-04-09
....\chansheng.mdl,60224,2013-04-13
....\DC_Huffman.asv,1342,2013-04-12
....\DC_Huffman.m,1382,2013-04-12
....\DC_Huffman2SSSS1.asv,624,2013-04-13
....\DC_Huffman2SSSS1.m,624,2013-04-13
....\DC_Huffman2SSSS2.m,596,2013-04-08
....\DC_SSSSHuffman2DIFF.asv,367,2013-04-08
....\DC_SSSSHuffman2DIFF.m,394,2013-04-08
....\fan_zigzag.asv,1041,2013-04-11
....\fan_zigzag.m,1012,2013-04-12
....\Huffman2number.asv,831,2013-04-11
....\Huffman2number.m,856,2013-04-12
....\I_DCT.m,441,2013-04-11
....\jpegcolor.m,1942,2013-04-07
....\jpeggray.asv,1086,2013-04-11
....\jpeggray.m,1086,2013-04-11


....\main_f.asv,273,2013-04-15
....\main_f.m,260,2013-04-11
....\Readme.txt,139,2009-05-16
....\SSSSHuffman2DIFF.m,428,2013-04-10
....\test04.m,266,2009-05-15
....\Untitled.asv,547,2013-04-08
....\Untitled.m,371,2013-04-08
....\Zigzag.m,381,2013-04-06

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SegofBrainMRI
    Segmentation of MRI using fuzzy connectedness
    2011-09-19 10:02:52下载
    积分:1
  • 小波边缘检测
    说明:  数学地角度来看,信号与图像处理可以统一看作是信号处理(图像可以看作是二维信号),在小波分析地许多分析的许多应用中,都可以归结为信号处理问题。对于其性质随时间是稳定不变的信号,处理的理想工具仍然是傅立叶分析。但是在实际应用中的绝大多数信号是非稳定的,而特别适用于非稳定信号的工具就是小波分析。(Mathematically, signal and image processing can be regarded as signal processing (image can be regarded as two-dimensional signal). In many applications of wavelet analysis, they can be reduced to signal processing. For signals whose properties are stable over time, the ideal tool for processing is still Fourier analysis. However, most of the signals in practical applications are unstable, and the tool especially suitable for unstable signals is wavelet analysis.)
    2020-06-18 02:20:01下载
    积分:1
  • BFSPDFS
    广度优先搜索和深度优先搜索在网络拓扑图上的实现。广度优先搜索是从某一节点开始,搜索与其线连接的所有节点,按照广度方向像外扩展,直到不重复遍历所有节点;深度优先搜索是从某一节点开始,沿着其搜索到的第一个节点不断深入下去,当无法再深入的时候,回溯节点,然后再在回溯中的某一节点开始沿另一个方向深度搜索,直到不重复的遍历所有节点。 (Breadth-first search and depth-first search in the network topology is realized. Breadth-first search is started from a node, searching all the nodes connected to its line, in accordance with the breadth direction as extracapsular extension, until no repeat traverse all nodes depth-first search is started from a node along its search to the first nodes deepening it, when it can not go any further, backtracking node, and then back again in the beginning of a node depth search in the other direction until the non-repetition of the traverse all nodes.)
    2013-08-10 10:37:12下载
    积分:1
  • 最大最小距离算法matlab代码
    最大最小距离算法matlab代码,注释比较详细(Maximum minimum distance algorithm matlab code)
    2018-05-12 16:13:29下载
    积分:1
  • bin
    说明:  小波去噪 matlab小波去噪详解超全超全有程序,小波去噪,硬阈值软阈值(Wavelet denoising Matlab wavelet de-noising details super full super full program, wavelet de-noising, hard threshold soft threshold)
    2020-04-17 23:56:28下载
    积分:1
  • 产生螺旋波面的m文件 vortex
    产生螺旋波面的m文件,拓扑核数是3,相位改变量和高度可以自己调节。内附平面波和球面波的示意图以及产生的图片(generating helical wavefront whose topological number is three)
    2016-07-20 09:18:24下载
    积分:1
  • EM_lgorithmrsegimage
    用EM算法进行图像的分割,matlab源代码。(EM algorithm using image segmentation, matlab source code.)
    2021-04-27 13:38:44下载
    积分:1
  • Chapter4
    数字图像处理,包括图像的卷积,相关,线性滤波处理,边缘检测都是运用labview来完成的。(Digital image processing, including images, linear convolution, filter, edge detection is accomplished using labview)
    2010-08-25 15:49:27下载
    积分:1
  • adapthisteq
    说明:  对限制对比度自适应直方图均衡化算法adapthisteq进行了解释。可用于图像增强(Contrast to the limited adaptive histogram equalization algorithm adapthisteq is explained. Can be used for image enhancement)
    2021-03-18 11:29:21下载
    积分:1
  • 稀疏融合
    利用DCT字典对图形进行稀疏表示,实现两幅图像的融合(Using the DCT dictionary to sparse representation of the graphics to achieve the fusion of two images)
    2020-07-13 17:08:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载