Welcome![Sign In][Sign Up]
Location:
Search - hough transform circle detection

Search list

[AI-NN-PRhough_circle

Description: matlab标准hough变换圆检测代码,已经经过测试,可用于图像识别-Matlab standard Hough transform circle detection code has been tested, can be used for image recognition
Platform: | Size: 1024 | Author: | Hits:

[Special Effectshoughregonize-c

Description: c语言hough变换实现直线和圆的检测。圆的检测是一种改进算法-c language hough transform linear and circular testing. Circle detection is an improved algorithm
Platform: | Size: 2048 | Author: 张亮 | Hits:

[Special EffectsCircledetectionbasedonrandomHoughtransform

Description: 基于随机Hough变换的圆检测方法,可检测不同位置、半径的圆。-Based on random Hough transform circle detection method can detect a different location, the radius of the circle.
Platform: | Size: 94208 | Author: wang gang | Hits:

[Special EffectsHough-matalab

Description: 基于Hough变换的圆检测 -matalab程序,能有效地检测圆曲线,在matalab下运行-Based on the Hough transform circle detection-matalab procedures, can effectively detect circular curve, in the run matalab
Platform: | Size: 98304 | Author: 哥琴 | Hits:

[Special EffectsHough

Description: 一种随机Hough变换检测圆的改进算法,很好的提高了检测圆的性能-A randomized Hough transform circle detection to improve the algorithm, a very good round and improve the detection performance
Platform: | Size: 98304 | Author: 隋航 | Hits:

[Special EffectsHough_Transform_for_circle_detection

Description: 利用Matlab实现的,利用Hough变换进行圆检测算法。-The use of Matlab to achieve, the use of Hough transform for circle detection algorithm.
Platform: | Size: 2048 | Author: 孙汶 | Hits:

[Special Effectscvhoughcircles

Description: hough变换检测圆的opencv源码 不错哦-hough transform circle detection opencv source Oh well
Platform: | Size: 4096 | Author: 吴首慧 | Hits:

[Special EffectsHough2

Description: hough变换检测圆,在对话框里显示检测到的圆心,圆,只能对黑底白字的灰度图进行检测-hough transform circle detection, in the dialog box shows the center of a circle is detected, round, only the grayscale black white test
Platform: | Size: 445440 | Author: 李雨 | Hits:

[Special Effects218249291220077595839260455

Description: 基于改进Hough变换的圆形物体检测:圆的Hough变换,椭圆的Hough变换,改进型Hough变换-Hough transform based on improved detection of circular objects: a circle Hough transform, elliptical Hough transform, modified Hough transform
Platform: | Size: 3046400 | Author: 孙惠 | Hits:

[2D Graphichough

Description: Hough 变换,探测圆的半径,可以探知未知圆的半径和圆心-Hough transform, circle detection radius, you can explore the unknown circle radius and center
Platform: | Size: 11264 | Author: zeyoo | Hits:

[Special EffectsHough-circle-detection

Description: Hough变换检测圆,matlab源代码-Detection of circular Hough transform, matlab source code
Platform: | Size: 44032 | Author: zxl | Hits:

[Software Engineeringcircle-detection-using-hough-transform

Description: circle detection using hough transform 作者:D J Kcrbywn and T J Atherton, University of Warwick, U.K.霍夫检测圆的IEEE,1995的文章,对指导霍夫变换圆检测的原理有一定的指导。-circle detection using hough transform Author: DJ Kcrbywn and TJ Atherton, University of Warwick, UK Hough circle detection IEEE, 1995 article in guiding Hough transform circle detection principle must have the guidance.
Platform: | Size: 338944 | Author: miaosiyi | Hits:

[Special EffectsMATLAB

Description: 利用MATLAB实现的一些图像处理程序 有利用HOUGH变换实现圆的检测 也有实现均值处理的以及同台滤波处理还有中值滤波的-The use of MATLAB implementation of a number of image processing procedures have to use HOUGH transform circle detection also realize there is implementation of the deal, as well as the mean filter treatment have the same median filter of
Platform: | Size: 4096 | Author: 刘东 | Hits:

[matlabHough-Circle-Detection

Description: 这个matlab程序通过标准的hough变换,并指定圆半径的情况下,在二值图像中检测圆。-The matlab program through standard hough transform, and specify the radius, the two values in the detection of circular images.
Platform: | Size: 37888 | Author: eddielee | Hits:

[Special EffectsCircle_Recognition_Through_a_Point_Hough_Transform

Description: :给出了一种新的Hough 变换圆检测方法——点Hough 变换(PHT)。该方法根据圆周上任意两条不平行弦的中垂线相交与圆心的几 何性质,同时选取曲线上3点 进行计算,将传统Hough变换圆检测时的三维参量统计变成一维参量统计,极大地降低了计算复杂性和对资源的需求。为了克服任意选取组合点可能带来的计算量增加及统计结果的分散程度提高,文中提出了点的选择方法。合成图和实际图像的实验结果表明,该方法用于普通图像中圆检测时快速、稳定、准确。-: This paper presents a new method of Hough transform circle detection- point Hough transform (PHT). The method according to any circle on the two parallel strings do not intersect with the vertical center of the geometric properties, select the curve at the same time to 3:00, the traditional Hough transform circle detection parameters when the three-dimensional into a one-dimensional statistical parametric statistics, greatly reduces the computational complexity and demand for resources. In order to overcome the combination of any selected point of the calculation of the potential increase in the dispersion results and the degree of increase in the points raised in the text of the selection method. Synthesis of maps and images of the actual experimental results show that the method can be applied to general image circle detection in rapid, stable and accurate.
Platform: | Size: 212992 | Author: 王浩 | Hits:

[Special EffectsHough

Description: hough变换检测圆的处理,包括对圆心的检测,半径的检测,算法巧妙。-hough transform circle detection, including detection of the center of a circle, the radius of detection, the algorithm skillfully.
Platform: | Size: 3896320 | Author: zhouwei | Hits:

[Special Effectshough

Description: 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a, b, R three-dimensional space. Hough transform commonly used in the calculation too, however, although randomized hough transform a relatively small amount of calculation, but not the former high accuracy. now use an improved method: extracting the edge image, and then the edge of track, at the edge curve on the hough transform circle detection.
Platform: | Size: 1024 | Author: 苏立 | Hits:

[Graph programclassical-hough

Description: 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much slower compared to a straight line
Platform: | Size: 2048 | Author: 丰旻 | Hits:

[Special Effectscircle-detection

Description: 采用hough变换对半径未知的圆进行检测-Using hough transform to detect the circle radius of the unknown
Platform: | Size: 2048 | Author: sss | Hits:

[matlabHough-Circle-Detection

Description: 基于hough变换的圆形检测,非常好用。-Based on hough transform circle detection, very easy to use.
Platform: | Size: 37888 | Author: cc | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net