登录
首页 » 图形图像 » 数学形态学运算基本运算的数学形态学运算。

数学形态学运算基本运算的数学形态学运算。

于 2022-05-22 发布 文件大小:5.21 kB
0 219
下载积分: 2 下载次数: 1

代码说明:

数学形态学操作 数学形态学的基本运算 结构元素矩阵 膨胀运算 腐蚀运算 膨胀与腐蚀的对偶关系 开运算和闭运算 击中与击不中 形态学的基本应用 边缘提取 二值图像面积提取 二值图像的欧拉数 查找表操作 灰度形态学 -Mathematical morphology operations basic operations of mathematical morphology dilation operator structure element matrix erosion operator expansion and corrosion of the relationship between dual opening operation and closing operation with the strike did not hit in the basic application of morphological edge detection in binary image extracted area of binary image Euler number look-up table operation of gray-scale morphology

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

发表评论

0 个回复

  • 维纳滤波,逆滤波,模糊复原源代码
    上面是实现后的界面展示,内含有维纳滤波,逆滤波,图像模糊,清晰化等处理的源代码
    2023-07-06 19:20:04下载
    积分:1
  • bezier曲面 bezier曲面
    bezier曲面 bezier曲面 -bezier
    2022-04-21 22:53:09下载
    积分:1
  • 一款用vc++编写的画软件,本软件提供了画一些基本的功能,还有将进行填充。...
    一款用vc++编写的画图软件,本软件提供了画一些基本图形的功能,还有将图形进行填充。-vc with one prepared by the drawing software, the software provides a graphic pictures of some of the basic functions, there will be graphics for filling.
    2022-08-10 05:52:45下载
    积分:1
  • 通过平滑因子对象实现了无缝拼接,应用文档视窗模型实现了该算法...
    通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法-factor to the smooth realization of a seamless image mosaic, application files Windows model of the algorithm to achieve
    2023-08-14 13:50:02下载
    积分:1
  • MFC中Track类的使用,代替异或笔实现橡皮条
    MFC中Track类的使用,代替异或笔实现橡皮条图形-MFC Track category of use, or replace the T-rubber realization of graphics
    2022-09-07 12:50:03下载
    积分:1
  • vc 6.0 environment using opencv contour extraction for image code can be compile...
    vc 6.0 环境下利用opencv进行图像轮廓提取的代码,可以编译运行-vc 6.0 environment using opencv contour extraction for image code can be compiled to run
    2023-07-20 18:45:04下载
    积分:1
  • canny检测器是很有效的边缘检测器,该函数可以实现对目标的边缘提取。该方法总结如下:1.使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
    canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
    2022-03-05 01:13:25下载
    积分:1
  • Examples of this chapter is a similar tool ACDSee image browser
    本章实例是一个类似ACDSee的图像浏览工具――GraphShower。raphShower主要实现如下功能: ⑴ 类似ACDSee的图片浏览功能。用户只需要打开一个图片,就能利用菜单栏、工具栏或者快捷键快捷的浏览该图像所在目录的所有图像。使用方法与ACDSee类似。 ⑵ 图像的缩放显示功能。图像可以支持以下四种显示模式: ① 原始大小:以原始大小显示图像。如果图像大小比视图小,则显示在正中;如果图像比视图大,则显示部分图像。用户可以利用鼠标拖动图像以显示其它部分。 ② 适合宽度:保持图像长宽比例缩放图像,使图像宽度等于视图宽度。 ③ 适合高度:保持图像长宽比例缩放图像,使图像高度等于视图高度。 ④ 适合屏幕:自动判断图像的显示方式,使图像能在当前视图上完整显示。 ⑶ 特效显示。GraphShower支持以下特效:向下扫描、垂直双重扫描、向右移动、水平双重移动、垂直百叶窗、水平百叶窗、垂直栅条、水平栅条、马赛克和雨滴。 ⑷ 文件目录窗口。通过目录树可以直接打开图像文件。 ⑸ 位图浏览窗口。以缩略图的形式显示图像。 -Examples of this chapter is a similar tool ACDSee image browser- GraphShower.
    2022-03-11 10:30:18下载
    积分:1
  • 本程序实现基于差平方和的匹配,本程序的优点是在大噪声条件下的匹配成功率很高,缺点是随着匹配区域以及的扩大,程序的耗时越来越长...
    本程序实现基于差平方和的图像匹配,本程序的优点是在大噪声条件下的匹配成功率很高,缺点是随着匹配区域以及图像的扩大,程序的耗时越来越长-This procedure square and bad based on the implementation of image matching, the advantages of this procedure are in the noise of the match under the conditions of a very high success rate, with the disadvantage match the expansion of regional as well as images, more and more time-consuming process long
    2022-02-02 10:47:45下载
    积分:1
  • socket description using socket in socket
    socket description using socket in socket
    2022-03-14 20:29:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载