登录
首页 » Special Effects » matlab数字图象处理

matlab数字图象处理

于 2023-04-01 发布 文件大小:1,015.00 B
0 183
下载积分: 2 下载次数: 1

代码说明:

matlab数字图象处理 -Matlab digital image processing digital image processing Matlab Matlab digital image processing

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

发表评论

0 个回复

  • 里面详细的对冈萨雷斯的程序进行了编写,很有用的,大家可以试试!...
    里面详细的对冈萨雷斯的程序进行了编写,很有用的,大家可以试试!-Which detailed procedures for the preparation of Gonzales, useful, and we can try!
    2023-03-31 08:25:03下载
    积分:1
  • 实现图像的平移!很值得大家参考!希望对大家有帮助!
    实现图像的平移!很值得大家参考!希望对大家有帮助!-Realize image translation! Is worth U.S. reference! Hope that everyone has to help!
    2022-06-12 18:41:30下载
    积分:1
  • Image processing code box, using VC++ language developed into, moderate length,...
    图像处理 方块编码,用VC++语言编写成,长度适中,简洁,容易明白-Image processing code box, using VC++ language developed into, moderate length, simple, easy to understand
    2022-02-24 23:45:06下载
    积分:1
  • 实验目的:1)图像2的图像加密级别。
    实验目的: 1) 图像水平集合 2) 图像加密算法 3) 边缘提取 4) 噪音图像的产生 (2)显示图像,理解图像的模型 (3)使用图像的不同格式,理解图像压缩的意义 (4)对图像做简单的操作 本次实验需要熟练使用以下几个MATLAB命令: imread, imwrite, imshow,figure -Experimental purposes: 1) the level of collection of image 2) image encryption algorithm 3) Edge 4) noise generated images (2) display images, understanding image model (3) the use of images in different formats, understanding the significance of image compression (4) image to do a simple experiment needs to operate the skilled use of the following MATLAB command: imread, imwrite, imshow, figure
    2022-01-25 22:40:45下载
    积分:1
  • Image Processing matlab7.x supporting CD
    matlab7.x图像处理配套光盘,光盘包括两个文件夹: list文件夹中内容为图像处理常用函数列表。 code文件夹中内容为书中实例源代码,代码说明参见该文件夹下的“程序说明.doc”文件。-Image Processing matlab7.x supporting CD-ROM, CD-ROM includes two folders: list the contents of the folder for the images deal with a list of commonly used functions. code the content folder for the book examples of source code, code description, see the folder under the
    2022-04-28 08:27:03下载
    积分:1
  • 系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分...
    系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i #/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d #   其中#为指定的行号 行合并:f #1/#2/#3...   将行号为 #2 和 #3...的行连接到行号为 #1 的行的后面,取消原来的 #2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......[/Text]的形式描述,之后是一串操作命令如: [Text] 1 222 33 44 2 333 45 d b g 3 3 444 56 333 54 [/Text] c 333/zhang d 1 -系统约定:行编辑命令由“命令关键字 命令参数”组成。其中,命令关键字都是单一的字母,命令与参数之间使用一个空格进行分割,当命令参数为多个时采用“/”作为参数的分隔符,如果在命令的参数中间出现符号“/”,则用“/”表示。我们将“”定义为转义符。 现在,行编辑器具有如下编辑命令: 行插入:i#/串   在指定行号(>0)插入一个新行,新行的内容就是命令中给出的“串”。若插入的行超过了已有的行数,则在最后一行的后面插入一个新行。 文本替换:c 被替换串/替换串   将整个文本中全部[被替换串]替换为[替换串]。 行删除:d#   其中#为指定的行号 行合并:f#1/#2/#3...   将行号为#2 和#3...的行连接到行号为#1 的行的后面,取消原来的#2 行和#3等,合并后#2行和#3等原来的内容不存在了,被后面的行抵补替代。若指定行号超出正文的范围,则放弃操作。 输入: 这段文本用[Text]......
    2022-03-03 09:48:33下载
    积分:1
  • Based on visual c++ 2005 and OpenCV is a static environment FaceDetection face d...
    基于visual c++ 2005和OpenCV环境 FaceDetection是一个静态人脸检测程序,注意FaceDetection需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV,此外本程序需要导入一个分类器文件haarcascade_frontalface_alt.xml,该文件在OpenCV中提供,请读者将该文件复制到程序同一目录下,程序即可正确运行。-Based on visual c++ 2005 and OpenCV is a static environment FaceDetection face detection procedures, attention to the needs of FaceDetection library OpenCV support provided, so please first of all to the relevant Web site to download and install OpenCV, addition of this procedure needs to import a document classifier haarcascade_frontalface_alt.xml, the document provided in OpenCV, the reader is the file copied to the procedures under the same directory, the program can run correctly.
    2022-01-26 03:18:51下载
    积分:1
  • 本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。...
    本程序实现全变分(Total Variation, TV)的去噪算法,它使用了PDF纠正TV算法中的小问题。该算法可以很好地保留原图边缘信息的同时,去除噪声。-This procedure Variational realize the whole (Total Variation, TV) denoising algorithm, which uses a PDF corrective TV algorithm of small problems. The algorithm is well positioned to retain the image edge information at the same time, to remove noise.
    2023-02-13 21:40:03下载
    积分:1
  • Regional Growth: tagging detailed parameters can be adjusted in the procedure
    区域生长: 标注详细,参数可在程序中调整-Regional Growth: tagging detailed parameters can be adjusted in the procedure
    2023-08-05 20:15:03下载
    积分:1
  • CAO method DUFFING equation for embedding dimension
    CAO方法求DUFFING方程的嵌入维数-CAO method DUFFING equation for embedding dimension
    2022-02-13 19:49:58下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载