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

搜索资源列表

  1. harris

    0下载:
  2. 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-31
    • 文件大小:1126
    • 提供者:jihang
  1. Hough-transform

    0下载:
  2. * 函数名称: * HoughDIB() * * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数,必须是4的倍数) * LONG lHeight - 源图像高度(象素数) * 返回值: * BOOL - 运算成功返回TRUE,否则返回FALSE。 * * 说明: * 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1816
    • 提供者:何垒
  1. Hough

    0下载:
  2. hough变换 介绍了hough变换的直线检测 在图像处理率领域经常使用的程序-hough transform Hough transform line detection frequently used programs in the field of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1514
    • 提供者:张剑坤
  1. hough

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

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

    0下载:
  2. 基于MATLAB识别图片中直线和圆并标记-Based on the MATLAB identification picture lines and circles and mark
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:955
    • 提供者:李欣培
  1. hou

    0下载:
  2. hough直线检测程序,想学习的可以下载来-hough line detection program, want to learn can be downloaded to look at
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:739
    • 提供者:
  1. Hough-Transform

    0下载:
  2. 本程序使用VC++编写的,用于图像处理中的直线提取。-Image Processing Hough Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1813
    • 提供者:lixing
  1. hough

    0下载:
  2. 通过本程序,通过输入一幅图像,实现hough变换,本变换可以顺利检测图像中的直线-Hough transform by the present procedure, by the input of an image, the transformation may be a straight line smoothly detect images
  3. 所属分类:Special Effects

    • 发布日期:2017-12-05
    • 文件大小:73502
    • 提供者:武阿明
  1. hough

    0下载:
  2. 检测出所显示图像中的原有的直线,并标注出来-The original straight line of the displayed image is detected, and marked out
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:665
    • 提供者:方娜
  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变化的思想,便于初学者理会图像处理工具箱中的函数。-The basic cycle language Hough transform as well as a straight line in the image is detected by this method. The code reflects the profound change in the thinking of the hough, th
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:1447
    • 提供者:谢双云
  1. hough-line-detection

    0下载:
  2. hough变换 对图像进行直线检测 效果好-hough transform line detection the result is ok
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:163741
    • 提供者:xujin
  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. Hough

    1下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。-This function is used to detect images of parallel straight lines. If there are two parallel lines, the image is two parallel lines extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:8209
    • 提供者:彭颖
  1. hough

    0下载:
  2. hough 变换 实现了对图像中直线的检测,同时还实现了其他功能-hough transform to achieve a straight line in the image detection, while still achieving other features
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:98549
    • 提供者:江子巷
  1. hough

    0下载:
  2. vs2010+opencv2.3.1实现的在指定区域内的canny边缘检测+HOUGH变化,实现感兴趣区域内的直线检测-vs2010+opencv2.3.1 to achieve of the the the canny in the the within the the the designated area the edge of detection+HOUGH changes in, to achieve the the the within the of the the straight
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:21331633
    • 提供者:651
  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. Hough

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

    • 发布日期:2017-12-04
    • 文件大小:3567018
    • 提供者:ode
  1. opcvtext2

    0下载:
  2. 实现对图片的灰度处理,canny检测,hough直线变换等预处理-Gray scale processing of the picture, canny detection, hough linear transform pretreatment
  3. 所属分类:CSharp

    • 发布日期:2017-11-23
    • 文件大小:2373556
    • 提供者:毛雷鸣
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com