登录
首页 » matlab » 数字图像处理实验

数字图像处理实验

于 2020-06-30 发布
0 170
下载积分: 1 下载次数: 13

代码说明:

说明:  数字图像处理常用程序,包括图像读取、显示、详细信息,对图像文件格式转换,RGB分量显示,索引图像、伪彩色图像、真彩色图像显示,灰度直方图处理,图像灰度变换,均衡化处理,图像加噪声处理,均值滤波、中值滤波,图像加减乘除运算,图像放大,插值拟合,旋转,多种边缘检测方法,高通滤波,低通滤波,带通滤波,维纳滤波,运动模糊等处理。(Common digital image processing programs, including image reading, display, detailed information, image file format conversion, RGB component display, index image, pseudo color image, true color image display, gray histogram processing, image gray transformation, equalization processing, image plus noise processing, mean filtering, median filtering, image plus, subtraction, multiplication and division, image amplification, interpolation Fitting, rotation, multiple edge detection methods, high pass filtering, low-pass filtering, band-pass filtering, Wiener filtering, motion blur and other processing.)

文件列表:

blue.bmp, 168078 , 2019-05-23
blue.jpg, 125038 , 2019-05-23
blue.tif, 125038 , 2019-05-23
dog.bmp, 185998 , 2019-05-24
dog.tif, 150144 , 2019-05-24
fa.bmp, 208486 , 2019-06-13
fa.jpg, 13208 , 2019-05-23
fa.tif, 153148 , 2019-06-13
hh.jpg, 10780 , 2018-12-17
hhh.bmp, 168078 , 2019-06-13
hhh.jpg, 24810 , 2019-05-23
hhh.tif, 125038 , 2019-06-13
hsi2rgb.m, 706 , 2019-06-05
rgb2hsi.m, 349 , 2019-06-05
yyqprogram1_1.m, 345 , 2019-06-13
yyqprogram1_2.m, 271 , 2019-05-24
yyqprogram1_3.m, 177 , 2019-05-24
yyqprogram1_4.m, 291 , 2019-06-14
yyqprogram1_5.m, 500 , 2019-06-13
yyqprogram1_6.m, 167 , 2019-05-24
yyqprogram1_7_1.m, 424 , 2019-05-24
yyqprogram1_7_2.m, 907 , 2019-06-13
yyqprogram1_7_3.m, 418 , 2019-06-14
yyqprogram1_7_4.m, 440 , 2019-06-13
yyqprogram1_8.m, 249 , 2019-05-24
yyqprogram2_1.m, 88 , 2019-06-13
yyqprogram2_2.m, 347 , 2019-06-13
yyqprogram2_3.m, 341 , 2019-05-31
yyqprogram2_4.m, 649 , 2019-06-13
yyqprogram2_5.m, 90 , 2019-05-30
yyqprogram2_6.m, 396 , 2019-06-14
yyqprogram2_7.m, 677 , 2019-06-13
yyqprogram2_8.m, 749 , 2019-06-13
yyqprogram3_1.m, 343 , 2019-06-13
yyqprogram3_2.m, 543 , 2019-06-05
yyqprogram3_3.m, 450 , 2019-06-05
yyqprogram3_4.m, 859 , 2019-06-14
yyqprogram3_5.m, 592 , 2019-06-14
yyqprogram3_6.m, 660 , 2019-06-05
yyqprogram3_7.m, 460 , 2019-06-05
yyqprogram3_8.m, 660 , 2019-06-05
yyqprogram3_9.m, 449 , 2019-06-05
yyqprogram4_1.m, 271 , 2019-06-05
yyqprogram4_2.m, 169 , 2019-06-21
yyqprogram4_3.m, 1230 , 2019-06-05
yyqprogram4_4.m, 684 , 2019-06-14
yyqprogram4_5.m, 649 , 2019-06-21

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

发表评论


0 个回复

  • Hmodel
    CT的投影重建算法,图片用的MATLAB里面自带的投影算法图像,运行可显示重建结果=)(CT projection reconstruction algorithm, pictures of MATLAB inside built-in image projection algorithm, Operation results indicate reconstruction =))
    2007-03-22 16:54:18下载
    积分:1
  • DICOMViewer
    说明:  一个非常简小灵便的DICOM文件阅读器,支持多种格式的文件,支持图片的大多数编辑功能。(A very simple and handy DICOM file reader supports multiple formats of files and most editing functions of pictures.)
    2020-06-18 07:20:01下载
    积分:1
  • dd
    说明:  下拉框自动提示 输入内容可直接显示出所匹配的所有信息(Drop-down box automatically prompt input all the information can be displayed directly matched)
    2014-08-08 10:25:02下载
    积分:1
  • Image-and-Video-Steganography-master
    说明:  实现了图像与视频的信息隐藏,输入图片和视频可进行效果演示(The information hiding of image and video is realized)
    2021-04-06 11:29:02下载
    积分:1
  • laplacian
    Calculate the Laplacian of an image, can be accelerated by the GPU.
    2020-06-21 11:00:02下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • radonbh
    用于图像中边缘检测的重要算法,radon变换,该MATLAB程序实现了radon变换,直接确定图像中边缘位置和边缘强度(Radon convert)
    2009-11-11 10:00:40下载
    积分:1
  • sigmoid
    image streth matlab
    2012-03-05 10:39:01下载
    积分:1
  • surf
    这是一个surf特征匹配matlab程序,里面有实例和测试图像(This is a surf feature matching matlab program, there are examples and test images)
    2020-12-02 11:19:26下载
    积分:1
  • encrypt-a-decrypt
    encryption and decryption of image using bit XOR..
    2013-08-14 18:17:31下载
    积分:1
  • 696518资源总数
  • 104607会员总数
  • 44今日下载