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

搜索资源列表

  1. houghline

    0下载:
  2. 经典huogh变换,以及标出图像中的直线-standard hough trans and label the lines of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1331
    • 提供者:yang_dade
  1. hough_line_dect

    0下载:
  2. matlab源码,实现利用霍夫变换的直线检测-matlab source code, line detection using Hough Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1284
    • 提供者:Leo
  1. line_detection

    0下载:
  2. 霍夫变换,直线检测 将位于一条直线上的散点连起来-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:17475
    • 提供者:zhiheng zuo
  1. houghline

    0下载:
  2. 运用霍夫变换,检测图片中的直线,本程序主要检测车牌中的直线-Using the Hough transform to detect straight lines in the picture, this program is mainly to detect license plates in a straight line
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-12
    • 文件大小:2947940
    • 提供者:陈俊
  1. PHough

    0下载:
  2. 基于opencv的概率Hough代码,用于检测直线-Opencv based probabilistic Hough code for detecting straight lines
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:2145
    • 提供者:陶潜水
  1. Deskwwtop

    0下载:
  2. matlab课程编程【谷速软件】使用标准Hough变换进行直线检测-Courses matlab software programming speed [Valley] using standard Hough transform line detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:13791
    • 提供者:李静
  1. VCDIP_P563

    0下载:
  2. 在visual c++中,通过霍夫变换,检测图像中的直线,以及圆-In visual c++, hough transform, through the image in a straight line, and circle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5023732
    • 提供者:魏维娜
  1. rht_b

    0下载:
  2. 利用随机Hough变换提取二值图像中的直线-Random Hough transform to extract straight lines in binary image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1722
    • 提供者:qyq
  1. linetest

    0下载:
  2. 对于霍夫变换直线处理具有比较广泛的适用性。-Hough transform for linear processing has broader applicability.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:774
    • 提供者:zengxiaofeng
  1. HoughLnDetectInGraphics

    0下载:
  2. 根据图像处理中hough转换的原理,从实际能运行的代码中修改得到能检测出图形中可共直线的点,并可改为显示2、3、4...点共线。 -hough transform for straight lines detect on graphic,the straight lines do not exist,but can formed by the multi points,maybe 2,3,4,...
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:1056
    • 提供者:wxy
  1. HoughTransform

    0下载:
  2. 霍夫变换,直线检测,包括了边缘检测,双向高斯滤波。自己写的函数, 不是toolbox自带函数。图像处理-Hough Transform,line detect, edge detect, sep-guassian filter, matlab, image processing.self-define function, no toolbox
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:Wynne
  1. GetTiltTrans

    0下载:
  2. 自己写的用于倾斜角矫正的代码,原理是通过hough变换检测直线,然后确定倾斜角度-Himself wrote for the tilt angle correction code, works by hough transform to detect straight line, and then determine the tilt angle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:916
    • 提供者:石伟
  1. Shape-Detection

    0下载:
  2. 直线检测及道路边缘检测,包括在DM6437上的实现-use the Hough Transform, Find Local Maxima, and Hough Lines blocks to find the longest line in an image. In the second step, the algorithm used for line detection will be the basis of a lane detection procedure.
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10354627
    • 提供者:李澳
  1. line_detector

    1下载:
  2. 基于opencv的改进的霍夫直线检测算子。应用于图像的直线检测,包括两种直线检测模型。-hough straight line detector of opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:jack
  1. MATLAB_code

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough hoffman straight line detection source code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:872
    • 提供者:吴磊
  1. chap8_28

    0下载:
  2. Matlab HOUGH变换检测直线的算法-Algorithm Matlab HOUGH transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:Leyuan
  1. A4Warper

    0下载:
  2. 对一张拍歪A4纸做投射矫正,使用了Canny算子、Hough变换等比较流行的技术,但重点在于排除无关直线的方法,做的还算比较完美,但是仍然存在不少的问题-A4 paper to do a shoot crooked projection correction, using the Canny operator, Hough transform technology more popular, but the focus is to exclude irrelevant straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4318
    • 提供者:杨柳
  1. Untitled2

    0下载:
  2. 利用matlab里hough等做出影像转正,侦测出图片直线部分并合并计算做出影像转正之效果-The effect of image regularization, etc. make use matlab in hough positive image, detect the image straight portion and aggregated to make
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1096
    • 提供者:陳志安
  1. bianhuan

    0下载:
  2. hough变换提取图像中的直线 有利于检测出海天线的位置,进而分割-hough change
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2062
    • 提供者:zhangzhongyu
  1. lfz_hough-

    0下载:
  2. 一种用matlab编码设计的用hough变换提取图像中的直线 或者圆的方法。-Method for extracting a straight line or circle an image using a matlab transform Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1344
    • 提供者:刘风竹
« 1 2 ... 20 21 22 23 24 2526 27 28 »
搜珍网 www.dssz.com