搜索资源列表
Hough-Transform
- 霍夫变换检测线段,用到OPENCV,实现简单易懂,值得参考-Hough Transform,opencv
houph_MFC
- 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
11_29_PPHT_and_Standard_H
- 在opencv下,利用标准霍夫变换和概率霍夫变换两种方式,进行了直线检测。都能很好的显示出来。-In the opencv environment, Using the PPHT and standard HT to detect lines in an image.
use_hough_transforms_to_detect_the_straight_lines.
- 利用霍夫变换寻找图像帧中的直线段并将其显示-Use Hough transform to find the image frame line segment and displays
circledetect
- 这是一个eclipse工程,利用opencv2.2中的霍夫变换寻找圆心坐标。-This is a eclipse project.It is used to find the circle point.
Lane
- 使用OpenCV进行车道线检测,Canny算子加霍夫变换,效果请看http://v.youku.com/v_show/id_XMjkzMzk2OTMy.html-Lane detection using opencv, Canny and Hough Transform. see the link http://v.youku.com/v_show/id_XMjkzMzk2OTMy.html
VCDIP_P563
- OpenCV实现霍夫变换检测,比较简单,可以检测直线和圆周-OpenCV Hough transform to detect relatively simple, and can detect a straight line and circular
RHT_CIRCLE
- 利用随机霍夫变换,检测图像中的圆,可以调节参数,达到理想效果-Find circles by using RHT
FindCircle1.0
- 基于霍夫变换的圆的查找,由opencv实现-Based on the Hough transform circle Find by opencv
MFC与OPENCV的结合
- 源代码,包括了基于opencv的常用的图像处理函数在MFC下的应用,例如 图像预处理,角点检测,霍夫变换,运动定位等例子。
hough
- 利用霍夫变换的方法对图像中的线段进行检测,并将检测出的线段在图像上显示出来-The method of use of the Hough transform to detect the segment in the image, and the detected lines on the image displayed
houghline
- 利用opencv库的霍夫变换实现图像中的直线提取并标记为红色-Opencv library Hough transform in image line extraction and marked in red
Hough_circle
- 霍夫变换(检测圆),vs2010环境下,opencv-Hough transform (circle detection)
HoughLine
- 一个基于opencv库函数的VC工程,通过霍夫变换提取图像中的直线-One based on the opencv library function of the VC project, through the Hough transform to extract the linear image
CV2_Learn_LineFinder
- 使用opencv2写的,利用概率霍夫变换检测直线,并检测带有端点的线段。-Use opencv2 written using probabilistic Hough transform to detect straight line, and the line segment with endpoint detection.
TestStaticFaceDetect[2013-12-29]
- 利用VC++和opencv实现的人脸检测检测代码,利用霍夫变换以及opencv相关的库实现-Face detection code using VC++ and opencv realized, using Hof transform and opencv related Library
cvHoughCircles
- 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
OpenCVdemo11
- OpenCV霍夫变换:霍夫线变换,霍夫圆变换合辑 OpenCV中霍夫变换相关的知识点 OpenCV中实现霍夫线变换的HoughLines、HoughLinesP函数的使用方法,实现霍夫圆变换的HoughCircles函数的使用方法-OpenCV hough transform: line hough transform, hough transform collection OpenCV hough transform in the relevant knowledge Open
霍夫变换
- 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)