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

搜索资源列表

  1. Hough-Detect-Line

    0下载:
  2. hough变换检测直线代码在matlab下的运行-hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:9776
    • 提供者:zrq
  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. VCDIP_P563

    0下载:
  2. OpenCV实现霍夫变换检测,比较简单,可以检测直线和圆周-OpenCV Hough transform to detect relatively simple, and can detect a straight line and circular
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:4001349
    • 提供者:刘浦
  1. houghtransformation

    0下载:
  2. hough变换检测直线,opencv环境下使用-hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8074070
    • 提供者:leeshuzhen
  1. Houghdlinedetect

    0下载:
  2. Matlab中hough变换检测直线的程序,将灰度图片至于同一目录下,更名为“2.bmp”,运行即可-Hough transform line detection program in Matlab, grayscale picture as to the same directory, changed its name to " 2.bmp can be run
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:605
    • 提供者:lowr
  1. hough

    0下载:
  2. matlab利用hough变换检测直线的程序-matlab use hough transform line detection procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:704
    • 提供者:杨晓
  1. line-segment-detector

    0下载:
  2. 图像处理 哈夫变换,检测直线的程序,内容详细,欢迎下载使用-The image processing based on vc++ 6.0 hough transform, the detection of the linear program, download welcome to use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:1619
    • 提供者:想与做
  1. find_line

    0下载:
  2. 检测直线,通过hough变换来检测,可以方便快捷,hough变换-hough transilation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:3432
    • 提供者:shi
  1. Line-Detection-

    0下载:
  2. 这是一个基于Hough变换的直线检测matlab程序文件,可以有效地检测直线-Line Detection via Standard Hough Transform
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:1453
    • 提供者:牛子蛋
  1. hugh

    0下载:
  2. VC++2010实现Hough变换检测直线-VC++ 2010 to realize Hough transform to detect linear
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:7765025
    • 提供者:王婉
  1. radonjiancezhixian

    0下载:
  2. 采用radon变换检测直线,有详细注解,具有抗旋转性-Radon transform line detection, and a detailed explanation, with anti-rotational
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:1568
    • 提供者:俞正国
  1. detect-line-circle-and-rectangle

    0下载:
  2. 利用opencv_检测直线、线段、圆、矩形-Using opencv_ detect straight lines, line segments, circles, rectangles,
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:1842636
    • 提供者:刘方宇
  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-to-detecting-lines

    0下载:
  2. hough变换检测直线matlab代码,对深刻理解hough变换有一定帮助!-hough transform line detection matlab code, on a deep understanding of the hough transform some help!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:577806
    • 提供者:张星星
  1. MATLAB.zip

    1下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:1024
    • 提供者:peter
  1. digital-image

    1下载:
  2. 北理工数字图像课程的作业,拥有各种放大缩小,变换,检测直线检测圆等程序-The job of the of North Polytechnic digital image course, has a variety of zoom, transform, detection procedures such as straight-line detection circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:8328271
    • 提供者:shijiyun
  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-change

    0下载:
  2. 利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:9427298
    • 提供者:赵健
  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. Hough

    0下载:
  2. 利用hough变换检测直线,并将检测出来的直线绘制出来。-Hough transform line detection and detected straight line is drawn.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:3567018
    • 提供者:ode
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 35 »
搜珍网 www.dssz.com