登录
首页 » matlab » DCT_JPEG

DCT_JPEG

于 2011-05-16 发布 文件大小:171KB
0 98
下载积分: 1 下载次数: 230

代码说明:

  给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)

文件列表:

ACHuffmanEncoding.m,14872,2011-05-13
DCHuffmanEncoding.m,3508,2011-05-13
func_DCTJPEG.m,8473,2011-05-13

PSNR.m,321,2011-05-13
zigzag.m,1221,2011-05-13

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

发表评论

0 个回复

  • TVD_nonconvex_software_2014
    凸一维总变差去噪与非凸正则化,内有文献参考。值得学习(One-dimensional convex total variation denoising non-convex regularization, the literature reference. Worth learning)
    2014-09-06 21:02:57下载
    积分:1
  • Line-detection-method
    提出了一种基于图像边缘连接的线段检测方法。数字图像中的线段是由很多线段图元组成,在同一 条线段中,它们的方向是相同的并且受到真实线段的方向约束。因此可以通过提取小的线段图元, 然后分析它们 的连接特性, 进行线段的检测。首先用ADM 算法对图像进行边缘检测, 得到单像素宽的边缘 然后在4 个方向上 进行线段的检测 对初步得到的结果进行合并和验证, 去掉短的线段, 连接临近的线段。经过实验证明, 该方法能 够快速地提取图像中的线段,并且对噪声具有一定的鲁棒性(A line segment connecting a detection method based on image edges. The segment of the digital image is composed by many segments elements, their orientation is the same and by the real line segment direction constraint in the same segment. By extracting a small segment Element can then analyze their connection characteristics for the detection of the line segment. First with ADM algorithm for edge detection on the image to obtain a single-pixel-wide edge then in the four directions on the detection of the line segments merger and verification of the preliminary results obtained, removing the short line segments, the line segments connected near. The experiments show that this method can quickly extract the line segments in the image, and certain robustness to noise)
    2013-04-13 19:12:46下载
    积分:1
  • 611821311120059151724214871417
    相当的经典啊 是基于MATLAB的 大家做图像匹配的都可以用的到(Fairly classic MATLAB-ah is based on the U.S. to do image matching can be used to)
    2008-06-12 15:28:31下载
    积分:1
  • SLIC
    超像素分割程序,既有原码,也有可执行程序,验证过,好用。(Super-pixel segmentation procedure, both the original code, there are executable programs, proven, easy to use.)
    2021-01-18 16:08:42下载
    积分:1
  • four-denosing-procedure
    四种图像去噪程序,给原图像分别加上高斯噪声,椒盐噪声,乘性噪声,脉冲噪声后进行去噪,输出去噪后的图像(Four image denoising procedures, to the original image plus Gaussian noise, salt and pepper noise, multiplicative noise, impulse noise the Denoising output denoised image)
    2012-11-15 10:48:46下载
    积分:1
  • PCA
    主成分分析方法(PCA),PCA算法的理论依据是K-L变换,通过一定的性能目标来寻找线性变换W,实现对高维数据的降维。(Principal component analysis (PCA), PCA algorithm is based on the theory of KL transform, through a certain performance targets to find the linear transformation W, the realization of high-dimensional data, dimensionality reduction.)
    2008-06-02 11:10:27下载
    积分:1
  • SHAPE-FROM-CODED-APERTURE-
    本文中我们提出一个新颖的算法分析和 估计深度从单个图像捕捉到一个编码的孔径 相机。这是一个具有挑战性的问题,需要 新的工具和调查,而多视点重建。 (In this paper we present analysis and a novel algorithm to estimate depth from a single image captured by a coded aperture camera. This is a challenging problem which requires new tools and investigations, compared with multi-view reconstruction.)
    2012-10-30 16:12:27下载
    积分:1
  • matlab运算
    说明:  最简单的进行两图像的加减和异或,同或,运算。(The simplest operation is to add and subtract two images, and to add and subtract two images.)
    2019-02-27 15:56:16下载
    积分:1
  • 自动生长区域法
    说明:  区域生长算法。不用手动选择种子点,可自动选择。(Image segmentation by growing region method. No manual selection of seed points, automatic selection)
    2019-10-27 19:02:02下载
    积分:1
  • K-means
    按照最邻近原则把待分类样本点分到各个簇。然后按平均法重新计算各个簇的质心,从而确定新的簇心。一直迭代,直到簇心的移动距离小于某个给定的值。(According to the nearest neighbor principle, the sample points to be classified are divided into clusters. Then the centroid of each cluster is recalculated according to the average method to determine the new cluster center. Iterate until the moving distance of the cluster center is less than a given value)
    2020-06-19 03:00:01下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载