搜索资源列表
houph_MFC
- 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
mymfc
- 用OPENCV实现的Canny算子,Sobel算子,Laplace算子,简单不带尺度模糊,简单模糊,中值滤波,高斯滤波,双向滤波滤的示例程序。-OPENCV achieved by Canny operator, Sobel operator, Laplace operator, simple and without dimension fuzzy, simple fuzzy, median filtering, Gaussian filtering, two-way filter filter
sobel
- 这是一个用opencv来开发的,利用sobel算子做边缘检测的算法。-Done using sobel edge detection operator
Example_6_Sobel
- 利用OpenCV实现的Sobel算子,能够对图像进行一定的处理效果。-An example of OpenCV to implement the Sobel algorithm.
Sobel-operator
- 使用Sobel算子进行图像的边缘检测,vc6.0,opencv1.0,希望对大家有用-Image edge detection using Sobel operator, vc6.0 opencv1.0 ,i hope it is useful for everyone.
Sobel
- 图像处理中的sobel算子的用法,sobel 算子的应用代码-The image processing sobel Operators usage
sobel
- sobel算子的实现,包含个文件,一个利用了cvSobel函数,另外两个是用语言写的,也就是cvSobel的实现。-sobel operator to achieve, contains a file, a use the cvSobel function, the other two are written language, that is, the realization of cvSobel.
CV2
- 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
CVSobel
- 在Qt和opencv2.4环境下实现Sobel算子-Achieve Sobel operator in the Qt environment and opencv2.4
sobel
- 利用Sobel算子对图像进行水平检测,可以自定义算子内核大小-Use Sobel operator to detect the level of the image, you can customize the size of the kernel operator
sobel-of-two-directions
- 利用sobel算子对图像进行水平方向和垂直方向的边缘检测,可以根据需要选择算子内核大小-Use sobel operator edge detection for image horizontally and vertically, the operator can select the required sub-kernel size
mysobel
- 基于OpenCV2.x,利用sobel算子提取轮廓图-Base on OpenCV2.x, sobel operator to extract contours
ptr14315findcontour
- 边缘检测算法,基于sobel算子,opencv实现,基础算法。-Edge detection algorithm, sobel operator based, opencv achieve basic algorithm.
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.
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
edgedetector
- 实现了sobel算子和laplace算子对边缘的检测.-realized the edge detection of sobel operator and laplace operator .
SobelOperator
- 在C++中使用sobel算子对图像进行距离变换-Use the sobel operator in C++ distance transformation in the image
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
sobel-opencv
- 基于opencv的sobel算子的实现,包含相关文档和详细代码,可用于图像边缘检测的实现。-Sobel operator based on opencv implementation, including relevant documents and detailed code, can be used for the realization of image edge detection.
Sobel
- 使用opencv对图片使用sobel算子进行图像边缘提取。-Using opencv image using sobel operator for image edge extraction.