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

搜索资源列表

  1. hough-transform

    0下载:
  2. 利用opencv以及哈弗变换原理实现对图像中圆形和正方形的检测。-On this post, i would introduce the latest openCV objects recgnition work for my research. Presently, i have developed codes to recognize circle successfully. Capture image from camera, converting the source image int
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:165254
    • 提供者:feiren
  1. hough-construct

    0下载:
  2. Hough变换获取靶纸图像子像素级圆心坐标,图象识别-hough construct
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:242543
    • 提供者:张毅
  1. hough

    0下载:
  2. hough 变换圆检测的程序,自己编写的认为效果还可以。-Some of program about Hough transform round of testing .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:17565
    • 提供者:amanda
  1. Hough-matlab

    0下载:
  2. 利用matlab来实现Hough变换,提取图像中的直线-matlab Hough
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:4317
    • 提供者:邹有为
  1. Hough

    0下载:
  2. 介绍hough变换原理的一篇文章,值得参考。-An article that explain the principle of hough transform, which is worth reading.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:301701
    • 提供者:呵呵
  1. Hough matlab-line-mark

    3下载:
  2. matlab环境下的hough变换实现 检测图像中的直线 并将直线标出 适用于检测目标直线边缘 圆柱形物体边缘 飞机机翼 导弹边缘 机场跑道直线 海天交界线 等-hough transform with matlab ,straight line detection in a image and mark it ,it can detect the edge of the target straight edge, cylindrical object edge ,aircraft wing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-09
    • 文件大小:429040
    • 提供者:
  1. Hough-Detect-Line

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

    • 发布日期:2017-03-31
    • 文件大小:9776
    • 提供者:zrq
  1. hough

    0下载:
  2. Hough convert 基于Hough变换的简单形状检测-Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert Hough convert
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:256609
    • 提供者:Brooks
  1. hough

    0下载:
  2. 利用hough变换将一幅眼睛的灰度图像中的瞳孔边缘提取出来也可用于提取虹膜的边缘。-Using hough transform extracted from the edge of the pupil in the grayscale image of a pair of glasses can also be used to extract the edge of the iris.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3835292
    • 提供者:杜浩源
  1. hough-detect-circle

    0下载:
  2. 基于hough变换检测圆,用于图像处理,有循环,打印出半径和圆心-base on hough detect circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:17974
    • 提供者:张科伟
  1. hough

    0下载:
  2. 利用hough变换识别一定半径内的圆,非常好用,简单易懂-Identification of Hough transform circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:23367
    • 提供者:笃定
  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. 该源代码首先使用sobel算法对图像进行边缘提取,后利用hough变换提取圆形-The source code is the first to use the sobel algorithm for image edge extraction, the hough transform to extract circular
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:6163
    • 提供者:guolingzhi
  1. hough

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

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

    0下载:
  2. 本代码应用hough变换实现了数字图像处理的纠偏,仿真了整个纠偏过程,是一个高效实用的代码值得下载实用。-The source application hough transform to achieve correction of digital image processing, simulation of the whole correction process is a practical and efficient code is worth a download utility.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:
  1. hough

    1下载:
  2. 基于OpenCV的Hough变换结合Canny边缘检测的人眼瞳孔检测算法。-Combination of the Canny edge detection of the human eye pupil detection algorithm based on OpenCV Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:732672
    • 提供者:食草堂
  1. Hough

    0下载:
  2. 对图像进行Hough变换处理的简单程序,附有测试图片。-Hough transform processing simple procedure, the image attached to the test image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:18387
    • 提供者:朱朱
  1. Hough-transform

    0下载:
  2. 黄永林等人首先通过压缩参量空间, 进行Hough变换, 得到粗尺度的圆的3个特征值。利用得到的特征值, 考虑一定放宽范围内, 通过控制参量空间大小, 再次进行Hough变换得到圆检测的精确值。-Huang Yonglin, who first of all by the compression parameter space for Hough transform to obtain the coarse-scale round of the three eigenvalues. The cha
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1160154
    • 提供者:朱磊
  1. Hough

    0下载:
  2. 用cmake编译实现的hough变换程序,代码基于opencv2.2。-Cmake compile hough transform program code based on opencv2.2.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:7777577
    • 提供者:Yi Bing
  1. hough

    0下载:
  2. 我自己的hough变换,曾经用在二维码图像预处理里面的,用VC环境编译的-Hough transform my own, have used two-dimensional code image preprocessing inside, compiled with the VC environment
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:404661
    • 提供者:刘小雷
« 1 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 50 »
搜珍网 www.dssz.com