-
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
-
一个可以在桌面自由绘图的小程序,界面优秀
一个可以在桌面自由绘图的小程序,界面优秀-A free drawing on the desktop of small procedures, excellent interface
- 2022-03-29 04:13:01下载
- 积分:1
-
通过手部图像认证身份,采用了决策融合的方法,准确率很好...
通过手部图像认证身份,采用了决策融合的方法,准确率很好-Image authentication by hand, using a decision fusion method, the accuracy was very good
- 2022-08-16 16:46:06下载
- 积分:1
-
这是我们老师用MFC遍写的一段绘图程序,供大家参考!
这是我们老师用MFC遍写的一段绘图程序,供大家参考!-This is our teachers used to write the MFC times a drawing program, for your reference!
- 2022-03-11 02:45:10下载
- 积分:1
-
这个数字识别应用程序。(OCR或ICR应用)。首先你画…
This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor classifying algorithm to select the true digit. Database includes handwritten digit examples which are collected from a hundred persons. These digit images converted to binary type before added to the database.-This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing be Huggins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor clas sifying algorithm to select the true digit. Dat abase includes handwritten digit examples whi ch are collected from a hundred persons. These d igit images converted to binary type before add ed to the database.
- 2022-03-05 08:49:13下载
- 积分:1
-
GDI的交互绘图操作实现算法
GDI的交互绘图操作实现算法-GDI interactive mapping algorithm operation
- 2022-06-11 20:18:01下载
- 积分:1
-
图形显示特技算法
图形显示特技算法-Graphical display algorithm stunt
- 2022-08-07 18:27:14下载
- 积分:1
-
一个基于vc的关于数字水印技术的实现系统,它能对基于小波变换的内容事项...
一个基于vc的关于数字水印技术的实现系统,它能对基于小波变换的内容事项-a vc based on digital watermarking technology to achieve system, it can based on wavelet transform the content matters
- 2022-04-10 23:38:03下载
- 积分:1
-
图形图象处理及编程相关知识的全面介绍,并有相应的源代码,相信会对大家有所帮助...
图形图象处理及编程相关知识的全面介绍,并有相应的源代码,相信会对大家有所帮助-image processing and graphics programming with the full knowledge, and the corresponding source code, we believe it will help
- 2022-02-14 23:16:45下载
- 积分:1
-
一个3维渲染的源代码,感兴趣的可以参考下
一个3维渲染的源代码,感兴趣的可以参考下-A 3-dimensional rendering of the source code, can refer to the next interest
- 2022-07-25 03:21:59下载
- 积分:1