搜索资源列表
edge
- 调用opencv库,采用sobel算子实现图像的边缘检测功能-Opencv library calls using the sobel operator edge detection of image
edgedetection
- This is edge detection with vc++2008 and opencv.
edge-detection
- 将彩色图像转换为灰度图像并对其进行边缘检测 vs2008+opencv2.1运行成功-A color image is converted to grayscale and edge detection of its successful run vs2008+ opencv2.1
canny-edge-detection
- 基于openCV的canny边缘检测代码 VC++ 2008 express环境运行。-The canny edge detection based on openCV code VC++ 2008 express running environment.
Adjustable-edge-detection
- 可调节边缘检测,可调节阈值。基于vc++6.0平台,以及opencv1.0的库-Adjustable edge detection, adjustable threshold. Full-featured
edge--detection
- 用opencv实现的边缘检测功能,根据学习opencv一书中的伪码补充和完整后的代码,可以运行-Edge detection with opencv function, according to the pseudo-code complement and complete code after learning opencv book, you can run
image-edge-detection
- 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
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.
Edge-detection--Sobel-LaplaceCanny
- Edge detection--Sobel,Laplace,Canny.zip 运用各种边缘化算法实现图像的边缘化,用opencv实现。-Edge detection--Sobel,Laplace,Canny.
Edge-Detection
- opencv实现基于Sobel算子、Canny算子和Laplace算子的图像边缘检测算法。 开发环境:vs2010+opencv。-opencv-based Sobel operator, Canny operator and Laplace operator image edge detection algorithm. Development environment: vs2010+ opencv.
Sobel-edge-detection(Semaphores)
- 使用semaphore实现Sobel边缘检测的并行运算-Sobel edge detection using semaphore to achieve parallel computing
edge-detection
- 本文档是利用opencv实现的边缘检测代码,包括3个算子:canny算子,laplace算子和sobel算子-This document is to use the opencv implementation of edge detection code, including three operator, canny operator, Laplace operator and sobel operator
Edge-detection-using-Canny
- 使用边缘检测的Canny算子检测圆形边缘,并且用哈夫方法检测圆形-Use the Canny edge detection operator to detect circular edge, and hough method is used to inspect the circular
Edge-detection
- Visual C++2010下使用opencv2.4.8进行图片的边缘检测-Image edge detection using opencv2.4.8 conduct
edge-detection-(varies-operators)
- 边缘检测的opencv源码,包含了各种算子和滤波器——Canny算子,Sobel算子,Laplace算子以及Scharr滤波器-Edge detection opencv source, including a variety of operator and filter Canny operator, Sobel operator, Laplace operator and Scharr filter
Canny-edge-detection
- 用OpenCV实现canny边缘检测,和MATLAB的canny边缘检测有所不同。-Canny edge detection using OpenCV,it s different the canny in MATLAB.
Marr-Hildreth-edge-detection
- 利用opencv进行Marr-Hildreth图像边缘检测,改进的边缘检测算子-Marr-Hildreth image edge detection with opencv, improved edge detection operator
edge-detection
- 运用c++编写的一个边缘检测算法,对传统的边缘检测算法进行了改进-Edge detection algorithm uses a c++ written, the traditional edge detection algorithm is improved
Edge-detection
- 里面涉及到了一些边缘检测的实例,方便初学者学习和使用-Which involves some examples of edge detection, to facilitate beginners to learn and use
test_edge_detection
- 对图像首先进行3*3内核平滑降噪,然后使用Canny算子做边缘检测(First perform 3*3 kernel smooth noise reduction on the image, then use Canny operator for edge detection)