登录
首页 » matlab » matlab实验程序

matlab实验程序

于 2020-07-19 发布
0 234
下载积分: 1 下载次数: 6

代码说明:

说明:  (1)利用matlab函数进行噪声模拟,并用matlab自带函数进行图像滤波。 (2)利用给定图像自己编程实现使用均值滤波器、中值滤波器对不同强度的高斯噪声和椒盐噪声,进行滤波处理,并对结果进行评价分析,并解释结果。 (3)自己编程实现laplacian算子图像的处理,实现图像增强;编程实现sobel算子对图像边缘提取。将结果与matlab自带函数计算结果比较。 (4)利用模糊处理对图的灰度值进行改变实现灰度增强,并与直方图均衡结果比较((1) Matlab function is used to simulate noise, and Matlab function is used to filter image. (2) Using the given image, we use the mean filter and median filter to filter the Gaussian noise and salt and pepper noise with different intensities, evaluate and analyze the results, and interpret the results. (3) The image processing of Laplacian operator and image enhancement are realized by programming Sobel operator is used to extract image edge. The results are compared with those of MATLAB. (4) Fuzzy processing is used to change the gray value of the image to achieve gray enhancement and balance with histogram)

文件列表:

实验程序, 0 , 2020-07-19
实验程序\MATLAB_Built_in.m, 3248 , 2017-11-03
实验程序\Self_Made_Filter_Box.m, 1389 , 2017-11-02
实验程序\Self_Made_Filter_Fuzzy.m, 628 , 2017-11-03
实验程序\Self_Made_Filter_Fuzzy_Guassion_Type.m, 668 , 2017-11-03
实验程序\Self_Made_Filter_Fuzzy_S_Type.m, 637 , 2017-11-03
实验程序\Self_Made_Filter_Guassian.m, 1342 , 2017-11-03
实验程序\Self_Made_Filter_Laplacian.m, 571 , 2017-11-03
实验程序\Self_Made_Filter_Median.m, 1335 , 2017-11-03
实验程序\Self_Made_Filter_Robert.m, 672 , 2017-11-03
实验程序\Self_Made_Filter_Sobel.m, 661 , 2017-11-03
实验程序\Self_Non_sharpening_masking.m, 540 , 2017-11-02
实验程序\fun_Fuzzy.m, 467 , 2017-11-03
实验程序\fun_Fuzzy_S_Type.m, 523 , 2017-11-03
实验程序\fun_Guassion_Type.m, 440 , 2017-11-03
实验程序\fun_Laplacian.m, 270 , 2017-11-03
实验程序\fun_Median.m, 460 , 2017-11-03
实验程序\fun_Robert.m, 219 , 2017-11-03
实验程序\fun_S_Type.m, 696 , 2017-11-03
实验程序\fun_Sobel.m, 313 , 2017-11-03
实验程序\fun_Template_Box.m, 424 , 2017-11-03
实验程序\fun_Template_Guassion.m, 493 , 2017-11-03
实验程序\fun_Template_Guassion_jiaquan.m, 400 , 2017-11-03
实验程序\图3-1 circuitboardNoise-gaussian.tif, 1145089 , 2015-11-12
实验程序\图3-2 circuitboardNoise-salt.tif, 622687 , 2015-11-12
实验程序\图3-3 .tif, 79802 , 2004-02-15
实验程序\图3-4 moon.tif, 572892 , 2013-07-14
实验程序\图3-5lena.jpg, 158711 , 2015-11-13
实验程序\图3-6.tif, 294502 , 2008-06-15

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

发表评论

0 个回复

  • ACCV10
    This is an implementation of a ACCV 2010 paper, Exploiting Self-Similarities for Single Frame Super-Resolution.
    2010-11-24 03:22:38下载
    积分:1
  • 2017-6-2
    基于 halcon做的单相机+机械手图像拼接(Image stitching of single camera + manipulator based on Halcon)
    2017-09-08 11:38:02下载
    积分:1
  • iradon
    radon 的逆变换,可以实现图像重建,前提是前面的投影用radon变换来做(iradon)
    2009-05-07 09:46:03下载
    积分:1
  • Max_CCM1
    matlab程序求相关系数数字图像相关法是对全场位移和应变进行分析的一种新的实验力学方法 (matlab program seeking correlation coefficient Digital image cross-correlationmethod (DIC) is a newmethod ofexperimentalmechanics for the analysis ofwhole field displacement and strain. Image processing is one of the cores ofDIC. )
    2012-10-23 10:33:11下载
    积分:1
  • Hu
    说明:  Hu矩定位图像,可以提取图像的特征,然后进行匹配定位(Hu Moment positioning images, can be extracted image features, and then proceed to match the positioning)
    2008-06-13 09:16:21下载
    积分:1
  • 移动目标检测
    说明:  在matlab环境下对视频中的运动目标进行检测,动态目标检测(In the MATLAB environment, the moving object detection in the video, dynamic object detection)
    2020-12-16 19:01:55下载
    积分:1
  • sonar-image-data
    硕士学位论文:在高分辨率成像声纳系统和回波测深仪的两个控制平台的基础上对声纳图像数据的高速显示技术的研究。文中所有的程序编写都是使用C和C++语言,在WindowsXP平台下利用VC++6.0进行编译和调试的。(study for high speed display technology on sonar image data)
    2012-05-02 07:37:04下载
    积分:1
  • CameraFingerprint
    镜头指纹识别,提取镜头特征,对其他照片进行识别,判断是否来源同一相机。(Image Source Detection)
    2021-01-19 14:38:43下载
    积分:1
  • EKF
    扩展卡尔曼滤波的基础代码,有详细的注释,结合卡尔曼滤波的基本原理,就能很好的理解卡尔曼滤波过程了。(Extended Kalman filter based code , there are detailed notes , combined with the basic principles of Kalman filtering , we can well understand the process of Kalman filtering )
    2011-12-10 12:08:31下载
    积分:1
  • MCALabWithUtilities.tar
    MCA图像修复,包含MCA和EM图像修复算法(MCA inpainting)
    2020-09-14 21:37:58下载
    积分:1
  • 696518资源总数
  • 106222会员总数
  • 14今日下载