Description: Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle:
Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact.
And this programme is to find out the longest line in the image. Platform: |
Size: 2048 |
Author:doctorsuo |
Hits:
Description: 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测-In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection Platform: |
Size: 1658880 |
Author:pop |
Hits:
Description: 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers Platform: |
Size: 82944 |
Author:liweijun |
Hits:
Description: 用OPENCV测试图像中的直线:主要利用了canny算法和hough变换-OPENCV test images used in a straight line: the main algorithm and canny use of the hough transform Platform: |
Size: 1972224 |
Author:liyu |
Hits:
Description: 关于OpenCV的详尽中文手册,包括CxCore、CvAux、Cv、HighGUI中文参考手册;OpenCV安装文档说明;OpenCV历程:图像文件读入与显示,图像创建、保存和复制,Canny边缘检测,轮廓(contour)检测,图像旋转与缩放,读视频文件和运动问题检测,Hough线段检测,鼠标绘图,离散傅立叶变换,windows下使用采集卡directshow等等以及应用专题-About OpenCV detailed English manual, including CxCore, CvAux, Cv, HighGUI Chinese language reference manual OpenCV installation documentation OpenCV process: read and display image files, image creation, preservation and reproduction, Canny edge detection, contour (contour) Detection , image rotation and scaling, read video files and motion problem detection, Hough line segment detection, the mouse mapping, discrete Fourier transform, windows, etc. to use directshow capture card and the application of special Platform: |
Size: 3723264 |
Author:陈姗 |
Hits:
Description: houghline transform, it it uses canny edge detection and hough transform. It then places a red line over any detected straight lines. Platform: |
Size: 86016 |
Author:markman86 |
Hits:
Description: 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram. Kalman filter to track a rotating point. Platform: |
Size: 8192 |
Author:胡锦 |
Hits:
Description: 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display images such as simple operation. Platform: |
Size: 1070080 |
Author:chenwenlue |
Hits:
Description: 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments Platform: |
Size: 821248 |
Author:吴星怡 |
Hits:
Description: Hough线段检测,是一个很好的opencv学习范例,对于初学者有很大的帮助。-Hough line detection, opencv learning is a good example of a great help for beginners. Platform: |
Size: 1024 |
Author:王越 |
Hits:
Description: OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code) Platform: |
Size: 2048 |
Author:Yagamilight
|
Hits:
Description: 基于opencv,使用hough变换检测图像中的直线,效果良好(Based on OpenCV, the Hough transform is used to detect the straight line in the image, and the effect is good) Platform: |
Size: 744448 |
Author:yuwawa
|
Hits: