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

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:

[Graph programhough

Description: hough变换,能够检测图像中的直线,并能检测出直线的倾斜角-hough transform, capable of detecting images of a straight line, and can detect the angle of inclination of a straight line
Platform: | Size: 204800 | Author: 赤脚女孩 | Hits:

[Special Effectshough

Description: 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。-Hough transform is a very useful algorithm, can detect a straight line, round, oval, etc., can also be connected to the edge.
Platform: | Size: 98304 | Author: 格子 | Hits:

[Special EffectsDETECTION_LineHough_inIMAGE

Description: 在文档图象中 用HOUGH变换 探测图象中的直线段 英文代码不影响使用-Images used in the document image HOUGH transform to detect line segments in the code does not affect the use of English
Platform: | Size: 277504 | Author: yang | Hits:

[matlabLineDetectonviaStandardHoughTranform

Description: 利用hough变换检测直线的matlab实现,希望对初学者有用.-Detection using hough transform matlab linear realize, I hope useful for beginners.
Platform: | Size: 1024 | Author: 超越 | Hits:

[Special Effects99273895houghcircle

Description: 圆检测,hough变换是检测直线&圆的很高的工具,这里是用hough变换检测圆的程序。-Hough transform to detect linear & round of high tool used here is a round Hough Transform detection procedures.-Circle detection, hough transform to detect straight line
Platform: | Size: 1024 | Author: 大庆 | Hits:

[Special EffectsHough

Description: VC++实现hough变换提取直线,且能检测出两条平行直线-VC++ Achieve a straight line hough transform extract and can detect two parallel straight lines
Platform: | Size: 23552 | Author: panghuanzhi | Hits:

[Special Effectshoughline

Description: hough 变换提取直线 MATLAB程序 可以很好的检测出一副图像中的直线-Extraction of straight line hough transform MATLAB program can detect a very good image of a straight line
Platform: | Size: 1024 | Author: tdw | Hits:

[matlabHough

Description: line detection using Hough transform
Platform: | Size: 226304 | Author: srikhan | Hits:

[.netHOUGH

Description: hough变换,用来检测直线 hough变换,用来检测直线-hough transform to detect straight line hough transform to detect straight
Platform: | Size: 877568 | Author: 秘密 | Hits:

[Special Effects4_hough

Description: 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recognition from the basic geometry methods. The basic principle of Hough transform is to use point and line duality, the original image space curve given expression through the curve of the parameter space into a point. This had given the original image in the detection curve into a parameter space to find the problem in the peak. That is, the overall characteristics of the detection of local features into testing. For example, a straight line, oval, round, arc and so on.
Platform: | Size: 14336 | Author: cui ju | Hits:

[JSP/JavaLINEAIR_HOUGH

Description: this code is an simple application of the hough transform in java , detect lines on a foto an describe the line equation
Platform: | Size: 69632 | Author: med | Hits:

[Special Effectshoughlines

Description: 在MATLAB中,使用Hough变换做线检测和链接-In MATLAB, use Hough transform to detect and link line
Platform: | Size: 1024 | Author: zuo | Hits:

[Graph Recognizehough-Transform-for-Line-Detect

Description: Hough变换的入门算法.含有详细的注释.-The basis Algorithm for Hough Transform used to detect lines in the Digital Image.The function GetPeak() is useful for Peak Value Detect. Any Question? Mail me.
Platform: | Size: 1024 | Author: 黄习培 | Hits:

[Graph Recognizeline-detection

Description:
Platform: | Size: 1024 | Author: sss | Hits:

[GDI-BitmapHough

Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use point and line duality, the original image space, the curve of a given expression through the curve into a parameter space of a point. This put the original image in the detection of a given curve is transformed into a parameter space to find problems in the peaks. That is to detect the overall characteristics of transformation for the detection of local features. For example a straight line, ellipse, circle, arc and so on.
Platform: | Size: 24576 | Author: 王超 | Hits:

[Special EffectsHoughTransform

Description: 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改 进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。-Hough transform image processing image recognition from the basic geometry of one of the methods, the application is very wide, there are many improved algorithm. The most basic black and white images from the Hough transform to detect straight lines (line).
Platform: | Size: 66560 | Author: Houghtransform | Hits:

[Special EffectsHough_LineDetect

Description: 自己编写的利用霍夫变换检测满足一定条件直线的matlab程序,对各个参数进行了详细说明-I have written using Hough transform to detect straight line to meet certain conditions, matlab program for a detailed explanation of each parameter
Platform: | Size: 1024 | Author: 章智凯 | Hits:

[Software EngineeringCopy-of-Hough-transform-to-detect-and-delete-line

Description: Copy of Hough transform to detect and delete line12
Platform: | Size: 21504 | Author: samira | Hits:

[Software EngineeringCopy-of-Hough-transform-to-detect-and-delete-line

Description: Copy of Hough transform to detect and delete lines
Platform: | Size: 10240 | Author: samira | Hits:
« 12 3 4 »

CodeBus www.codebus.net