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

Search list

[GDI-BitmapHough变换的源程序

Description: Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is \"sita\" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita) + y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.
Platform: | Size: 2012 | Author: doctorsuo | Hits:

[GDI-BitmapHough变换的源程序

Description: Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a line whoes direction is "sita" , and the distance from the origin to this line is s. So each point in this line satisfies the equation : s=x*Cos(sita)+ y*Sin(sita) . We can find out the lines based on this fact. And this programme is to find out the longest line in the image.
Platform: | Size: 2048 | Author: doctorsuo | Hits:

[GDI-Bitmap220195168672005715205401563311

Description: 图像的腐蚀图像的膨胀图像的结构开和结构闭图像的细化图像的边缘检测图像的Hough变换图像的轮廓提取图像的识别和模板匹配- The picture corrosion picture inflation picture structure opens with the structure shuts the picture the thin picture edge examination picture Hough transformation picture outline to withdraw the picture the recognition and the template matches
Platform: | Size: 30720 | Author: shixian | Hits:

[Special EffectsHoughellipse

Description: 一个HOUGH变换检测椭圆的小例子,适合于初学者-HOUGH transformation was an ellipse small examples, suitable for beginners
Platform: | Size: 3554304 | Author: kinny | Hits:

[Special EffectsT68

Description: 霍夫(Hough)变换 对测试图片进行Hough变换-Hough (Hough) transformation of the tests conducted Hough Transform Photo
Platform: | Size: 2048 | Author: zsc | Hits:

[Software EngineeringHoughT

Description: 该文章说明了有关霍夫变换对直线、圆、椭圆进行检测的基本原理和主要源码-The article describes the Hough transformation of a straight line, round, oval for testing the basic principles and main source
Platform: | Size: 11264 | Author: zhenyijia | Hits:

[Special EffectsHough-transformor

Description: 图像变换的程序,希望对搞图像处理的朋友能有所帮助-Image transformation process, in the hope that friends engage in image processing, can be helped
Platform: | Size: 9216 | Author: 杨峰 | Hits:

[Multimedia programspheredetectioninpicture.tar

Description: Sphere detection in image with hough transformation
Platform: | Size: 394240 | Author: aloulou | Hits:

[Graph programDetection-of-ellipses-by-a-modified-Hough-transfor

Description: 这是一篇关于椭圆检测的文章:对于做人脸识别,模式识别的同行应该会有所帮助.找了好久,才下到,上传来共享下.-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.
Platform: | Size: 1918976 | Author: 华瑞娟 | Hits:

[AlgorithmHoughTransformconsole

Description: Using opencv, Hough Transformation extract lines from edges.
Platform: | Size: 16041984 | Author: jinhyung | Hits:

[Special Effectshough

Description:
Platform: | Size: 1494016 | Author: 王坤 | Hits:

[Delphi/CppBuilderhouph

Description: 霍夫houph 变换 最近研究 有兴趣 共同研究-Hough transform houph recent studies interested in joint research
Platform: | Size: 2048 | Author: 天下第三 | Hits:

[Special Effectshough

Description: Hough变换对圆的检测.Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。-Circle Detection using Hough Transformation
Platform: | Size: 14336 | Author: 王新 | Hits:

[Special EffectsHough

Description: 应用Hough变换进行圆检测源码,编译环境VS2005,语言C++,有示例图片-Circle detection using Hough transformation
Platform: | Size: 3676160 | Author: Hien Chu | 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:

[OpenCVopencv

Description: 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram. Kalman filter to track a rotating point.
Platform: | Size: 8192 | Author: 胡锦 | Hits:

[Special EffectsHough

Description: 基于灰度的模板匹配 模板匹配 哈弗变换-The template matching based on gray scale template matching Hover transformation
Platform: | Size: 2048 | Author: monica | Hits:

[Graph programHough-transformation

Description: 實作sobel detection and Hough transformation-Implementing sobel detection and Hough transformation
Platform: | Size: 4278272 | Author: andy | Hits:

[OpenCVOpenCV-hough-transformation

Description: Opencv hough transformation,霍夫变换,包含可以运行的完整代码。-Opencv hough transformation, Hough transform, contains the complete code that could be run.
Platform: | Size: 2766848 | Author: gaoyiyi | Hits:

[Otherhough_circle_detection_DLL

Description: Hough Transformation in opencv with python
Platform: | Size: 23552 | Author: srbhattarai | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net