-
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
-
自己编写的基于直方图的遗传聚类算法,用于图象分割。
自己编写的基于直方图的遗传聚类算法,用于图象分割。-prepared based on their genetic histogram clustering algorithm for image segmentation.
- 2023-06-10 23:20:03下载
- 积分:1
-
基于信息熵的改进型遗传算法,并加入了基于群体浓度更新的操作算子。...
基于信息熵的改进型遗传算法,并加入了基于群体浓度更新的操作算子。-based on information entropy IAGA, and to join groups based on the concentration updated Operator.
- 2022-03-22 18:30:19下载
- 积分:1
-
BMP转换为RGB565
convert bmp to rgb565-algorithm to handle all kinds of bmp to rgb565
- 2022-02-04 03:46:29下载
- 积分:1
-
一个转动的风车,还有待改进。
一个转动的风车,还有待改进。-a rotation of the windmill, there is room for improvement.
- 2022-08-13 17:27:19下载
- 积分:1
-
AutoCAD中预览dwg图的编程方法,可以在一个picture控件上预览选择得dwg图纸。...
AutoCAD中预览dwg图的编程方法,可以在一个picture控件上预览选择得dwg图纸。-AutoCAD dwg preview of the plan programming, in a picture control on the preview option in dwg drawings.
- 2022-02-01 11:00:38下载
- 积分:1
-
图像压缩 图像压缩 图像压缩 图像压缩
图像压缩 图像压缩 图像压缩 图像压缩 -coding image image coding
- 2022-04-12 05:19:28下载
- 积分:1
-
实现图像显示的MFC源码
实现图像显示的MFC源码-MFC source
- 2022-06-19 23:52:59下载
- 积分:1
-
颜色检测类库 支持C#托管 使用HSV 直方图实现
颜色检测类库 支持C#托管 使用HSV 直方图实现-Color detection
- 2022-08-25 12:12:16下载
- 积分:1
-
俄罗斯方块游戏
完全用汇编写的,只有471字节,只能运行于DOS/Win9x/WinME下...
俄罗斯方块游戏
完全用汇编写的,只有471字节,只能运行于DOS/Win9x/WinME下-Tetris game written entirely in the compilation, only 471 bytes, can only run on the next DOS/Win9x/WinME
- 2022-12-18 00:25:03下载
- 积分:1