Location:
Search - fast hough
Search list
Description: Hough变换的简易程序, * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform to the simplified procedure, * The function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear * extracted. * * Requirements for the target image only two 0 and 255 gray values of gray-scale images.
Platform: |
Size: 5928 |
Author: wu tao |
Hits:
Description: fast circles Hough
Platform: |
Size: 566633 |
Author: 陈小二 |
Hits:
Description: hough的一个例子,检测直线-Hough An example of the line detection ... ... ...
Platform: |
Size: 3552256 |
Author: 阿九 |
Hits:
Description: 利用HOUGH变换提取边界特征,还有SOBEL算子的算法也一并附上.-use feature extraction border, SOBEL Operator algorithm also accompanied.
Platform: |
Size: 43008 |
Author: 唐军 |
Hits:
Description: Hough变换的简易程序, * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
* 提取出来。
*
* 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform to the simplified procedure,* The function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear* extracted.** Requirements for the target image only two 0 and 255 gray values of gray-scale images.
Platform: |
Size: 6144 |
Author: wu tao |
Hits:
Description: 在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。-In the gray image in a straight line detection, the experiment with the effect of the image. Using fast Hough transform, to correctly segment endpoint search.
Platform: |
Size: 432128 |
Author: major |
Hits:
Description: 一种改进的Hough变换来提取圆心和半径.速度很快效果也不错.要用真彩色位图.-An improved Hough transform to extract the center and radius. Fast effect is not bad. To use true-color bitmap.
Platform: |
Size: 19456 |
Author: 张正涛 |
Hits:
Description: fast circles Hough -fast circles Hough
Platform: |
Size: 566272 |
Author: 陈小二 |
Hits:
Description: 基于霍夫变换开发一种较通用的快速圆检测方法,并将之应用到虹膜图象的检测中,完成对虹膜内、外边缘的定位。-Hough transform based on the development of a more general-purpose fast circle detection methods, and to apply it to the detection of iris images, the completion of the iris inner and outer edge of the positioning.
Platform: |
Size: 1024 |
Author: liming0028 |
Hits:
Description: HOUGHTRANSFORM uses Hough transform for line detection. (very fast and easy solution).
Platform: |
Size: 1024 |
Author: ma |
Hits:
Description: object recognition using fast adaptive hough transform 快速自适应霍夫变换
作者:D.D. Haule. A.S. Malowany
Computer Vision and Robotics Laboratory
Department of Electrical Engineering
McGill University。IEEE 1989的文章,对指导霍夫变换检测目标的识别有一定的参考意义-object recognition using fast adaptive hough transform Express Adaptive Hough Transform Author: DD Haule. AS Malowany Computer Vision and Robotics Laboratory Department of Electrical Engineering McGill University. The IEEE 1989 article in guiding Hough Transform Detect target recognition must have reference significance
Platform: |
Size: 390144 |
Author: miaosiyi |
Hits:
Description: 针对多椭圆检测问题提出了一种快速随机检测算法。该算法利用在图像中随机采样到的一个边缘点和
局部搜索到的两个边缘点以及这三个点的邻域信息确定候选椭圆,再将候选椭圆变换为对应圆,通过确认真圆来确
认真椭圆。在确定候选椭圆时,最大限度地减少随机采样点数 剔除更多的非椭圆点,降低了无效采样,减少了无效
计算。数值实验结果表明:该算法具有良好的鲁棒性,其检测速度比同类算法快-Ellipse detection problem for many a fast random detection algorithm. The algorithm uses random sampling in the image of an edge point and the local search to the two edge points, as well as the three-point neighborhood information to determine the candidate ellipse, and then transformed into the corresponding elliptical candidate won, through the identification of real yen to confirm really elliptical. In determining when a candidate ellipse, to minimize random sampling points ‰ remove more non-oval points, reducing invalid sampling, to reduce the calculation invalid. Numerical experimental results show that: the algorithm has good robustness, and its detection faster than similar algorithms quickly
Platform: |
Size: 526336 |
Author: 刘镖峰 |
Hits:
Description: 一种快速的随机Hough变换圆检测算法,模式识别的经典实例,图像图像处理的源码-A fast randomized Hough transform circle detection algorithm, a classic example of pattern recognition, image processing of the source image
Platform: |
Size: 202752 |
Author: 张明伟 |
Hits:
Description: fast hough transform-fast hough transform
Platform: |
Size: 1016832 |
Author: lilei |
Hits:
Description: Hough transform for line detection. (very fast and easy solution).
written by :
Ebaadat Ghanbari Parmehr. Nov.21.2004.
University of Tehran.
Faculty of Engineering.
Surveying and Geomatics Department.
Photogrammetry Devision.
Platform: |
Size: 20480 |
Author: Carlos |
Hits:
Description: Hough变换是图像处理中的一种常用的检测算法,能够有效地在较大的噪声环境中提取图像中的特定信息。本文主要介绍了标准Hough变换算法以及为了降低标准Hough变换算法的时间复杂度而提出的快速Hough变换算法。
-Hough transform is a commonly used image processing detection algorithm that can efficiently extract large noise in the image specific information. In this paper, the standard Hough transform algorithm and the standard Hough transform in order to reduce the time complexity of the algorithm proposed fast Hough transform algorithm.
Platform: |
Size: 518144 |
Author: 王真 |
Hits:
Description: hough直线和园检测,很有用,运行速度快,可以使用-hough line detection and garden, very useful, fast, you can use
Platform: |
Size: 3673088 |
Author: xu |
Hits:
Description: 我自己编写的快速霍夫变换,只要斜率一样就可以检测出来-I write fast Hough transform, as long as the slope of the same can be detected
Platform: |
Size: 1024 |
Author: 李明 |
Hits:
Description: 代码中实现了三种快速Hough变换算法,可用于提取直线。-The code implements three fast Hough transform algorithms that can be used to extract straight lines.
Platform: |
Size: 291840 |
Author: 卢惠民 |
Hits:
Description: 基于Hough变换开发的一种较通用的快速圆检测方法-Based on Hough transform is the development of a more general round fast detection method
Platform: |
Size: 1024 |
Author: 王彩艳 |
Hits: