搜索资源列表
Canny-Contour-source-code
- Canny 算子提取目标轮廓源代码 OpenCV C-Canny Contour source code
opencv_FeatureDetect_Test
- 这个是在刚学opencv时候的测试小代码。主要是图像特征提取方面的。同时,里面含有自编了canny、角点检测还有一些其他。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. The main aspects of the image feature extraction. At the same time, which includes self-compiled
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
canny
- OpenCV canny算子提取轮廓图,trackbar调节阈值,结果为白线条轮廓-OpenCV canny operator to extract contours, trackbar adjustment threshold, the result is white contour lines
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获取边缘
- 运用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)
canny边界提取
- opencv初学教程canny边界提取代码(canny,opencv,Boundary extraction)
Contours_extraction&drawing_based_on_OpenCV
- 基于OpenCV利用canny算子的图像轮廓提取与绘制(Contours extraction and drawing based on OpenCV, using canny operator.)