登录
首页 » matlab » DCT-and-Image-Compression

DCT-and-Image-Compression

于 2014-01-28 发布 文件大小:1KB
0 171
下载积分: 1 下载次数: 8

代码说明:

   DCT and Image Compression In the JPEG image compression algorithm, the input image is divided into 8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each block. The DCT coefficients are then quantized, coded, and transmitted. The JPEG receiver (or JPEG file reader) decodes the quantized DCT coefficients, computes the inverse two-dimensional DCT of each block, and then puts the blocks back together into a single image. For typical images, many of the DCT coefficients have values close to zero these coefficients can be discarded without seriously affecting the quality of the reconstructed image. The example code below computes the two-dimensional DCT of 8-by-8 blocks in the input image, discards (sets to zero) all but 10 of the 64 DCT coefficients in each block, and then reconstructs the image using the two-dimensional inverse DCT of each block. The transform matrix computation method is used.

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

发表评论

0 个回复

  • 39709552PMSM
    pmsm的矢量控制模型,喜欢的可以下载看看,不完善的地方欢迎大家讨论
    2010-02-28 15:39:49下载
    积分:1
  • bldiagmult
    its about MIMO BD algorithm
    2012-09-14 19:12:12下载
    积分:1
  • DFA
    DFA算法。用matlab实现的DFA算法,不保证效率,只保证能运行。(DFA algorithm. DFA algorithm using matlab realize, does not guarantee efficiency, is only guaranteed to run.)
    2020-12-04 10:59:25下载
    积分:1
  • ialm
    不精确拉格朗日法,求解矩阵补全的凸优化问题,可以用该方法实现背景建模(Imprecise Lagrangian method for solving matrix completion convex optimization problem, you can use this method, background modeling)
    2014-05-31 06:50:39下载
    积分:1
  • DIP-ALL
    Matlab source codes in Digital Image Processing
    2010-06-06 19:58:14下载
    积分:1
  • ID3
    BP网络进行分类。matlab源码。经过验证(BP network classification. matlab source code. Proven)
    2010-01-18 14:12:18下载
    积分:1
  • solve-linear-equations-in-matlab
    详细介绍了用迭代法求解线性方程组的方法及其Matlab语言表示。(Iterative method described in detail with the method for solving linear equations and Matlab language said.)
    2011-05-14 12:46:03下载
    积分:1
  • signal
    Generating periodical signals in matlab
    2013-09-06 23:11:01下载
    积分:1
  • zuiyouhuafangfaMatlab
    《最优化方法及其Matlab程序设计》较系统地介绍了非线性最优化问题的基本理论和算法,以及主要算法的Matlab程序设计,主要内容包括(精确或非精确)线搜索技术、最速下降法与(修正)牛顿法、共轭梯度法、拟牛顿法、信赖域方法、非线性最小二乘问题的解法、约束优化问题的最优性条件、罚函数法、可行方向法、二次规划问题的解法、序列二次规划法等。(" Optimization Methods and Matlab programming" more systematic introduction to the basic theory and algorithms nonlinear optimization problem and the main algorithm Matlab programming, the main contents include (exact or non-exact) line search technique, the steepest descent method and (corrected) Newton method, conjugate gradient method, quasi-Newton method, trust region methods, solution of nonlinear least squares problems, constrained optimization problem optimality conditions, penalty function method, feasible direction method, quadratic programming problems The solution, the sequential quadratic programming method.)
    2014-02-25 15:19:48下载
    积分:1
  • 灰色预测MATLAB代码
    说明:  包含两个灰色预测模型的MATLAB代码实现。1.灰色预测GM(1,1)模型。2.改变初始条件,以1-AGO序列的最后一个数据为初始条件的灰色预测模型。(Contains two gray prediction model matlab code. 1. Grey Prediction GM (1,1) model. 2. Change the initial condition, take the last data of 1-AGO series as the initial condition of grey prediction model.)
    2020-02-15 19:00:55下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载