Description: hough变换的matlab实现用来检测图像中的直线圆等特征-Hough Transform Matlab achieve images used to determine the characteristics of Circle Line Platform: |
Size: 1024 |
Author:dewgjs |
Hits:
Description: % 该函数实现hough变换提取直线的功能
% 输入图像x,运行之后直接画出直线。- This function to achieve a straight line hough transform function of extraction of the input image x, draw a straight line directly after the operation. Platform: |
Size: 1024 |
Author:carolin1980 |
Hits:
Description: Line Detection Using Hough Transform,in a grayscale image.-Line Detection Using Hough Transform. in a grayscale image. Platform: |
Size: 438272 |
Author:袁晔 |
Hits:
Description: 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good Platform: |
Size: 1024 |
Author:亿摆 |
Hits:
Description: 好用地 matlab版本地 用hough变换进行直线提取地程序,提取最长地直线,以后会改进,可以提取累计矩阵中,局部峰值点地直线!-good land use Matlab version hough transform line extraction procedures. to extract the longest line, it will improve, can extract accumulated matrix, partial to the peak point straight! Platform: |
Size: 1024 |
Author:Cong Yang |
Hits:
Description: 在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。-In the gray image in a straight line detection, the experiment with the effect of the image. Using fast Hough transform, to correctly segment endpoint search. Platform: |
Size: 432128 |
Author:major |
Hits:
Description: hough变换,用于直线和圆,椭圆的检测,很实用-hough transform for line and circle, ellipse detection, it is practical Platform: |
Size: 12288 |
Author:郑海珍 |
Hits:
Description: hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical Platform: |
Size: 15360 |
Author:zhang |
Hits:
Description: Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction. Platform: |
Size: 1024 |
Author:mayan |
Hits:
Description: matlab程序,利用Hough变换进行线提取。有图,可直接运行查看效果!-matlab procedures, the use of Hough transform for line extraction. There are maps, can be run to view results! Platform: |
Size: 4096 |
Author:李昕 |
Hits:
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:
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:
Description: hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction Platform: |
Size: 6144 |
Author:武西 |
Hits:
Description: Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the methods. The basic principle of Hough transform is to use the duality of points and lines, the original image space, the curve given expression through the curve of the parameter space into a point. This put the original image in the detection of a given curve is transformed into a peak in the parameter space to find the problem. That is the test for the detection of the overall features into local features. Such as lines, ellipses, circles, arcs, etc.
Platform: |
Size: 148480 |
Author:丁海龙 |
Hits: