Welcome![Sign In][Sign Up]
Location:
Search - hough line parameters

Search list

[Special Effectsthehoughlinedetection

Description: Hough变换可以检测已知形状的目标,而且受噪声和曲线间断的影响小。介绍 采用哈夫(Hough)变换,在二值化图像中检测直线,确定其参数的方法。-Hough Transform can detect known shape goals, but also by the noise and the impact curve intermittent small. Introduced, Hough (Hough) transform, the two binary image detection of straight lines, its parameters.
Platform: | Size: 156672 | Author: 石决明 | Hits:

[Special EffectsHough_transfor

Description: 函数名称: * HoughDIB() * * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数,必须是4的倍数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 运算成功返回TRUE,否则返回FALSE。 * * 说明: * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 * 提取出来。 * * 要求目标图像为只有0和255两个灰度值的灰度图像。-Function name:* HoughDIB ()** parameters:* LPSTR lpDIBBits- point to the source DIB image pointer* LONG lWidth- source image width (pixel number 4 must be in multiples of)* LONG lHeight- source image height (pixel number)* return value:* BOOL- operation successful return TRUE, otherwise return FALSE.** Description:* The function used to detect images of parallel straight lines. If the image has two parallel straight lines, they will be two parallel straight-line* extracted.** Request object image for only 0 and 255, two gray value of gray-scale image.
Platform: | Size: 12288 | Author: luyc | Hits:

[Graph programhough_line

Description: 通过hough变换求图像中的直线的参数(斜截式)-Through the hough transform for images of straight-line parameters (oblique cut-off type)
Platform: | Size: 23552 | Author: 王常升 | Hits:

[matlabSimulation_System_of_Unknown_Environmen

Description: :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究工作。-Abstract:A simulation system ofmapping for sonar-based mobile robot was developed易0 in static and dynamic unknown environments in a foFin ofmatlab toolbox.Sensor models with tunable parameters were established by interpreting and simulating the mechanism of encoder。digital compass.and polaroid 6500 sonar.These sensors provide the information of robot pose and environments.A novel C1HT[Cluster Inhibiting Hough Transfo删J algorithmfor sonar data was proposed by ana~zing existing line segments detection methods based on Hough Transform,which would make the research of feature—based mapping of unknown environment more convenient.
Platform: | Size: 358400 | Author: xuyuhua | 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 Effectsbobust

Description: 霍夫变换和RANSAC... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... -observe that Hough transform and RANSAC can estimate line parameters even with outliers. Write a program to estimate the parameters of a 2D circle.
Platform: | Size: 1024 | Author: zhengyan | Hits:

[Graph programline_hough

Description: 利用hough变换检测图像中的直线,得到检测直线的参数与首位端点,并在原图中标出所检测到得直线。-Detection using hough transform image of the straight line parameters to be detected with the first endpoint, and the Original bid to get straight out of the test.
Platform: | Size: 9216 | Author: JH | Hits:

[Special Effectshafubianhuan

Description: 哈夫变换直线参数检测是图像分析和计算机视觉中一个基本问题,哈夫变换能很好地解决这个问题,然而哈夫变换的巨大计算量使它难于实时应用.因为一个图像点对应参数空间的一条曲线,图像点与量化后的参数区间是一对多的关系,造成了标准哈夫变换的计算复杂性.而两点确定一条直线,两个图像点对应一个参数点,利用这个原理能大幅度减少哈夫变换的计算量. -Hough transform line detection is a parameter image analysis and computer vision a basic question, Hough transform can solve this problem, but the enormous computing capacity Hough transform real-time applications make it difficult. Because one image point corresponding parameter space a curve, the image point and the parameters of the quantized range is one to many relationship, resulting in the standard Hough transform for computational complexity. The two Queding a straight line, the two images point to one parameter points, Use of this principle can be large Hough transform magnitude less computation.
Platform: | Size: 2048 | Author: 徐昊 | Hits:

[matlabMATLAB.zip

Description: Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的累加值的大小。,Hough transform using the image space and Hough parameter space point- line duality, the detection problem in the image space conversion to the parameter space. Through simple accumulation statistics, and then in the Hough parameter space in the parameter space Find accumulator peak detect linear. For example, in Figure 1 (a), corresponding to the nine segments in Figure 1 (b) shown in the Hough parameter space of nine accumulator peak. Figure 1 (b), the horizontal and vertical coordinates of the on Hough parameter space respectively linear polar coordinate equation: ρ = xcos (θ) PPLS ysin (θ) of the two parameters ρ and θ. Nine peak of ρ and θ values ​ ​ uniquely determine the two parameters of the corresponding segments where the straight line. And the length of the line segment to decide the size of the accumulated value of the coordinates (ρ, θ) at.
Platform: | Size: 1024 | Author: peter | 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: tbelieve | Hits:

[Special Effectshough_s

Description: 基于hough变换得直线检测,对于一组随机的直线点,可以得到直线参数,检测精度高。-Was based on line detection hough transform, for a group of random straight points, you can get a straight line parameters, high detection accuracy.
Platform: | Size: 1024 | Author: teresa | Hits:

[matlabline

Description: hough变换检测图像中的直线可以得到检测直线的参数与首位端点。-Hough transform to detect the image of a straight line can be detected in the parameters of the line and the first endpoint.
Platform: | Size: 9216 | Author: zhch26 | Hits:

CodeBus www.codebus.net