登录
首页 » matlab » 图像处理-去噪、压缩(Matlab GUI)

图像处理-去噪、压缩(Matlab GUI)

于 2020-09-05 发布
0 138
下载积分: 1 下载次数: 2

代码说明:

说明:  MATLABC基础学习,GUI编程,降噪,图像处理-去噪、压缩(Matlab GUI)(MATLABC basic learning, GUI programming, noise reduction, image processing-denoising, compression (Matlab GUI))

文件列表:

图像处理-去噪、压缩(Matlab GUI)\actxlicense.m, 112 , 2014-03-18
图像处理-去噪、压缩(Matlab GUI)\bin2grayvalue.m, 463 , 2014-03-21
图像处理-去噪、压缩(Matlab GUI)\bytes.m, 314 , 2009-01-04
图像处理-去噪、压缩(Matlab GUI)\compression.m, 904 , 2014-03-21
图像处理-去噪、压缩(Matlab GUI)\dsp1.asv, 23022 , 2014-03-23
图像处理-去噪、压缩(Matlab GUI)\dsp1.fig, 12792 , 2014-03-23
图像处理-去噪、压缩(Matlab GUI)\dsp1.m, 20715 , 2014-03-23
图像处理-去噪、压缩(Matlab GUI)\dsp1_2.asv, 22537 , 2014-03-27
图像处理-去噪、压缩(Matlab GUI)\dsp1_2.fig, 9969 , 2014-03-27
图像处理-去噪、压缩(Matlab GUI)\dsp1_2.m, 22543 , 2014-03-27
图像处理-去噪、压缩(Matlab GUI)\entropy.m, 252 , 2008-12-30
图像处理-去噪、压缩(Matlab GUI)\erms.m, 136 , 2009-01-02
图像处理-去噪、压缩(Matlab GUI)\exJPEG.m, 289 , 2014-03-22
图像处理-去噪、压缩(Matlab GUI)\frequency.m, 295 , 2008-12-26
图像处理-去噪、压缩(Matlab GUI)\grey2binvalue.m, 533 , 2014-03-21
图像处理-去噪、压缩(Matlab GUI)\huffdecode.m, 1105 , 2008-12-22
图像处理-去噪、压缩(Matlab GUI)\huffencode.m, 3201 , 2008-12-26
图像处理-去噪、压缩(Matlab GUI)\imageratio.m, 115 , 2009-01-04
图像处理-去噪、压缩(Matlab GUI)\imfreqfilt.m, 729 , 2014-03-18
图像处理-去噪、压缩(Matlab GUI)\imgaussflpf.m, 285 , 2014-03-19
图像处理-去噪、压缩(Matlab GUI)\imidealflpf.m, 346 , 2014-03-18
图像处理-去噪、压缩(Matlab GUI)\jpegdecode.m, 1524 , 2008-12-22
图像处理-去噪、压缩(Matlab GUI)\jpegencode.m, 1987 , 2009-01-04
图像处理-去噪、压缩(Matlab GUI)\psnr2.m, 372 , 2014-03-18
图像处理-去噪、压缩(Matlab GUI)\uncom.m, 326 , 2014-03-21
图像处理-去噪、压缩(Matlab GUI)\操作说明.docx, 599810 , 2014-03-29
图像处理-去噪、压缩(Matlab GUI), 0 , 2015-12-12

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

发表评论

0 个回复

  • imag
    proces matlab proces matlab proces matlab
    2014-10-01 15:54:34下载
    积分:1
  • Space-Time-Wireless
    《Introduction to Space-Time Wireless Communications 》By Arogyaswami Paulraj(Introduction to Space-Time Wireless Communications By Arogyaswami Paulraj)
    2015-03-25 20:32:27下载
    积分:1
  • Mean_C-based_multi-class_pattern_recognition
    基于C均值的多类模式识别,满足正态分布的样本进行分类训练。(Mean C-based multi-class pattern recognition, classification of samples to meet the normal training.)
    2011-01-09 01:36:31下载
    积分:1
  • MatLab7Programming
    MATLAB7.0的英文版教程,由浅到深!易学易读~~~ ~`(MATLAB7 in English and guidance from shallow to deep! Changes accessibility ~~~~~~~`)
    2006-12-15 22:28:28下载
    积分:1
  • Interference
    用matlab模拟光的干涉实验,两个相干光源干涉实验(Matlab simulation light interference experiment )
    2012-05-24 22:43:36下载
    积分:1
  • simulink
    利用SIMULINK 来实现16QAM的仿真,并分析QAM的系统性能。(16QAM using SIMULINK to realize the simulation, and analysis of system performance QAM.)
    2009-05-09 21:25:02下载
    积分:1
  • (try2)
    FIR数字滤波器的最优设计(基于MATLAB软件的设计)(FIR digital filter the optimal design (based on MATLAB software design))
    2007-05-09 17:08:38下载
    积分:1
  • data_mining1
    This contains the data mining implementation for classifiers
    2013-11-18 07:08:51下载
    积分:1
  • DTW
    DTW算法的程序,申请两个n*m的矩阵D、d,分别为累积距离和帧匹配距离。这里n和m为测试模版与参考模版的帧数。然后通过一个循环计算两个模版的帧匹配距离d。接下来进行动态规划,为每个格点 (i,j)都计算其三个可能的前续格点的累积距离D1,D2,D3。考虑到边界问题,有些前续格点可能不存在,因此加入一些判断条件最后利用最小值函数min(),找到三个前续格点的累积 距离作为累积距离,与当前帧的匹配距离d(i,j)相加,作为当前格点的累积距离。该计算过程一直达到格点(n,m),并将D(n,m)输出,作为模版匹配的结果。(DTW algorithm procedures, apply two n* m matrix D, d, respectively, accumulated distance and frame matching distance. Where n and m is a reference test pattern and the template frames. Then through a loop to calculate two frames template matching distance d. Next, dynamic programming, for each grid point (i, j) are calculated from the cumulative D1 before the renewal of its three possible lattice point, D2, D3. Taking into account the boundary problem, some former continued grid point may not exist, so add some conditions to determine the final use of the minimum function min (), found three former continued accumulation of grid points cumulative distance as the distance from the current frame to match the d (i, j) added, and a current cumulative distance grid. This calculation has reached the grid (n, m), and D (n, m) output, as a result of template matching.)
    2014-05-05 14:30:21下载
    积分:1
  • 123
    说明:  利用matlab对啁啾取样光栅的光谱的透射谱进行模拟(Chirped sampled grating using matlab on the spectrum of the simulated transmission spectra)
    2011-03-22 16:35:58下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载