CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough 直线

搜索资源列表

  1. line_test

    0下载:
  2. matlab 程序,运用霍夫直线检测原理,进行直线检测-matlab program, the use of Hough line detection principle, a straight line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1867
    • 提供者:猪皮冻
  1. LineDection

    0下载:
  2. 论文《一种基于梯度的直线段检测算法—光子学报》的matlab源码和论文PDF,点main函数运行,直线段效果非常好。里面还有一个main_hf的哈夫变换的直线段检测方法,作为对比。-Paper " based on gradient line segment detection algorithm- Photon Technology" matlab source, point main function runs, the effect is very good straig
  3. 所属分类:Special Effects

    • 发布日期:2014-05-29
    • 文件大小:1199104
    • 提供者:qinxunhui
  1. mymatlab

    0下载:
  2. 钢筋、火柴根数的统计,阈值分割、直线检测,hough变换-Steel, matches the statistical number of roots, threshold segmentation, line detection, hough transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3260887
    • 提供者:lijian
  1. HoughLine

    0下载:
  2. 一个基于opencv库函数的VC工程,通过霍夫变换提取图像中的直线-One based on the opencv library function of the VC project, through the Hough transform to extract the linear image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1332645
    • 提供者:周周
  1. Test

    0下载:
  2. 这是一个检测车道线的程序, 利用了canny边缘检测以及霍夫直线检测,并适当增加了一些车道线的约束条件。-This is a program used to detect the lane of the road which used canny edge detector and the Hough lane detector.
  3. 所属分类:OpenCV

    • 发布日期:2015-02-07
    • 文件大小:7922688
    • 提供者:姚帅
  1. hough_circle

    0下载:
  2. 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:892
    • 提供者:liujiang
  1. CV2_Learn_LineFinder

    0下载:
  2. 使用opencv2写的,利用概率霍夫变换检测直线,并检测带有端点的线段。-Use opencv2 written using probabilistic Hough transform to detect straight line, and the line segment with endpoint detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9797866
    • 提供者:alonjiao
  1. Desktop

    0下载:
  2. 图片使用matlab做处理,有均值滤波器处理、LoG算子提取图像边缘、hough变换提取直线、二值化处理后。-Image processing using matlab to do with mean filter processing, LoG operator to extract image edge, hough transform to extract straight, binarization processing.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:2297
    • 提供者:付治
  1. HOUGHTRANSITION

    0下载:
  2. 利用hough变换,检测出最长的直线,由于采用多次for循环,程序运行速度较慢-using hough transform to detect the longest line in the picture
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:800
    • 提供者:殷晓雪
  1. 28541

    0下载:
  2. Hough变换时一种检测、定位直线和解析曲线的有效方法。他是把二值图变换到Hough参数空间,在参数空间用极值点的检测来完成目标检测-Hough transform of a test line positioning and effective way to resolve curve. He is the binary image to the Hough transform parameter space, parameter space used in the detection of
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5564
    • 提供者:电暖器
  1. houghBIANHUAN

    0下载:
  2. hough变换实现检测直线的程序,在Visual C++环境下进行编译,执行-hough transform to achieve a straight line detection procedure in Visual C++ compiler environment, implementation
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:1304
    • 提供者:weiase
  1. Hough_Line

    0下载:
  2. 利用Hough变换检测直线,在极坐标下实现,效果比较好。-Straight line detection using Hough transform, under the polar coordinates, the effect is better.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1484
    • 提供者:htmon
  1. line_hough

    0下载:
  2. matlab编写的直线检测算法,能够有效的提取出直线。和matlab自带的hough变换实现的同样的功能-matlab prepared in a straight line detection algorithm can effectively extract the straight line. And the hough transform matlab own to achieve the same function
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2060
    • 提供者:newgove
  1. houghcircle

    0下载:
  2. 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1011
    • 提供者:周炎兵
  1. Hough2013

    0下载:
  2. hough变换的直线检测方法,加入了通过直线斜率滤除干扰直线-hough transform line detection method, adding a straight line through the slope of the line filter interference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1348
    • 提供者:王猛
  1. houghcircles_vs10

    0下载:
  2. 图形检测,hough变换检测直线、圆、椭圆。-Pattern detection, hough transform to detect straight line, circle, ellipse.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16005120
    • 提供者:che
  1. houghlines

    0下载:
  2. 本文件详细描述了如何利用matlab去检测图片中含有的直线元素,利用hough变换。-This document describes in detail how to use matlab to detect images containing linear elements using hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1188
    • 提供者:孙莹
  1. StandardHT

    0下载:
  2. 用标准Hough变换实现直线检测。内含标准的Hough函数和简单实例。-Standard Hough transform line detection. Hough function includes standard and simple examples.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1937
    • 提供者:efingIt
  1. StandardHT

    0下载:
  2. 用标准Hough变换实现直线检测。内含标准的Hough函数和简单实例。-Standard Hough transform line detection. Hough function includes standard and simple examples.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1983
    • 提供者:全个
  1. my_func(1)

    0下载:
  2. 二值化、加噪、基于霍夫变换的直线和圆的检测-Binarization, noise, and based on the straight line Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2162
    • 提供者:wft
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 »
搜珍网 www.dssz.com