登录
首页 » matlab » matlabtuxiangchulidaima

matlabtuxiangchulidaima

于 2006-11-30 发布 文件大小:11KB
0 331
下载积分: 1 下载次数: 17

代码说明:

  P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理(P0301 : digital image data matrix display and Fourier Transform P0302 : Two-dimensional discrete cosine transform image compression P0303 : Gray used a new method to enhance the contrast of the image P0304 : histogram equalization P0305 : Simulation images by white Gaussian noise and Impulse noise impact P0306 : 2D median filtering function medfilt2 right by the Salt and Pepper image noise filtering P0307 : MATLAB filter2 the function of noise interference by the image filtering P0308 : Image Adaptive Filter Weiner P0309 : use five different gradient Enhancement Act for image sharpening P0310 : Images of the high-pass filtering and mask handling P0311 : use Butterworth (Butterworth) low-pass filter to noise interference by the image smoothing P 0312 : Butterworth (Butterworth) high-pass fi)

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

发表评论

0 个回复

  • ge1dbif
    nice and compact file for generating 1D bifurcation plot
    2010-09-29 19:21:10下载
    积分:1
  • 16-QAM-Rayleigh
    this is simmulation 16-qam modulation in rayleigh channel
    2009-12-18 01:49:08下载
    积分:1
  • Conventional-Optimal-Power-Flow-Analysis-Using-th
    Conventional Optimal Power Flow Analysis Using the Matlab Optimization Toolbox
    2014-01-17 15:14:14下载
    积分:1
  • twoflame
    基于matlab的火焰高度求解,主要使用的是分布概率法,实验将视频中的火焰按帧取出1512张火焰图进行火焰分析,涉及到灰度图、二值化以及其他MATLAB函数应用。简洁明了,适合学习,且具有一定的工程意义。(This is a program solving the height of falme which based on matlab,mainly used the distributing probabilty.The experiment is analysed by 1512 flame picture which producded by a 3 minute video.The analysis is concerned with Gray,THresholding and other matlab function.The program is simple but important to engineering!)
    2021-04-21 14:58:49下载
    积分:1
  • music
    《空间谱估计原理与算法》多重信号分类法估计matlab源代码(" Space Spectrum Estimation Principle and Algorithm" multiple signal classification method estimates matlab source code)
    2009-03-03 20:44:31下载
    积分: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
  • PSNR
    This is a code for calculating PSNR of two images.
    2014-01-04 15:30:53下载
    积分:1
  • danxiangguangfu
    光伏电池的最大功率点跟踪simulink模型 (PV maximum power point tracking simulink model)
    2011-04-27 09:45:24下载
    积分:1
  • GTS400-APP-V2a
    固高控制卡程序,点到点运动,双轴插补,测试程序(GuGao Control Card Codes)
    2014-11-22 11:18:23下载
    积分:1
  • HHTreal
    基于希尔伯特黄变换(HHT)的条纹图相位信息提取算法,可以得到变形条纹图的相位信息,可用于三维重建领域。(Based on the Hilbert-Huang Transform (HHT) phase information extraction algorithm, the phase information of the deformed fringe can be obtained, which can be used in the field of 3D reconstruction.)
    2020-06-28 21:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载