登录
首页 » Special Effects » Several digital image processing experiments, including gray transform, histogra...

Several digital image processing experiments, including gray transform, histogra...

于 2022-03-25 发布 文件大小:1.01 MB
0 109
下载积分: 2 下载次数: 1

代码说明:

Matlab环境下的几个数字图像处理实验,包含图像灰度变换、直方图均衡化、直方图匹配、邻域平均、局域增强、中值滤波、图像的锐化等-Several digital image processing experiments, including gray transform, histogram equalization, histogram matching, neighborhood average, local increase, median filtering and image sharpening, etc.

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

发表评论

0 个回复

  • 实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。...
    实现了地形图像等的四叉树分层,根据图像的梯度和稠密分布进行分层处理。-Realized images of the terrain quadtree hierarchical, according to the image gradient and the dense distribution of slicing.
    2022-08-10 06:26:40下载
    积分:1
  • 动态链接库所需要的ImageLoad.lib等lib库。
    动态链接库所需要的ImageLoad.lib等lib库。-dynamic link library needs ImageLoad.lib the other lib.
    2022-08-16 07:50:14下载
    积分:1
  • Application of image segmentation ostu more Otsu threshold method, matlab source...
    图象分割中应用较多的ostu大津阈值法,matlab源代码-Application of image segmentation ostu more Otsu threshold method, matlab source code
    2022-02-01 01:51:19下载
    积分:1
  • 现在在所有图像去噪滤波中最较理想的去噪算法――Bayesian Least Squares...
    现在在所有图像去噪滤波中最较理想的去噪算法――Bayesian Least Squares - Gaussian Scale Mixture的matlab实现代码,应用丰富,与商用图像处理软件媲美,其原理可以参见J Portilla, V Strela, M Wainwright, E P Simoncelli, "Image Denoising using Scale Mixtures of Gaussians in the Wavelet Domain-Now image denoising filter in all the most better denoising algorithm- Bayesian Least Squares- Gaussian Scale Mixture realize the matlab code, application-rich, with the commercial image processing software rival, and its principle can be found in J Portilla, V Strela, M Wainwright, EP Simoncelli,
    2022-02-01 19:44:11下载
    积分:1
  • 计算机图形学,翻译国外的经典教程,PDF格式
    计算机图形学,翻译国外的经典教程,PDF格式-Computer graphics, translation of foreign classics tutorial, PDF format
    2022-12-13 09:25:07下载
    积分:1
  • The source is to detect motion objects with building models in backround of the
    The source is to detect motion objects with building models in backround of the image,very useful in image processing.
    2022-02-13 17:39:03下载
    积分:1
  • Program design recognizes that the user to enter different modes, such as letter...
    程序设计认识到用户输入不同的模式,像字母和数字。这是预编程或教已经为数字和字母,并有可能教它新的字符。这是编程“Albert Archwamety”。尤其是在主题的图像处理或机器人。-Program design recognizes that the user to enter different modes, such as letters and numbers. This is pre-programmed or taught for the numbers and letters, and is likely to teach it new characters. This is the programming Albert Archwamety . Especially in the subject of image processing, or robot.
    2022-03-14 15:22:48下载
    积分:1
  • 本程序主要实现的是半自动的基于特征图像配准,在程序中,需要手工选取特征点,程序将自动寻找到相匹配的特征点,然后自动计算仿射变换参数,并将两幅图像进行拼接,合成一...
    本程序主要实现的是半自动的基于特征图像配准,在程序中,需要手工选取特征点,程序将自动寻找到相匹配的特征点,然后自动计算仿射变换参数,并将两幅图像进行拼接,合成一副图像-This procedure is mainly to achieve semi-automatic feature-based image registration, in the process, the need to manually select the feature points, the program will automatically find the matching feature points, and then automatically calculates the affine transformation parameters, and splicing two images , Synthesis of an Image
    2023-06-01 22:35:03下载
    积分:1
  • this is a digital image processing procedures for small, a few main function is...
    这是个数字图像处理的小程序,主要功能是数出粒子的个数-this is a digital image processing procedures for small, a few main function is the number of particles
    2022-11-10 13:20: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
  • 696518资源总数
  • 105549会员总数
  • 12今日下载