CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 直线检测

搜索资源列表

  1. HTR

    0下载:
  2. Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:53.12kb
    • 提供者:罗辉武
  1. hough

    0下载:
  2. hough变换检测直线,只需要把路径改了就可以了,但是一定是要边缘图像才可以-hough transform to detect straight lines, just to the path can be changed, but must be the edge of the image can
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3.93kb
    • 提供者:llp
  1. straight

    1下载:
  2. 零件直线度和圆度误差检测算法和例子,对于在线测量数据返回处理很有帮助。-Parts straightness and roundness error detection algorithm and examples, for on-line measurement data return processing helpful.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:193.42kb
    • 提供者:david huang
  1. houghtrans

    0下载:
  2. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:5.62kb
    • 提供者:潘杰中
  1. Line-Detection-

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

    • 发布日期:2017-11-06
    • 文件大小:1.42kb
    • 提供者:牛子蛋
  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
    • 文件大小:44.51kb
    • 提供者:chen
  1. JPDA

    1下载:
  2. 在运动的位置叠加噪声。进行JPDA概率数据关联及kalman滤波。 两运动目标在x-y平面做匀速直线运动。初始位置是(4000,1200)(300,1500)速度分别是(200,200)(400,200)传感器对量目标进行位置状态量测。 采样间隔T=1,点数n=80.检测概率为1,正确量测落入跟踪内的概率为0.99,杂波均匀分布的密度为2个/km2由RAND函数产生在[0,1]上均匀分布的随机变量,跟踪门限为9.21。 -Superimposed noise in the posit
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:3.27kb
    • 提供者:
  1. mymatlab

    0下载:
  2. 钢筋、火柴根数的统计,阈值分割、直线检测,hough变换-Steel, matches the statistical number of roots, threshold segmentation, line detection, hough transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3.11mb
    • 提供者:lijian
  1. OPENCVprogram

    0下载:
  2. OpenCV基本程序 包括边缘检测 直线检测 开闭运算等,比较好,珍藏版。-OpenCV basic procedures including edge detection, line detection opening and closing operation, good, collector s edition.
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:18.42kb
    • 提供者:雪獒
  1. KEY

    0下载:
  2. PIC18单片机独立按键限时检测程序,以及最小二乘直线拟合程序。-PIC18 microcontrollers separate buttons. Limited testing procedures, as well as the linear least-squares fitting procedure
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1017byte
    • 提供者:李潇
  1. hough111

    0下载:
  2. hough变换直线检测-hough Straight line detection.......................
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:923byte
    • 提供者:杨驱动
  1. MATLAB_-figure_detection

    0下载:
  2. MATLAB Hough Hoffman 直线检测,实现了图像处理-MATLAB image processing Hough Hoffman line detection
  3. 所属分类:Other systems

    • 发布日期:2017-12-20
    • 文件大小:171kb
    • 提供者:丁顺良
  1. Desktop

    0下载:
  2. 自己写的霍夫变换检测直线的代码(存在问题的请大神指出来)(Write their own Hof transform line detection code)
  3. 所属分类:其他

  1. 43732997ColorSkew

    0下载:
  2. 角度检测,通过检测两条最长的直线,然后计算它们的角度 ,将变换后的角度文件保存(Angle detection, by detecting the two longest lines, and then calculate their angle, the converted angle file to save)
  3. 所属分类:其他

    • 发布日期:2017-12-20
    • 文件大小:2.28mb
    • 提供者:LiYuXiong001
  1. __Hough变换检测圆算法的研究与实现

    0下载:
  2. 二值化图像下,检测直线的代码 在道路识别中起到道路信息识别的作用(Two value of the image, the line detection code, in road recognition plays the role of road information recognition)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:7.59mb
    • 提供者:boost2vic
  1. 3.6改进型数字图像中直线特征的快速检测方法

    0下载:
  2. 为提高数字图像中的直线检测速度,从时频域变换和空间域变换两个角度出发,提出了一种改进型数字图像中直线快速检测方法。(In order to improve the detection speed of straight lines in digital images, an improved method for fast line detection in digital images is proposed from two angles of time frequency domain
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:145kb
    • 提供者:Prince0716
  1. HoughLine

    0下载:
  2. Hough直线检测,c++实现,具体详细源代码,课程实习成果(result from the hard work with my classmates,hoping you'd like it,and hope that it will be helpful.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:9.06mb
    • 提供者:April_
  1. 2017.10.23直线检测算法

    0下载:
  2. 关于直线检测收集的论文材料,较全,供参考(On line detection collection of paper materials, more comprehensive, for reference)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:3.04mb
    • 提供者:哈哈124
  1. matlab实现识别图像中时钟的时间(244597)

    1下载:
  2. 通过霍夫直线检测等算法实现钟表表盘的识别以及读取显示(The clock dial recognition and reading display are realized by Hough line detection and other algorithms)
  3. 所属分类:其他

    • 发布日期:2020-10-24
    • 文件大小:163kb
    • 提供者:大宇宇啊
  1. 控制显示速度

    1下载:
  2. stm32c8t6最小系统板,oled显示速度,红外对管检测码盘转速,基本算法控制小车走直线(Stm32c8t6 minimum system board, OLED display speed, infrared tube detection code disc speed, basic algorithm control car to go straight line)
  3. 所属分类:其他

    • 发布日期:2020-11-11
    • 文件大小:2.9mb
    • 提供者:888hhh
« 12 »
搜珍网 www.dssz.com