搜索资源列表
edge
- 基于OPENCV的图象边缘检测,(VC++) 利用canny算法寻找图象边缘并再输出中标志.
PMCanny
- 用OpenCV实现的基于各向异性扩散滤波的Canny算法-The Canny Algorithm based on Anisotropic Diffusion Filter and Its Implementation with OpenCV
canny
- canny算子实例,很不错的啊,算法效率很高-canny operator instance, a very good ah, the algorithm very efficient
C++ canny算法
- canny算法的源码,C++语言。图像文字识别应用,用于图像平滑去噪细化
Canny
- canny边缘提取算法,很好的图像处理算法值得一看-canny
Canny
- canny算法最经典的算法,边界提取效果很好,修正了一些bug-canny algorithm and classic algorithms, edge extraction well, a number of bug fixes
canny
- canny算法,图像边缘提取,常用图像处理算法-canny algorithm for image edge extraction, image processing algorithm used
canny
- canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
canny
- canny算法主要用于图像轮廓扫描图像识别-canny image contour scanning method is mainly used for image recognition
canny
- 一个非常好的图像边缘检测算法 -一个非常好的图像边缘检测算法
canny
- 基于opencv的使用canny算法进行图像的边缘检测-edge of canny
canny
- canny算法检测图像边缘,通过参数调节,可以得到较好的结果-canny algorithm for image edge detection, parameter adjustment, you can get better results
canny
- 数字图像处理中的的Canny算法,其中包括高斯平滑,非极大值抑制算法,区域填充和边界跟踪算法!-Canny edge Detection!
Canny
- 利用Canny算法进行“抠图”,可以如PS抠图般的效果。而且,可以自己控制阈值。根据阈值变化,查看图像的效果-Using the Canny algorithm "cutout", such as PS cutout like effects. Also, we can control his own threshold. According to the threshold of change, we can view the image effect
Canny边缘检测
- Canny边缘检测是目前最好的算法之一,本程序基于MFC单文档,可再VC6.下直接运行,参数可调。
canny
- 用opencv实现canny算法 配置环境vs2013+opencv3.0直接可用-Canny algorithm with opencv configuration environment vs2013+opencv3.0 directly available
canny-edge-detecction
- canny边缘检测,Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但是,我们讨论计算能力的时候,也要考虑到随着处理器速度不断提升,有望在未来几年使得这不再成为一个问题。-canny edge detection, Canny algorithm is suitable for different occasions. It allows the parameter
zj_canny.m
- 利用传统canny算法进行边缘检测,详细(Edge detection using traditional Canny algorithm in detail)
VC++ Canny算子提取边缘算法示例
- VC++ Canny code ! compiled by vc 6.0, it's effective!
jiaodianjiance
- 这是角点检测的canny算法的代码,实现角度和位置自己设置,有界面,可运行。(This is the corner detection of the Canny algorithm code, the realization of the angle and location of their own settings, there is an interface, can run.)