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

搜索资源列表

  1. hafu1ine

    0下载:
  2. 这个程序可以识别图像中的线段或者直线,算法采用哈夫变换,将直线变换为另一个坐标系中的点,进而完成识别。-this procedure can identify the image or straight line segments, Hough transform algorithm. Linear transformation of coordinate system to another's point, thus completing the identification.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:1334
    • 提供者:bodiz2002
  1. HoughTrans

    1下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66098
    • 提供者:wxj
  1. Hough_Grd

    0下载:
  2. 在灰度图像中进行直线检测,带实验效果图像。利用快速Hough变换,能够正确查找线段端点。
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:432538
    • 提供者:major
  1. ch7_2_2

    0下载:
  2. 设定循环检测次数,这里设为只循环一次 tip_l=1 设定hough变换的遍历步径 xl=30 %设定线段起始点 xr=60 %设定线段终止点
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:宗常进
  1. Houghmaxline

    0下载:
  2. hough最长线段检测-Hough Detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1858
    • 提供者:李平强
  1. circle_pca24

    0下载:
  2. 基于曲线段PCA分析的随机hough变换圆检测算法研究 该算法在计算、存储消耗上均大大 减少。-PCA analysis based on curve segments of random hough transform circle detection algorithm to study the algorithm in computing, storage consumption to both greatly reduced.
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:2462
    • 提供者:xiaohua
  1. HOUGH

    0下载:
  2. 用Hough变换检测线段。这是一个命令行程序,以图像作为文件输入变量。编译时选择“#if1”或者“#if0”,可以使用标准和概率Hough变换两种方法-Detection of line segments with Hough transform. This is a command line program to the image as a file input variables. Compile-time options " # if1" or " # if0&
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1435295
    • 提供者:吴婵
  1. HoughLine

    1下载:
  2. hough变换源码学习,VC6.0实现的hough变换,可以设置生成多条不同角度的直线,然后同过hough变换检测一副图象中存在的直线段,再由得出的角度数据还原直线,-hough transform source code to learn, VC6.0 achieve the hough transform, can be set to generate a number of different angles of straight lines, then the same image ov
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:3655680
    • 提供者:RED
  1. hough

    0下载:
  2. 霍夫变换是一种寻找并连接图像中线段的处理方式-Hough transform is a line to find and connect the image processing method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:4022
    • 提供者:周同同
  1. hough-transform

    0下载:
  2. 24色位图hough变换检测直线,用C++实现了hough变换,并以此来检测哪些线段是直线。-24-color bitmap hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:4740
    • 提供者:王琳
  1. test1

    0下载:
  2. 在VC++环境下利用opencv函数库编写霍夫变换检测线段和图像边缘检测 -The preparation of the Hough transform to detect line segments and the image edge detection using opencv library VC++ environment
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20545859
    • 提供者:hutuo
  1. hough

    0下载:
  2. 使用标准Hough变换,在一个二进制图像中,检测直线段-Using the standard Hough transform, in a binary image, the detection straight line segment
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:554
    • 提供者:fsq405
  1. hough

    0下载:
  2. 利用霍夫变换的方法对图像中的线段进行检测,并将检测出的线段在图像上显示出来-The method of use of the Hough transform to detect the segment in the image, and the detected lines on the image displayed
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:201016
    • 提供者:nimizi
  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. hough_circle

    0下载:
  2. 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:892
    • 提供者:liujiang
  1. Hough_OpenCV244

    0下载:
  2. 本程序是利用OpenCV2.44+VS2008 VC++开发的,可以用Hough变换提取直线段。-This procedure is to use OpenCV2.44+ VS2008 VC++ development, you can use the Hough transform to extract line segments.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:6281970
    • 提供者:newman
  1. Hough

    0下载:
  2. 使用opencv中的Hough变换对图像中的线段和近似圆的圆进行检测-The Hough transform using opencv image of lines and circles round the approximate detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1353576
    • 提供者:徐婉茹
  1. Hough

    0下载:
  2. 经过一般霍夫变换检测出的直线有可能因为车辆挡住路沿等原因断开,形成线段,因为检测道路是要找直线焦点,这样的效果就不好。本代码在Matlab环境下实现优化后的霍夫变换。 -This code optimize the Hough transform in the environment of Matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1052
    • 提供者:张海涛
  1. OpenCVmanual

    0下载:
  2. OpenCV中文参考手册.chm,本文档来源于OpenCV中文网站,常用的标准图 图像文件读入和显示 图像创建、保存和复制 Canny边缘检测 Canny边缘检测2 轮廓(contour)检测 轮廓(contour)检测2 图像旋转与缩放 读视频文件和运动问题检测 Hough线段检测 鼠标绘图 -OpenCV Chinese reference manual. Chm, this document comes from OpenCV C
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3723071
    • 提供者:gyx
  1. Hough

    0下载:
  2. 纺织机出线口需要保证纺织线相互平行,防止绞线或断线等意外情况,问题是:如何用计算机显示线段,并判断平行与否。-Textile machine outlet to ensure the textile line parallel to each other, to prevent the wire or wire and other unforeseen circumstances, the question is: how to display the line by computer, and
  3. 所属分类:Video Capture

    • 发布日期:2017-04-02
    • 文件大小:111015
    • 提供者:哀木涕
« 1 23 »
搜珍网 www.dssz.com