登录
首页 » matlab » matlab-imageprocess

matlab-imageprocess

于 2009-11-24 发布 文件大小:4KB
0 242
下载积分: 1 下载次数: 10

代码说明:

  这个资料为数字图像处理技术方面matlab的入门资料,讲述了matlab的数字图像处理工具包的使用,以及基本的图像处理函数.(This information technologies for digital image processing matlab introductory information about the digital image processing matlab toolkit to use, and basic image processing functions.)

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

发表评论

0 个回复

  • Steganography_Against_RSandGPC
    一种改进的LSB Steganography 以抵抗“RS分析法”和GPC Steganalysis(LSB Steganography against RS and GPC)
    2015-12-24 20:46:40下载
    积分:1
  • li9_23
    clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型 计算7个不变矩 [nc,nr]=size(A) [x,y]=meshgrid(1:nr,1:nc) 得到网格 x=x(:) y=y(:) A=A(:) m.m00=sum(A) if m.m00==0 m.m00=eps end m.m10=sum(x.*A) m.m01=sum(y.*A) 计算均值 xmean=m.m10/m.m00 ymean=m.m01/m.m00 计算中心矩(li9_23.rar cm.cm00=m.m00 cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2) cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5) cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2) cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5) cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2) cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5) cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5) im(1)=cm.cm20+cm.cm02 im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2 im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2 im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2 im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)... +(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2) im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)... +4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03) im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)... *()
    2010-10-17 21:53:14下载
    积分:1
  • trous
    采用多孔trous算法(undecimated wavelet transform)实现小波变换,用的是一维信号 (The use of porous trous algorithm (undecimated wavelet transform) the realization of wavelet transform, using a one-dimensional signal)
    2006-10-15 09:59:17下载
    积分:1
  • ptsymmetry
    模拟光在具有PT-symmetry 的固体结构里的传播,这是当前一个非常前沿的研究领域(The analog light in the spread of the solid structure of the PT-symmetry, which is a very cutting-edge research areas)
    2012-11-11 03:14:05下载
    积分:1
  • samples_emg(10sec)
    it is sample for noise reducing signal
    2015-04-08 14:13:18下载
    积分:1
  • tunming
    仿真效果非常好,包含特征值与特征向量的提取、训练样本以及最后的识别,小波包分析提取振动信号中的特征频率。( Simulation of the effect is very good, Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition, Wavelet packet analysis to extract vibration signal characteristic frequency.)
    2017-02-27 13:36:41下载
    积分:1
  • rayleigh-clutter
    符合瑞利包络的杂波功率谱与幅度概率密度函数。(The spectral power spectrum and amplitude probability density function of Rayleigh envelope)
    2021-01-13 10:58:48下载
    积分:1
  • calc_fundamentalFrequency
    Calculate fundamental frequency
    2012-09-19 21:31:07下载
    积分:1
  • NW
    说明:  Needleman-Wunsch algorithm Matlab.
    2012-05-13 01:01:44下载
    积分:1
  • CPhbl202
    超宽带基础的基本程序,非常不错的小程序,省不少事情啊(the basic procedures, a very good small procedures, many of the things the provincial ah)
    2007-04-19 13:16:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载