Welcome![Sign In][Sign Up]
Location:
Search - canny

Search list

[OpenCVblur&canny

Description: 把图像进行10次blur,每次blur三个梯度的canny。opencv的教程两本(Take the image 10 times blur, each time blur three gradient canny)
Platform: | Size: 27141120 | Author: dusy | Hits:

[Special Effectsmatlab canny

Description: using matlab canny to detect the edge of the image
Platform: | Size: 496640 | Author: mrsun | Hits:

[CSharpcanny函数用法

Description: canny边缘检测 先滤波 转化成灰度图 再进行边缘检测(edge detection using canny function)
Platform: | Size: 150528 | Author: 拂晓轻寒 | Hits:

[Special Effectscanny

Description: canny边缘检测的步骤: 1,生成高斯核,与图像做卷积 2,计算梯度图像 3,非极大值抑制 4,双阈值法和连接边缘(Canny edge detection steps: 1, Generate Gaussian kernel, convolution with the image 2, calculate the gradient image 3, non-maximal inhibition 4, double threshold method and connect the edge)
Platform: | Size: 2048 | Author: 周杰伦的 | Hits:

[Othercanny

Description: 基于python语言的canny使用,对图片进行边缘检测,提取图片的边缘曲线(Canny based on the Python language, edge detection of the image, extract the edge of the image curve)
Platform: | Size: 9216 | Author: 总队长 | Hits:

[Special Effectscanny

Description: canny边缘检测,图像处理,用于图像分割,(Canny edge detection, image processing, image segmentation,)
Platform: | Size: 184320 | Author: jerrypb | Hits:

[OpenCVcanny

Description: Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
Platform: | Size: 6024192 | Author: moon0704 | Hits:

[OpenCVcanny边界提取

Description: opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
Platform: | Size: 1024 | Author: 千城 | Hits:

[OpenCV【5】canny边缘检测

Description: 基于opencv的canny边缘检测代码,较好地进行边缘检测(Based on opencv canny edge detection code, a better edge detection)
Platform: | Size: 2319360 | Author: catheriine | Hits:

[CSharpcanny边缘检测

Description: canny边沿检测c/c++程序,有详细注释(Canny edge detection program)
Platform: | Size: 626688 | Author: 陈不语捕鱼 | Hits:

[Special Effectscanny

Description: 基于matlab的Canny边缘检测算法(Canny edge detection algorithm based on MATLAB)
Platform: | Size: 11264 | Author: Ch7 | Hits:

[Special Effectscanny

Description: canny算子检测边缘,是一种常用的边缘检测算法。文件包含了canny的边缘检测(canny edge detection)
Platform: | Size: 1024 | Author: hehe5224 | Hits:

[Special Effectscanny

Description: 图像处理中的用于梯度特征处理的canny算子算法代码(canny code: Canny operator algorithm for gradient feature processing in image processing.)
Platform: | Size: 5120 | Author: Rapi | Hits:

[Special EffectsCanny边缘检测

Description: 非常简单好用的CANNY边缘检测的源代码,适合初学者学习使用(Very simple and easy to use CANNY source code for edge detection, suitable for beginners to learn and use.)
Platform: | Size: 1024 | Author: cddcd | Hits:

[Special Effectscanny

Description: 用于视频处理 canny 将图像转化成jpg(can be used of video changed into picture)
Platform: | Size: 1024 | Author: Yisy | Hits:

[Graph programCanny算子

Description: 经典算子 canny算子边缘检测 利用8邻域的模极大值进行边缘检测(Edge detection of Canny operator)
Platform: | Size: 105472 | Author: xiaoq1025 | Hits:

[Special Effectsex1.5.4-canny

Description: 实现canny算法,带有明确的解释说明,并且一定程度上优化了算法(To implement the canny algorithm,)
Platform: | Size: 3530752 | Author: 最难忘的摸 | Hits:

[Special Effects改进的canny

Description: Canny 算法包含许多可以调整的参数,它们将影响到算法的计算的时间与实效。 高斯滤波器的大小:第一步所用的平滑滤波器将会直接影响 Canny 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有阈值存在的共性问题。设置的阈值过高,可能会漏掉重要信息;阈值过低,将会把枝节信息看得很重要。很难给出一个适用于所有图像的通用阈值。目前还没有一个经过验证的实现方法。(The Canny algorithm contains many parameters that can be adjusted, which will affect the time and effect of the algorithm's computation. The size of the gaussian filter: the smoothing filter used in the first step will directly affect the results of the Canny algorithm. Smaller filters also produce less blurring, which can detect smaller, more variable lines. The larger filter produces more fuzzy effects, and the larger image area is painted as a specific point color value. The result is more useful for detecting large, smooth edges, such as the edge of a rainbow. Threshold: using two thresholds is more flexible than using a threshold, but it still has a common problem with thresholds. The set threshold is too high and may miss important information; If the threshold is too low, it will be important to see the details. It is difficult to give a generic threshold for all images. There is currently no proven implementation method.)
Platform: | Size: 1024 | Author: 冰棒 | Hits:

[matlabCanny

Description: Matlab环境下用Canny算子进行边缘检测的例程(Canny Image_Edge_Detection)
Platform: | Size: 202752 | Author: Aslan_lee | Hits:

[Special Effects改进的自适应Canny边缘检测算法_段锁林

Description: 介绍了一种改进的Canny边缘检测算法,介绍了改进算法(This paper introduces an improved Canny edge detection algorithm and an improved algorithm.)
Platform: | Size: 3493888 | Author: wabgkai9210005 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net