Welcome![Sign In][Sign Up]
Location:
Search - Canny edge detect

Search list

[Graph Recognizec第二章 matlab语言基础h2

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:

[2D GraphicCanny边缘检测

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:

[Special Effectsedge-detect-algorithm-comparison

Description: 边缘检测算法的比较,有susan算子,log算子,prewitt算子-Comparison of edge detection algorithm, there is susan operator, log operator, prewitt operator
Platform: | Size: 1024 | Author: lh | Hits:

[Special Effectscanny

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:

[Special Effectsedge

Description: sobel、roberts、prewitt、log、canny、zerocross几种常用的边缘检测算子,还附检测图片。-edge detect program。sobel、roberts、prewitt、log、canny、zerocross
Platform: | Size: 46080 | Author: wct | Hits:

[Othercanny.m

Description: detect edes by canny edge detection based method
Platform: | Size: 1024 | Author: shishu | Hits:

[2D Graphicedge

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:

[Graph programCanny

Description: canny边缘检测 Hough直线检测-canny edge detect,hough line detect
Platform: | Size: 1983488 | Author: han | Hits:

[Special Effectscanny

Description: 边缘检测的canny算子,可以很好地检测图像的边缘,而且有效地降低了噪声。-The canny edge detection operator, can detect the image edge well, but also effectively reduces noise.
Platform: | Size: 1024 | Author: 吕晋普 | Hits:

[OpenCVcanny

Description: Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans.
Platform: | Size: 1024 | Author: 张明月 | Hits:

[matlabCANNY

Description: CANNY EDGE DETECT SOURSE CODE
Platform: | Size: 626688 | Author: ki | Hits:

[Special Effectscanny

Description: 关于canny边缘检测的源文件,真的很不错哦!对你的学习肯定有帮助!canny边缘检测是好货!这样那个字数够了吧?-a report about Canny edge detect
Platform: | Size: 88064 | Author: wangliang | Hits:

[Special Effectscanny

Description: matlab canny 边缘检测的文档说明,canny的边缘检测原理-matlab canny edge detect
Platform: | Size: 107520 | Author: qixiaowei | Hits:

[Special EffectsCanny-edge-dectetion

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:

[Othercanny-edge-detector

Description: the algorithm is canny edge detector that is used to detect edges in an image.
Platform: | Size: 1024 | Author: sal89 | Hits:

[Special Effectscanny-edge-detect

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:

[Special Effectscanny_hough_DM642

Description: dm642平台下的canny边缘检测以及hough线检测程序(dm642 platform, canny edge detect and hought line detect)
Platform: | Size: 779264 | Author: yuem | Hits:

[Special EffectsCanny Detector

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:

[Special EffectsCANNY

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:

[Special Effectsmatlab canny

Description: using matlab canny to detect the edge of the image
Platform: | Size: 496640 | Author: mrsun | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net