搜索资源列表
canny-jiance
- 对图像边缘检测,实现对图像特征的提取,对图像处理的下步工作做准备-Image edge detection
ex03
- 应用的小程序,在opencv中,应用canny算子对图像提取边缘-Application of small program, and in opencv, canny operator application of image edge extraction
1GHY3249TIQU1
- 基于canny算子的边界提取 cvCanny 采用 CANNY 算法发现输入图像的边缘而且在输出图像中标识这些边缘-Based on the the canny operator' s boundary extracted cvCanny CANNY algorithms found the edge of the input image and identify these edge in the output image
line
- canny边缘检测,实现边缘点像素提取。-canny edge detection, edge point pixel extraction.
cv_LoG
- opencv环境下log检测子进行边缘提取,并与canny检测子和laplace检测子进行比较。-opencv environment, log detection for edge extraction, and compared with the the canny detector and the Laplace detector
edge_detect
- 本代码为Canny检测算法的实现,功能为对图象边缘确定与提取-The code for the the Canny detection algorithm, determine and extraction the edge of the image
im2-edge_var
- 用opencv 写的一个可以读取视频,并对视频进行边缘提取,有经典的Canny,prewitt,sobel等算子,效果很好-Written opencv can read the video, and video from the edge, classic Canny, prewitt, sobel operator, with good results
canny
- opencv中利用canny算子提取边缘-use canny to chuli picture
cannyPostu
- canny算子结合ostu自适应阈值调整,用于边缘提取,-ostu canny operator combines adaptive threshold adjustment for edge detection,
Avi-file-edge-detection-
- 本程序是基于OPENCV的C代码编程,其主要功能是对视频文件提取边缘。边缘提取的算法是Canny算法。-This program is based on the C code programming OPENCV, its main function is to extract the video file edges. Canny edge detection algorithm is the algorithm.
lena
- canny边缘提取算子,有用C++和opencv-canny edge detection operator useful C++ and opencv
Canny
- 基于OPENCV和VC6.0的Canny边缘算法的源代码,可以很好地提取图像的边缘,对图像进行分割-Based OPENCV and VC6.0 the Canny edge algorithm source code, can be a good image edge extraction, image segmentation
canny
- canny算子边缘检测 提取图像边缘并显示-canny edge detection
canny_test
- Canny边缘检测算法是1986年有John F. Canny开发出来一种基于图像梯度计算的边缘 检测算法,同时Canny本人对计算图像边缘提取学科的发展也是做出了很多的贡献。尽 管至今已经许多年过去,但是该算法仍然是图像边缘检测方法经典算法之一。-Canny edge detection algorithm in 1986 John F. Canny edge detection algorithm developed by the image gradient calcu
Canny获取边缘
- 运用Cnny方法获取图像边缘,即根据图像的梯度进行边缘提取。程序中设置了滑块,可设置提取的程度
canny
- 基于vc ++ 6.0和openCV图像边缘提取canny算法-Based on vc++ 6.0 & openCV image edge extraction canny algorithm
ReadVideoCanny
- 在OpenCV中读取摄像头实时读取图像,并使用Canny算子对视频进行边缘提取。(Reading video from camera of your computer by using opencv and extracting pictures' edges with canny algorithm.)
canny_detect
- 用PYthon实现Canny算法,对影像进行边缘提取(This code can get object edge through canny algorithm. It is written in Python language.)
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
template—release
- 基于canny算法的边缘提取 基于canny算法的边缘提取(Edge extraction based on Canny algorithm Edge extraction based on Canny algorithm)