登录
首页 » matlab » chapter1

chapter1

于 2010-04-22 发布 文件大小:808KB
0 240
下载积分: 1 下载次数: 0

代码说明:

说明:  《数字图像处理与机器视觉:Visual C++与Matlab实现》1 图像的点运算,图像的几何变换,空间域图像增强(" Digital image processing and machine vision: Visual C++ and Matlab to achieve" an image of the point operation, image geometric transformation, spatial domain image enhancement)

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

发表评论

0 个回复

  • Ztranstest
    在matlab下实现了z变换,给出了分析、源文件和输出的零极点图(Matlab achieved in the z transform, gives an analysis of the source file and output zero-pole diagram)
    2008-01-18 20:30:01下载
    积分:1
  • Dirac_Source
    说明:  微波光子滤波器能够实现在光域内直接对射频信号的处理,并且较易实现可调谐性和传输函数的快速重构,从而成为微波光子学的一个重要研究内容.本代码提供了一般性的结构仿真,并且还说明了切趾响应对MSSR的影响。(Microwave photon filter can process RF signal directly in optical domain, and it is easy to realize tunability and fast reconstruction of transmission function, which has become an important research content of microwave photonics. This code provides general structure simulation, and also explains the effect of toe cutting on MSSR.)
    2020-06-09 08:15:34下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • SVM
    SVM工具箱,做分类和回归用很好。6.5下测试通过。(SVM Toolbox, to do with a good classification and regression. 6.5 under test.)
    2010-12-12 04:24:29下载
    积分:1
  • Fuzzy-neural1
    首先要对样本进行聚类分析,以此来确定模糊规则个数。利用K-means法对样本聚类。(First cluster analysis of samples, in order to determine the number of fuzzy rules. Method using K-means clustering of the sample.)
    2011-06-30 08:26:43下载
    积分:1
  • tvrestoration
    利用PDE神经网络进行图像复原,较好的保留了源图像的边缘。(The use of PDE neural network for image restoration, the better to retain the edge of the source image.)
    2010-03-12 16:25:56下载
    积分:1
  • d3iaetest
    新息估计卡尔曼滤波下的仿真例子,运行通过,无错误(The new interest rate is estimated Kalman filter simulation example)
    2013-03-21 19:05:48下载
    积分:1
  • LABILE
    LENIAL protocol DOC for WSN
    2014-11-21 05:07:57下载
    积分:1
  • PSNR
    This is a code for calculating PSNR of two images.
    2014-01-04 15:30:53下载
    积分:1
  • 10.1.1.119.7105
    pv solar energy using matlab
    2011-10-28 01:23:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载