登录
首页 » matlab » jpeg

jpeg

于 2010-11-13 发布 文件大小:181KB
0 219
下载积分: 1 下载次数: 211

代码说明:

  本代码用matlab实现了图像的Jpeg编解码,使我的毕业设计,在这里与大家共享。(The code is implemented using matlab Jpeg image codec, so my graduation, and share here.)

文件列表:

4
.\AcCode.m,964,2009-09-21
.\cate.m,52,2009-09-20
.\code.asv,874,2009-09-26
.\code.m,941,2009-09-26
.\code.mat,261,2009-09-26
.\czigzag.m,587,2009-09-18
.\DcCode.m,491,2009-09-21
.\decipher.mat,323,2009-09-26

.\decode.m,3286,2009-09-22
.\evaluate.m,198,2009-09-22
.\getbin.m,202,2009-09-18
.\getnum.m,281,2009-09-17
.\hall.mat,75386,2009-09-03
.\hall_code.mat,19120,2009-09-22
.\hall_decode.mat,18354,2009-09-26
.\hall_gray.mat,18895,2009-09-22
.\hall_new.mat,18357,2009-09-22
.\jpegcodes.mat,4555,2009-09-26
.\JpegCoeff.mat,668,2009-09-18
.\main.m,207,2009-09-22
.\mydct.m,267,2009-09-20
.\myidct.m,266,2009-09-20

.\zigzag.m,439,2009-09-17

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

发表评论

0 个回复

  • SpaRSA_2.0
    压缩感知重建算法,SPARSA算法,与大家一起交流(Compressed sensing reconstruction algorithm, sl0 algorithm exchanges, together with you)
    2009-05-06 15:16:54下载
    积分:1
  • digital-watermark-
    基于傅里叶变换的数字水印嵌入技术,可用于图像加密领域。(Based on the Fourier transform of the digital watermark technology )
    2012-02-28 16:11:23下载
    积分:1
  • Kalman_Filter
    卡尔曼滤波源代码 Some brief notes ---------------- kfdemo.m is a Matlab script file to run a demonstration of the Bayesian Kalman filter. It loads file kfdemo.mat (saved as version 4 so that it will read in either v4 or v5 Matlab). The other files are called by kf.m (the Kalman filter) or included as they may be useful. Normalis.m normalises data to zero-mean, unit variance along components. I always do this before any further analysis. Steve Roberts 7-2-98 (Kalman filter source code Some brief notes kfdemo.m is a Matlab script file to run a demonstration of theBayesian Kalman filter. It loads file kfdemo.mat (saved as version 4so that it will read in either v4 or v5 Matlab). The other files are called by kf.m (the Kalman filter) or includedas they may be useful. Normalis.m normalises data to zero-mean, unit variance along components. I always do this before any furtheranalysis.Steve Roberts 7-2-98)
    2008-04-05 16:47:47下载
    积分:1
  • imm_cs
    此程序为交互多模型的滤波器设计,采用了当前统计模型,跟踪效果比较理想(This program is interacting multiple model filter design, the current statistical model, the effect of tracking is ideal)
    2012-08-02 21:35:43下载
    积分:1
  • DetectionofTonguesCrackBasedonAdaptiveThreshold
    摘 要:舌象中的裂纹是中医舌诊中的重要内容。由于拍摄条件的不同,舌象质量有较大差异,传统的阈值选取方法并不 适用。文中提出一种舌象裂纹检测的自适应阈值选择方法。该方法利用舌象的L 3 a 3 b 色彩特征及区域的分裂- 合并, 对舌象进行区域分割,自适应地选取舌中部区域的色彩值作为阈值,对整个舌象进行裂纹提取。经验证,本方案对不同的 舌象能较好地提取出裂纹,实现舌象裂纹诊断的客观化。(Tongue’ s crack is a very important part of herbalist doctor diagnosis. For the different screen conditions , there are many differ2 ences on the tongue’ s quality. It is not effective to use the t raditional threshold ext raction algorithm. In order to solve this problem , pro2 pose a new adaptive threshold algorithm. Present the segmentation of the image of tongue by using the feature on tongue in the L 3 a 3 b color space and the split- combining algorithm. Then use the threshold , which is the color value ext racted automatically in the middle of the tongue , to detect the crack of the whole tongue. The experiments show that this approach is able to distill the crack effectively to different tongue images , and achieve the objectivity of the diagnosis based on the tongue’ s crack.)
    2020-08-27 19:58:13下载
    积分:1
  • Image-de-noising-algorithm-using
    提出了一种基于非下采样Contourlet 变换的自适应图像去噪方法 首先对噪声图像进行非下采样Contourlet 变换,得到各 个尺度各个方向子带的系数,再根据该系数的能量自适应地调整去噪阈值 实验表明,与Contourlet 多尺度阈值去噪 Contourlet 自 适应阈值去噪相比,该方法在保留图像边缘细节的同时,能提高图像的PSNR 值,减少了Gibbs 现象(A new adaptive method of image de-noising based on NonSubsampled Contourlet Transform (NSCT)is presented.Firstly, the noisy image is decomposed into a set of multiscale and multidirectional frequency subbands by NSCT, and then the threshold is adapted automatically according to the energy of subband coefficients.Compared with the multi-scale threshold using contourlet transform and using adaptive threshold based on contourlet transform, the simulation results show that the performance of this method is superior in PSNR, meanwhile it can maintain the image edge and reduce the Gibbs phenomen)
    2012-07-20 10:49:25下载
    积分:1
  • fire-dete
    基于颜色来检测火焰,将是频频分帧,然后逐帧检测,碧昂切将火焰全画出来,基础编程。(Based on color to test the flame, basic programming )
    2012-04-23 20:54:52下载
    积分:1
  • image_block
    几个将图像分块,将分块图像拼接,和裁减图像的实用小程序(several image block to block image mosaic, and the reduction of small images of practical procedures)
    2021-04-20 16:58:50下载
    积分:1
  • sift-introduction
    SIFT特征匹配算法是目前国内外特征点匹配研究领域的热点与难点,其匹配能力较强,可以处理两幅图像之间发生平移、旋转、仿射变换情况下的匹配问题,甚至在某种程度上对任意角度拍摄的图像也具备较为稳定的特征匹配能力。该算法目前外文资料较多,但中文方面的介绍较少.(SIFT feature matching algorithm is at home and abroad feature points matching hot area of ​ ​ research and difficulties in its matching capability that can handle between the two images, translation, rotation, the matching problem in the case of affine transformation, and even to some extent have a relatively stable feature of the ability to match images taken on any angle. The algorithm is more foreign materials, but the Chinese introduction less.)
    2012-07-02 17:21:06下载
    积分:1
  • mubiaogenzong
    目标跟踪源码,MATLAB编写的!里面包含三个子函数!(target tracking source, MATLAB! Functions of which contains three!)
    2006-08-12 10:14:10下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载