搜索资源列表
canny
- 本程序是用vc实现的canny算法,应用于细胞图像分割。
Canny
- 用Canny算子提取边缘。使用vc6.0实现,并且附带测试图片lina。
Canny+image
- 图像边缘检测算法分析,在CANNY算子的基础上研究而成
canny
- canny算子边缘检测的源代码....opencv做得
AComputationalApproachToEdgeDetection
- John Canny的边缘检测算法,即著名的Canny算子经典文献。-The edge detection algorithm was witten by John Canny, that is well-known classical literature of Canny operator.
CVHomework1
- canny算法进行图像的边缘检测,自己写的程序,大家可以参考-canny algorithm for image edge detection, to write their own procedures, we can refer to
CANNY
- 自己写的CANNY算法,有兴趣的朋友分享一下。 -Wrote it myself Canny algorithm, are interested in friends to share.
compare_of_edge_detect_methods
- 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
canny
- 采用canny算法进行边缘检测,寻找输入图像的边缘,并且标志出来-canny algorithm edge detection,can find edge from image and draw it.
cannyfinal
- 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
Canny
- Canny边缘检测,在人脸识别是一个比较经典的计算方法,写论文可以参考一下。-Canny edge detection, in the face recognition is a more classic method of calculating and writing papers for reference.
cannyedgedetectori
- code for canny edge detector
Canny
- canny算子是边缘检测很重要的方法.尽管80年代就已经出现.目前还没有取代它的方法.这是canny算子的解释-canny edge detection operator is a very important way. Although there have been 80' s. There is no way to replace it. This is a canny operator interpretation
ydm
- canny边缘检测算子的c源代码-canny edge detection operator of c source code. . . .
caany
- canny边缘检测算法,,我见过的做好的-canny edge detection algorithm, I have seen the good, and,
canny
- canny 算法,主要用于图像的边缘检测,是经典的一个方法-canny algorithm, mainly used for image edge detection, is a classical method of
sc_demo
- shape context matlab opensource code use in image process Contains the canny edge detector and the shape context of the optimization calculation.
canny
- 实现canny算子边缘检测,是频域增强处理后的在处理。-Achieve canny edge detection operator ,which is enhanced after treatment frequency in treatment.
canny
- 基于canny算法的物体边缘提取,可用于提取质心及提取物体尺寸。(Object edge extraction based on Canny algorithm.)