CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - hough parameters
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - hough parameters - List
[
Special Effects
]
thehoughlinedetection
DL : 0
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.
Update
: 2008-10-13
Size
: 153.61kb
Publisher
:
石决明
[
Special Effects
]
thehoughlinedetection
DL : 0
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.
Update
: 2025-02-17
Size
: 153kb
Publisher
:
石决明
[
Special Effects
]
hafu
DL : 0
哈夫变换提取参数 matlab实现 附带测试图像-Hough transform extracted parameters to achieve incidental test images matlab
Update
: 2025-02-17
Size
: 185kb
Publisher
:
ljx
[
Special Effects
]
Hough_transfor
DL : 0
函数名称: * 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.
Update
: 2025-02-17
Size
: 12kb
Publisher
:
luyc
[
Special Effects
]
hough_circle
DL : 1
通过hough变换求图像中的圆的参数(圆心坐标和半径)-Through the hough transform for image circle parameters (center coordinates and radius)
Update
: 2025-02-17
Size
: 25kb
Publisher
:
王常升
[
Graph program
]
hough_line
DL : 0
通过hough变换求图像中的直线的参数(斜截式)-Through the hough transform for images of straight-line parameters (oblique cut-off type)
Update
: 2025-02-17
Size
: 23kb
Publisher
:
王常升
[
Other
]
LFM_WHT
DL : 0
这是关于LFM信号利用WHT变换估计其参数的仿真代码。程序基于时频分析包,但对其中相应部分做了修改。程序中有算法的详细设计内容。-This is on the LFM signal using WHT transform to estimate the parameters of the simulation code. Procedures based on time-frequency analysis package, but part of which had been amended accordingly. Procedures in the detailed design of the contents of algorithm.
Update
: 2025-02-17
Size
: 5kb
Publisher
:
Polo
[
matlab
]
Simulation_System_of_Unknown_Environmen
DL : 1
:以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.
Update
: 2025-02-17
Size
: 350kb
Publisher
:
xuyuhua
[
Special Effects
]
hough
DL : 0
(1)hough1.m计算所有点的直线参数 ,并将参数存入累加数组中; (2)houghpeaks.m文件进行峰值检测 (3)houghlines.m对图像中的线段检测和链接:-(1) hough1.m straight points for the calculation of all parameters, and parameters into the cumulative array (2) houghpeaks.m document peak detector (3) houghlines.m segment the image in the detection and Links:
Update
: 2025-02-17
Size
: 4kb
Publisher
:
tudou
[
Special Effects
]
Circle_Recognition_Through_a_Point_Hough_Transform
DL : 0
:给出了一种新的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.
Update
: 2025-02-17
Size
: 208kb
Publisher
:
王浩
[
Graph program
]
Detection-of-ellipses-by-a-modified-Hough-transfor
DL : 0
这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-abstract:The Hough transformation can detect straight lines in an edge-enhanced picture, however its extension torecover ellipses requires too long a computing time. This correspondence proposes a modified method which utilizes two properties of an ellipse in such a way that it iteratively searches for clusters in two different parameter spaces to find almost complete ellipses, then evaluates their parameters by the least mean squares method.
Update
: 2025-02-17
Size
: 1.83mb
Publisher
:
华瑞娟
[
Graph program
]
classical-hough
DL : 0
文件中有根据经典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
Update
: 2025-02-17
Size
: 2kb
Publisher
:
丰旻
[
Special Effects
]
bobust
DL : 0
霍夫变换和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.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
zhengyan
[
Graph program
]
line_hough
DL : 0
利用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.
Update
: 2025-02-17
Size
: 9kb
Publisher
:
JH
[
Special Effects
]
hafubianhuan
DL : 0
哈夫变换直线参数检测是图像分析和计算机视觉中一个基本问题,哈夫变换能很好地解决这个问题,然而哈夫变换的巨大计算量使它难于实时应用.因为一个图像点对应参数空间的一条曲线,图像点与量化后的参数区间是一对多的关系,造成了标准哈夫变换的计算复杂性.而两点确定一条直线,两个图像点对应一个参数点,利用这个原理能大幅度减少哈夫变换的计算量. -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.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
徐昊
[
matlab
]
hough--matlab-tuoyuan
DL : 0
不错的检测椭圆程序 只需要改一些参数即可运行-Good testing procedures only need to change some of the ellipse parameters to run
Update
: 2025-02-17
Size
: 146kb
Publisher
:
海盗1888船
[
matlab
]
circle-Hough
DL : 0
hough变换是实现图像边缘检测的一种有效方法,其基本思想是将测量空间的一点变换到参量空间中的一条曲线或一个曲面,而具有同一参量特征的点交换后在参量空间中相交,通过判断交点处的积累程度来完成特征曲线的检测,-hough transform to achieve image edge detection of one kind of effective method The basic idea of the measurement space point conversion to the parameter space, a curve or a curved surface, and the points with the same parameters characteristic exchange in the parameter space intersect throughthe degree of accumulation of the judgment at the intersection to complete the detection of the characteristic curve,
Update
: 2025-02-17
Size
: 50kb
Publisher
:
tiancai
[
Software Engineering
]
hough
DL : 0
hough变换,求三角形参数 变长,交点坐标,高度,面积-the hough transform seeking triangle parameters
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陈
[
2D Graphic
]
HOUGH
DL : 0
图像中的直线检测程序,可以检测图像中的直线,可以设置参数,支持-The linear image detection procedure can detect the linear image, you can set parameters, to support
Update
: 2025-02-17
Size
: 213kb
Publisher
:
徐光辉
[
Graph program
]
classical-hough
DL : 0
文件中有根据经典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
Update
: 2025-02-17
Size
: 2kb
Publisher
:
tbelieve
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.