登录
首页 » matlab » Imageprocessing

Imageprocessing

于 2009-02-19 发布 文件大小:234KB
0 410
下载积分: 1 下载次数: 169

代码说明:

  包括图像分析的四部分代码:matlab扩散和高斯函数,线性扩散,线性复扩散,非线性扩散。(It contains four parts: [1]MATLAB function:diffusion.m gauss.m [2]Linear diffusion Applying linear diffusion to images creating linear scale-space. MATLAB code: demo_lin.m Image: haifa1.bmp [3]Linear complex diffusion Applying linear complex diffusion creating Gaussian and Laplacian scale-spaces. MATLAB code: demo_cmplin.m [4]Nonlinear diffusions: Perona-Malik ["Anisotropic diffusion"] Catte et al. regularization of P-M Complex ramp-preserving diffusion Nonlinear edge preserving diffusions.The classical Perona-Malik process: the value of the diffusion coefficient is reduced near edges estimated by the first derivative. Best applied to step edges. A regularized version by Catte et al- the gradient estimation for controlling the process is smoothed by a Gaussian. Proved to be mathematically well-posed. Ramp preserving complex diffusion- best for ramp-type edges. Results are smoother with almost no staircasing effects. MATLAB code: demo_nldif.m Image: ct_scan.bmp)

文件列表:

图像程序代码

............\demo_cmplin.m
............\demo_lin.m
............\demo_nldif.m
............\diffusion.m
............\gauss.m

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

发表评论

0 个回复

  • MATLABduoxiangshi
    说明:  MATLAB在多项式计算中的应用,能帮助你轻松解决多项式计算问题。(MATLAB in the polynomial calculation can help you easily solve the problem of polynomial calculation.)
    2008-09-04 22:10:26下载
    积分:1
  • noise
    说明:  如何使用同余法生成白噪声 如何使用白噪声通过3种不同的iir滤波器生成粉红噪声(How to use the same method to generate more than white noise white noise through the use of three kinds of different filter iir Pink Noise Generator)
    2009-08-20 15:51:43下载
    积分:1
  • 06426456
    应用于连续周期不稳定混沌系统稳定控制的一种新的方法(A new method for stabilizing unstable periodic orbits of continuous-time systems. Application to control of chaos)
    2013-03-22 10:44:52下载
    积分:1
  • downlink_scrambling
    TD-LTE PMCH MATLAB source code
    2011-04-27 18:35:21下载
    积分:1
  • chap2
    程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 (Procedure Code Description P0201: MATLAB assignment P0202: MATLAB for loop in P0203: MATLAB for loop and if the condition P0205: MATLAB image processing basics P0206: MATLAB high-level image processing operations P0207: RGB image created according to a gray image P0208: binary image of the check against action P0209: use the imshow function to display images P0210: in the same window display two images)
    2010-05-17 18:18:14下载
    积分:1
  • OF123456
    OF,实际上OF是MCM Multi-CarrierModulation,多载波调制的一种。其主要思想是:将信道分成若干正交子信道,将高速数据信号转换成并行的低速子数据流,调制到在每个子信道上进行传输。正交信号可以通过在接收端采用相关技术来分开,这样可以减少子信道之间的相互干扰 ICI 。每个子信道上的信号带宽小于信道的相关带宽,因此每个子信道上的可以看成平坦性衰落,从而可以消除符号间干扰。而且由于每个子信道的带宽仅仅是原信道带宽的一小部分,信道均衡变得相对容易。在向B3G/4G演进的过程中,OFDM是关键的技术之一,可以结合分集,时空编码,干扰和信道间干扰抑制以及智能天线技术,最大限度的提高了系统性能。(OF)
    2010-05-21 14:59:58下载
    积分:1
  • eemd
    eemd的matlab源程序 能够较好的实现信号的预处理(EEMD matlab source code to achieve the signal preprocessing better)
    2013-08-27 09:51:34下载
    积分:1
  • sweeper
    用matlab编写的扫雷小游戏,能自由设置雷的个数,方法跟之前玩的一样,挺好玩的,初学的人可以看看具体程序怎样实现的(Using matlab mine game, free to set the number of mine, to play the same way as before, quite good fun, people can look at the beginner how to achieve the specific procedures)
    2011-11-08 13:18:52下载
    积分:1
  • ARMA_predict
    MATLAB编写的ARMA建模程序,可实现UI打开EXCEL文件,自动选取合适滞后阶数ARMA建模和任意几期预测。(ARMA modeling program written in MATLAB, enabling the UI Open EXCEL file and automatically selects the appropriate number of lags several of ARMA modeling and forecasting arbitrary.)
    2013-11-12 15:27:10下载
    积分:1
  • consellation
    在:1)理想无噪生条件,2)SNR=10dB,3)SNR=20dB,4)两径衰落信 道{0, 0}、{-6dB,-10symbol}条件下,分别产生 1000 个符号的 QPSK、8PSK、 16QAM 星座点, 画出信号序列的星座图, 提交电子版信号产生、 加噪、 显示的*.m 程序和电子版 WORD 报告。 报告要求给出原理描述、 框图和分析说明输出结果。(In: 1) an ideal noiseless Health conditions, 2) SNR = 10dB, 3) SNR = 20dB, 4) two-path fading channel {0, 0}, {-6dB,-10symbol} under conditions generate 1,000 symbols QPSK, 8PSK, 16QAM constellation points, draw constellation signal sequence, submit an electronic version of the signal, noise, display*. m procedures and electronic WORD report. Reporting requirements given Principles, and the analysis shows a block diagram of the output.)
    2020-07-02 22:00:01下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载