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

搜索资源列表

  1. bianhuan

    0下载:
  2. 利用霍夫变换检测直线,园,椭圆,曲线,简单有效,用用方便-Using Hough transform to detect straight lines, park, oval, curve, simple, effective, easy to use with
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:970
    • 提供者:王正旺
  1. houghl1

    0下载:
  2. 编码实现Hough变换算法,最基本的Hough变换检测直线方法,可以实现-achieve to detect lines
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:757
    • 提供者:王珊
  1. HoughLine

    1下载:
  2. hough变换源码学习,VC6.0实现的hough变换,可以设置生成多条不同角度的直线,然后同过hough变换检测一副图象中存在的直线段,再由得出的角度数据还原直线,-hough transform source code to learn, VC6.0 achieve the hough transform, can be set to generate a number of different angles of straight lines, then the same image ov
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:3655680
    • 提供者:RED
  1. Q3

    0下载:
  2. 利用Hough transform计算图片中两条直线间的角度,同时计算图片中所有直线汇聚于某一点的坐标-Find the angle of these tow lines shown in the image by Hough transform.As you can see in the image all of such lines are going to merge to a special point (perspective or vanishing point). Find the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:114684
    • 提供者:Chen Gaojun
  1. line_circle_ditect

    0下载:
  2. 利用canny边缘检测和hough变换检测图像中的直线和圆,并显示出来。-Using canny edge detection and hough transform detection of lines and circles in the image, and displayed.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2484
    • 提供者:Li Wei
  1. detectline

    0下载:
  2. 通过霍夫变换检测直线的方法,这里需要增添自己设的阈值, 增加移动性。-using hough transform to detect lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:927
    • 提供者:LUO
  1. Edge-detection

    0下载:
  2. 各种边缘检测:robert边缘检测,sobel边缘检测,prewitt边缘检测,kirsch边缘检测,gauss边缘检测,利用Hough变换检测平行直线,轮廓提取,种子填充算法1,2,3.-Various edge detection: Robert Sobel edge detection, edge detection, edge detection and edge detection of Prewitt, Kirsch, Gauss edge detection, the use of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:51496
    • 提供者:Lee Simth
  1. dfdf

    0下载:
  2. matlab霍夫变换直线检测,简单采取了先高帽,在检测变换的方法,不同于一般的边缘检测-hough transform detect lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:647
    • 提供者:jeffzhang
  1. Houghhesobel

    0下载:
  2. 在C环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the C environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:841
    • 提供者:吴昊
  1. circledetection_squaredetection

    1下载:
  2. 用MFC编程实现界面,Hough变换实现圆的检测,和方形(也即平行线)的检测,压缩包里包括文档,可执行文件,源码,图像。-The programming interface with MFC, Hough transform realize round detection, and square (namely parallel lines) testing, compressed package includes documentation, executable file, source,
  3. 所属分类:Special Effects

    • 发布日期:2014-12-27
    • 文件大小:8030208
    • 提供者:janifer
  1. Houghlinedetect.doc

    0下载:
  2. 有关使用matlab下使用hough函数实现直线检测的方法,并可对任意两条直线计算两者的夹角-using hough function detect the straight lines under the Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12754
    • 提供者:由希樱
  1. CPPBuilderqugexian

    0下载:
  2. C=+ Builder环境下,利用Hough变换去除文本图像中的格线-Removethe grid lines in the text image used Hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:376392
    • 提供者:sy
  1. qugexian-CPPBuilder

    0下载:
  2. C++ Builder 环境下,利用Hough变换去除文本图像中的格线- Remove the grid lines in the text image using the Hough transform in the C++ Builder environment
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:375090
    • 提供者:sy
  1. 01

    0下载:
  2. hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash
  3. 所属分类:Button control

    • 发布日期:2017-11-22
    • 文件大小:248240
    • 提供者:常玲玲
  1. myHough

    0下载:
  2. Matlab code: detect straight lines using hough algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-07
    • 文件大小:752
    • 提供者:yanzhufanchen
  1. Houghtransform

    0下载:
  2. 代码中实现了三种快速Hough变换算法,可用于提取直线。-The code implements three fast Hough transform algorithms that can be used to extract straight lines.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:292163
    • 提供者:卢惠民
  1. matlabmycode

    1下载:
  2. 主要用于实现matlab区域标记 将图像中的各个区域分别进行标记,然后计算出他们的面积 -Hough transform Hough transform for circle detection Hough transform basic principle is that the use of the duality of points and lines, the lines of the image space into a rallying point for the param
  3. 所属分类:Special Effects

    • 发布日期:2015-07-09
    • 文件大小:7168
    • 提供者:mark
  1. Hough_Dect

    0下载:
  2. 数字图像处理在人们的生活中无处不存在着它的影子,是非常流行热门的技术之一,可以说它是一种每时每刻都在改变着人类生活的技术。人们对于物体的识别主要针对于物体的外形,图像分割目的是对图像中有意义的特征部分进行提取,所谓有意义的特征包括图像中物体的外形边缘和区域等。本文主要针对其中的一个传统而经典的分割方法Hough变换而展开。Hough变换实现的是一种从图像空间到参数空间的映射关系,具有对抗噪声的鲁棒性以及在图像中的不连续性等优点,通过它构建的参数空间可以容易地对特定形状,如直线、圆等解析曲线进行判
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3502845
    • 提供者:yanjue
  1. HoughDect

    0下载:
  2. 数字图像处理在人们的生活中无处不存在着它的影子,是非常流行热门的技术之一,可以说它是一种每时每刻都在改变着人类生活的技术。人们对于物体的识别主要针对于物体的外形,图像分割目的是对图像中有意义的特征部分进行提取,所谓有意义的特征包括图像中物体的外形边缘和区域等。本文主要针对其中的一个传统而经典的分割方法Hough变换而展开。Hough变换实现的是一种从图像空间到参数空间的映射关系,具有对抗噪声的鲁棒性以及在图像中的不连续性等优点,通过它构建的参数空间可以容易地对特定形状,如直线、圆等解析曲线进行判
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3276906
    • 提供者:yanjue
  1. HoughCheatCode

    0下载:
  2. Hough transform to detect lines
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-12
    • 文件大小:532
    • 提供者:avinash
« 1 2 3 4 56 »
搜珍网 www.dssz.com