搜索资源列表
OPENCVEXAMPLE
- opencv入门代码:具体包括1、加载并显示一幅图像2、播放avi视频3、canny边缘检测4、缩放显示图像。-opencv project code--including image showing,playing avi,canny Edge Detection.
Desktop
- 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
CannyEdgeDetection
- vs2005下用opencv写的sobel,canny,prewitt边缘检测程序。-vs2005 using opencv written under the sobel, canny, prewitt edge detection procedure.
canny
- Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans.
canny
- 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
canny
- 在opencv下实现canny算子的边缘检测。-Use the algorithm of canny to achieve edge detection in OpenCV.
canny-edge-detection
- 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
canny-jiance
- 对图像边缘检测,实现对图像特征的提取,对图像处理的下步工作做准备-Image edge detection
canny
- 滤波及边缘检测,包括中值滤波,均值滤波,高斯滤波,canny边缘检测,prewitt算子等。-Filtering and edge detection, median filter, mean filter, Gaussian filter, canny edge detection, prewitt operator and so on.
Canny
- opencv学习——canny边缘检测源程序 通过此程序学习如何用opencv编写canny边缘检测程序 是学习opencv的捷径所在-opencv learning- canny edge detection opencv source to learn through this program to learn how to write with opencv canny edge detection program shortcuts where
Canny
- 开发环境VC++6.0,这是一个用OpenCV做的canny边缘检测算法-Development environment VC++6.0, this is one to do with OpenCV canny edge detection algorithm
canny
- opencv 采用Canny算子进行边缘检测,包含函数注释-opencv canny edge detection
canny
- 基于opencv的Canny算法 边缘检测-Canny based on opencv
canny
- 图像的边缘检测,可以对图像进行canny边缘的检测。-Image edge detection, canny edge detection image.
image-canny-and-scaling
- 这是一个基于opencv的图像转换灰度图,图像缩放,边缘检测过程-This is a opencv grayscale image conversion, image scaling, edge detection process
canny
- opencv实现canny边缘检测-opencv realize canny edge detection
canny
- 图像的边缘检测的原理是检测出图像中所有灰度值变化较大的点,而且这些点连接起来就构成了若干线条,这些线条就可以称为图像的边缘。(The principle of edge detection of an image is to detect all the changes in the gray value of the image, and these points are connected to form a number of lines, these lines can be calle
canny
- Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
canny边缘检测
- 使用canny算子进行图像的边缘检测,检测效果良好(Image edge detection using Canny operator)
【5】canny边缘检测
- 基于opencv的canny边缘检测代码,较好地进行边缘检测(Based on opencv canny edge detection code, a better edge detection)