搜索资源列表
canny
- Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.
canny
- 采用canny算法对图像进行边缘检测的功能,并有相应的文档说明
canny
- canny算法的详细实现,一个代码包,可以直接调用。
Canny
- canny 算法源代码,希望对刚学图像处理的人有所帮助!
edgedetection--canny--opencv
- 图像边缘检测 opencv canny算法
Canny
- Canny算法检测角点 Canny算法检测角点 Canny算法检测角点
eye-canny
- 做项目的时候编写的程序,用于人眼边缘的提取。canny算法。在程序中需要对人眼的大体位置进行调整
利用canny算法进行边缘检测
- 利用canny算法进行边缘检测
canny-contour.rar
- 本程序可以使用canny算法进行图片轮廓的提取,使用前请配置好opencv环境。希望对大家学习图像处理和opencv有所帮助...,This procedure can be used canny algorithm for extracting image contour, the use of before-configured environment opencv. We would like to learn opencv image processing and help ...
canny
- 最常用的opencv中的canny算法,来进行边缘的提取-The most commonly used opencv of canny algorithm for edge extraction
Canny
- 该代码是在vc++下编写的,最后能实现用Canny算子提取图像的边缘,附带测试图像,比较实用的边缘提取算法-The code is vc++ Prepared, and finally to achieve using Canny operator extract image edge, fringe test images, more practical edge extraction algorithm
edgeDetection
- 我写的一个 使用 Canny算法进行 边缘检测的程序。 目前打开BMP文件。-I wrote an algorithm using the Canny edge detection procedure. BMP file is currently open.
CANNY
- 利用CANNY边缘算子实现二维图像的边缘特征的提取,提取的边缘特征优于其它算法-Using Canny edge operator achieve two-dimensional image of the edge feature extraction, edge feature extraction is superior to other algorithms
Canny
- 用OpenCV写的采用Canny算法进行边缘检测的程序-Canny
canny
- 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.
Canny
- canny算法,主要是针对边缘检测的算法,比之前边缘检测的方法更有效,方便。-canny algorithm, mainly aimed at edge detection algorithm, edge detection than the previous method is more effective and convenient.
canny
- 边缘检测 算法实现过程 可以执行 效果不错-eage detec
canny
- canny算法特征提取,可以有效提取边缘特征。(canny algorithm feature extraction can extract the edge characteristics effectively .)
ex1.5.4-canny
- 实现canny算法,带有明确的解释说明,并且一定程度上优化了算法(To implement the canny algorithm,)
改进的canny
- Canny 算法包含许多可以调整的参数,它们将影响到算法的计算的时间与实效。 高斯滤波器的大小:第一步所用的平滑滤波器将会直接影响 Canny 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有阈值存在的共性问题。设置的阈值过高,可能会漏掉重要信息;阈值
