搜索资源列表
霍夫变换检测圆和直线
- 霍夫变换检测圆和直线,数字图像处理课程设计,直接使用,非常不错
hough.rar
- 用霍夫变换检测直线的一个代码,用C++编写的,很有用的一个程序。,Hough transform detection of a straight line with a code, using C++ Prepared a very useful procedure.
opencv.rar
- 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
houghline.m
- 对读入的图片做霍夫变换,识别出图片中的直线并输出。-Do the Hough Transform to the input image, that is to detect lines in the input image, and output those lines.
HoughTrans
- 强大的霍夫变换源码,检测直线、圆形等-houghtrans
houghlines
- 直线霍夫变换例程,能够在图像中拟合出直线-Straight-line Hough transform routine, the image can fit in a straight line
Houghtransform
- 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
fhouhgh
- 利用霍夫变换进行直线检测的算法实现 设置不同的阈值来控制直线的输出-detect lines in image
Hough_LineDetect
- 自己编写的利用霍夫变换检测满足一定条件直线的matlab程序,对各个参数进行了详细说明-I have written using Hough transform to detect straight line to meet certain conditions, matlab program for a detailed explanation of each parameter
use_hough_transforms_to_detect_the_straight_lines.
- 利用霍夫变换寻找图像帧中的直线段并将其显示-Use Hough transform to find the image frame line segment and displays
huofubianhuan
- 利用霍夫变换对图像进行处理,提取图像中的直线-Use Hough transform to extract linear image
Desktop
- 自己写的霍夫变换检测直线的代码(存在问题的请大神指出来)(Write their own Hof transform line detection code)
hough_circle
- 霍夫变换可以检测直线,矩形和圆,这里是检测圆形程序,很不错(Hough transform can detect lines, rectangles and circles, here is the detection of circular procedures, very good)
霍夫线变换综合示例
- 利用霍夫变换快速检测直线或圆,但是首先对图像进行边缘检测,霍夫变换输入为边缘二值图像(Hough transform is used to detect straight lines or circles, but first, edge detection is carried out, and Hough transform is used as edge two valued image)
hough
- 对图像进行霍夫变换检测直线。遍历图像,把极坐标下点转换到霍夫空间,同时累加器加1,最后统计累加器数组中的极大值点,便对应原图中的直线。(The image is transformed by Hof transform to detect the straight line. Traverse the image, transform the point in polar coordinates to Hof space, accumulate 1 at the same time, and f
霍夫变换
- 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
hough
- 实现图像中直线的检测,并矫正为一条水平的线(Realize straight line detection in the image and correct it to a horizontal line.)
hfbh
- 霍夫变换实现直线变换和圆变换,使用的是Qt+opencv(fakljfhdsjkfgsdhfagbjdhfvjksbgjkahfjfsdg)
3.30-4.3-bianyuan
- 基于霍夫变换的直线检测,效果非常好,图片自己找,可能需要对图片格式做操作。(Line Detection Based on Hough Transform)
python-opencv镜头直线检测
- 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)