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

搜索资源列表

  1. hough.rar

    0下载:
  2. 用霍夫变换检测直线的一个代码,用C++编写的,很有用的一个程序。,Hough transform detection of a straight line with a code, using C++ Prepared a very useful procedure.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1169
    • 提供者:quan
  1. houghBIANHUAN.rar

    0下载:
  2. hough变换实现检测直线的程序,在Visual C++环境下进行编译,执行,hough transform to achieve a straight line detection procedure in Visual C++ compiler environment, implementation
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:1259
    • 提供者:周周
  1. LaneDetect

    0下载:
  2. 用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现-Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve
  3. 所属分类:matlab

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

    0下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform image space and Hough parameter space points- line detection problem in image space to parameter space duality. Through the simple accumul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7779
    • 提供者:马立静
  1. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:110261
    • 提供者:caonimabitoo
  1. Simulation_System_of_Unknown_Environmen

    0下载:
  2. :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:358565
    • 提供者:xuyuhua
  1. houghpeaks

    0下载:
  2. hough变换检测直线中的峰值检测,只有检测出峰值,才能找出直线-hough transform detection of the peak detector in a straight line, only to detect the peak in order to find a straight line
  3. 所属分类:Special Effects

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

    0下载:
  2. hough变换中的非零点检测,找到非零点,进行累加,才能找出直线-hough transform in the detection of non-zero, to find non-zero, to accumulate in order to find a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2308
    • 提供者:llp
  1. StandardHT

    0下载:
  2. 用标准Hough变换实现直线检测。内含标准的Hough函数和简单实例。-Standard Hough transform line detection. Hough function includes standard and simple examples.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:ccc
  1. Houg_part

    0下载:
  2. Hough变换的原理以及直线检测和圆检测的vc代码-Hough transform principle and the straight line detection and circle detection in vc code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:4565
    • 提供者:英文
  1. linetest

    0下载:
  2. 采用改进的hough变换进行直线检测。 先进行滤波,在二值化,可以绘制出灰度直方图-An improved hough transform for line detection. First be filtered, in binary, you can draw a histogram
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:191608
    • 提供者:秦安
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. hough_circle_detection

    0下载:
  2. Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13394
    • 提供者:罗慧
  1. houghlines

    0下载:
  2. hough变换用于直线的检测,适用于计算机视觉的初学者,简单容易理解-hough transform for line detection, computer vision for beginners, easy to understand. . .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3102
    • 提供者:sdp
  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. cjttgijh

    0下载:
  2. BP智能输入法的预测算法的matlab代码,本程序根据训练好的网络文件 uOXvSz.mat预测新的数据文件,包括有点检测、线检测、Hough变换、temp算法、FQQISLP测试原理展示等功能 -BP intelligent input method of prediction algorithm matlab code, the procedure according to the trained network file prediction uOXvSz.mat new data
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5768
    • 提供者:rwkvbx
  1. cliraqgt

    0下载:
  2. BP智能输入法的预测算法的matlab代码,本程序根据训练好的网络文件 zrMPks.mat预测新的数据文件,包括有点检测、线检测、Hough变换、temp算法、IKyYGpX测试原理展示等功能 -BP intelligent input method of prediction algorithm matlab code, the procedure according to the trained network file prediction zrMPks.mat new data
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:13777
    • 提供者:qbopzi
  1. match

    0下载:
  2. 点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法- a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell algorithm and the interpolation algorithm etc.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:386088
    • 提供者:我去
  1. LSD

    0下载:
  2. 直线检测通常选用霍夫变换法,但是Hought变换运行慢,而LSD快速直线检测,效率极大的增大-Line Detection Hough transform method is usually used, but the Hought conversion run slow, and LSD fast line detection, greatly increasing efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:4840684
    • 提供者:乘凉
  1. Hough_LineDetect

    0下载:
  2. 详解利用Hough变换进行直线检测的代码(detailed interpretation of the code that uses Hough transform for line detection)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:8192
    • 提供者:sangba2017
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com