搜索资源列表
Canny边缘检测
- 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
canny
- Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.
canny
- 采用canny算法对图像进行边缘检测的功能,并有相应的文档说明
canny
- 本程序是用vc实现的canny算法,应用于细胞图像分割。
Canny
- 本程序为用canny算法进行图像的边缘提取,效果较好
canny
- canny算法的详细实现,一个代码包,可以直接调用。
Canny
- canny 算法源代码,希望对刚学图像处理的人有所帮助!
edgedetection--canny--opencv
- 图像边缘检测 opencv canny算法
Canny
- Canny算法检测角点 Canny算法检测角点 Canny算法检测角点
eye-canny
- 做项目的时候编写的程序,用于人眼边缘的提取。canny算法。在程序中需要对人眼的大体位置进行调整
利用canny算法进行边缘检测
- 利用canny算法进行边缘检测
CANNY
- 自己写的CANNY算法,有兴趣的朋友分享一下。 -Wrote it myself Canny algorithm, are interested in friends to share.
canny
- 采用canny算法进行边缘检测,寻找输入图像的边缘,并且标志出来-canny algorithm edge detection,can find edge from image and draw it.
canny
- canny 算法,主要用于图像的边缘检测,是经典的一个方法-canny algorithm, mainly used for image edge detection, is a classical method of
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 算法的结果。较小的滤波器产生的模糊效果也较少,这样就可以检测较小、变化明显的细线。较大的滤波器产生的模糊效果也较多,将较大的一块图像区域涂成一个特定点的颜色值。这样带来的结果就是对于检测较大、平滑的边缘更加有用,例如彩虹的边缘。 阈值:使用两个阈值比使用一个阈值更加灵活,但是它还是有阈值存在的共性问题。设置的阈值过高,可能会漏掉重要信息;阈值
canny
- 基于canny算法的物体边缘提取,可用于提取质心及提取物体尺寸。(Object edge extraction based on Canny algorithm.)
