搜索资源列表
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算法C实现
- canny算法C实现.rarcanny算法C实现.rarcanny算法C实现.rarcanny算法C实现.rar
利用canny算法进行边缘检测
- 利用canny算法进行边缘检测
C++ canny算法
- canny算法的源码,C++语言。图像文字识别应用,用于图像平滑去噪细化
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算法最经典的算法,边界提取效果很好,修正了一些bug-canny algorithm and classic algorithms, edge extraction well, a number of bug fixes
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
- canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
canny
- 图像处理中:canny算法matlab实现图像的分割-canny algorithm matlab implementation
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.)