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

搜索资源列表

  1. hough变换检测直线

    2下载:
  2. C++实现的hough变换,检测一副图象中存在的直线段。-Hough transform generized by C++ detects Lines in a image.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:128961
    • 提供者:杨兵
  1. Houghdetectlinecircle

    0下载:
  2. Hough检测直线,圆,椭圆的部分代码。很有用的对初学者。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2549
    • 提供者:汪蔚
  1. hough

    3下载:
  2. 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:98464
    • 提供者:格子
  1. Hough

    0下载:
  2. 检测直线源码
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4561
    • 提供者:qiu
  1. EdgeContour

    0下载:
  2. 边缘检测及一些算子计算包括hough检测直线
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:79934
    • 提供者:alai
  1. hough

    0下载:
  2. 利用hough进行直线检测.f,dtheta,drho分别为图象,角度步长和直线到原点距离步长.h为投票矩阵
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:817
    • 提供者:华思雨
  1. Hough

    0下载:
  2. 计算机视觉.图像处理程序.Hough变换检测直线
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:5534318
    • 提供者:南航
  1. hough-checkline

    0下载:
  2. 在matlab7.0环境下用hough变换算法实现的检测直线的例子
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1569
    • 提供者:马凤霞
  1. hough 程序例子

    2下载:
  2. hough变换的代码,这个变换可以原来检测直线或圆等图形。-Hough Transform code, can transform the original circular or linear detection, such as graphics.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3552746
    • 提供者:张婷
  1. HOUGH

    0下载:
  2. hough变换,用来检测直线 hough变换,用来检测直线-hough transform to detect straight line hough transform to detect straight
  3. 所属分类:.net

    • 发布日期:2017-05-03
    • 文件大小:877183
    • 提供者:秘密
  1. segmentatioin

    0下载:
  2. Hough变换检测直线,阈值选取对图像灰度化处理,以及空间类聚法,松弛迭代算法-Hough transform detection of a straight line, threshold selection of image processing, as well as space-type polymerization, relaxation iterative algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-25
    • 文件大小:130937
    • 提供者:王政博
  1. hough

    1下载:
  2. 能够检测图像中的多条直线,效果很好啊!可以下载试试看看啊!-Can detect a number of images in a straight line, ah well! Give it a try can download to see ah!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-12
    • 文件大小:3920186
    • 提供者:姜利
  1. convert_to_binary

    0下载:
  2. 用MATLAB处理图像,通过hough变换检测直线,并且可以直接画出直线。-Image processing using MATLAB, through the detection of a straight line hough transform, and can draw a straight line.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1821
    • 提供者:wangying
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. Hough

    0下载:
  2. Hough变换 直线检测 线特征提取算子-Hough transform line detection line feature extraction operator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3873872
    • 提供者:任瑞杰
  1. land-detection

    0下载:
  2. hough变换检测直线的源代码程序,很实用的方法-land dectection
  3. 所属分类:transportation applications

    • 发布日期:2017-05-11
    • 文件大小:2972222
    • 提供者:何均均
  1. hough-paper

    0下载:
  2. 10篇hough检测直线的中英文文章,对有意于曲线检测的研究者有很大的帮助!-Hough line detection of the 10 articles in English, for researchers interested in testing the curve is very helpful!
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14656224
    • 提供者:小鱼儿
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:45582
    • 提供者:chen
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. Hough变换直线检测

    0下载:
  2. 可用的Hough变换直线检测程序,通过matlab软件实现
  3. 所属分类:源码下载

« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com