Description: 用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-with Canny operator to detect the edges in the image P0404 : image thresholding segmentation P0405 : water line threshold method image segmentation P0406 : matrix Quadtree P0407 : images into text and non-text of the two categories P0408 : morphological gradient detection Binary Image Edge P0409 : morphology example-- Images from the PCB to delete all current lines, retaining only chip targets Platform: |
Size: 8192 |
Author:肖雷 |
Hits:
Description: 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge. Platform: |
Size: 3308544 |
Author:冯健 |
Hits:
Description: Canny算子是边缘检测的一种最优算子,能检测出单像素、连续的边缘。这些特性对后续处理很有帮助。
本算法包含了一般的canny算子,还包括使用大津值自适应高、低阈值的canny算子。-Canny edge detection operator is one of the best operator, can detect a single pixel, the edge of a row. The follow-up to deal with these features helpful. The algorithm contains the general canny operator, but also including the use of adaptive Otsu high value, low-threshold canny operator. Platform: |
Size: 4096 |
Author:mzfox |
Hits:
Description: C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc. Platform: |
Size: 125952 |
Author:Lu |
Hits:
Description: Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans. Platform: |
Size: 1024 |
Author:张明月 |
Hits:
Description: Canny算子边缘检测,可以帮助您检测图片边缘,希望可以帮到您。-Canny edge dectetion which to help you detect the edge in a picture has a great effection,may it can help you. Platform: |
Size: 3887104 |
Author:曾小贤 |
Hits:
Description: 本代码主要实现Canny算子边缘检测的功能,可以调节阈值进行比较。我测试的时候发现阈值80比较理想。-This code mainly realize Canny edge detection function, you can adjust the threshold. When I found that the threshold test 80 is ideal. Platform: |
Size: 1136640 |
Author:patricknew |
Hits:
Description: MATLAB上实现Canny边缘检测,经过高斯滤波,边缘检测,非极大抑制,阀值处理,能够很好的实现边缘检测。程序里需要更改换成自己的路径和地址名。(This is the source of MATLAB for Canny edge detector. Well, it can effectively detect the edge information of the desired image.) Platform: |
Size: 1024 |
Author:林中木
|
Hits:
Description: 根据CNNAY算法的4个步骤
1. 用高斯滤波器平滑图像;(图像去噪)
2. 用一阶偏导有限差分计算梯度幅值和方向;(特征增强)
3. 对梯度幅值进行非极大值抑制 ;(边缘检测)
4. 用双阈值算法检测和连接边缘。(形态学处理)
编写的边缘检测程序,简单实用(There are four parts of Canny edge detection:
1. smoothing the image with Gauss filter; (image denoising)
2. calculate gradient amplitude and direction by first order partial derivative finite difference method (feature enhancement)
3. non maximum suppression of the gradient amplitude; (edge detection)
4. detect and connect edges with double threshold algorithm. (morphological treatment)) Platform: |
Size: 1024 |
Author:UJSLEMON
|
Hits: