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

搜索资源列表

  1. Houghpeaks

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现 -line detection hough transform, peak detector, linear detection and link with the realization of Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3712
    • 提供者:郭晓娟
  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. LineDetectionUsingHough_Grd

    0下载:
  2. Line Detection Using Hough Transform,in a grayscale image.-Line Detection Using Hough Transform. in a grayscale image.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:439012
    • 提供者:袁晔
  1. linedetec

    0下载:
  2. 这是一个使用hough变换来实现一副图像中直线检测的代码,比较高效而且检测效果很不错-use hough transform to achieve an image line detection code, more efficient and effective detection is pretty good
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1017
    • 提供者:亿摆
  1. Matlab-Codes

    0下载:
  2. Hough line detection and display Discrete Wavelet Transform matlab code without using standard functions
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1008
    • 提供者:Raviraj
  1. hough-transform

    0下载:
  2. 霍夫变换,检测直线,霍夫点等包含在内,四个程序-Hough transform, line detection, Hough points included four program
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:4965
    • 提供者:jack li
  1. MATLABHough

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

    • 发布日期:2017-04-29
    • 文件大小:181836
    • 提供者:李丽
  1. hough@lane-detection

    0下载:
  2. 利用祸福变换对图像中的直线进行提取检测,效果一般,但基本功能实现-Use fortune to transform the image of a straight line extraction testing, the general effect, but the basic functions to achieve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:郭朝荐
  1. hough-matlab

    0下载:
  2. 多个利用hough变换进行直线检测的matlab文件,和hough变化和代码的清晰说明-Multiple use hough transform for straight line detection of matlab files, and hough change and clear statement of your code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1810670
    • 提供者:曾臻
  1. Hough_Process

    0下载:
  2. 可实现答题卡阅卷系统中的图像倾斜矫正,采用Hough进行直线检测,并根据所定位的特征直线位置计算倾斜角度,再进行图像旋转,得到校正结果-chieve answer sheet scoring system image tilt correction, performed using Hough line detection, and calculates the inclination angle in accordance with the target characteristic line
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5429127
    • 提供者:Curry
  1. Algorithmic-Evaluation-of-Line-Detection-Problem.

    0下载:
  2. The Hough transform is a well-established scheme for detecting digital line components in a binary edge image. A key to its success in practice is the notion of voting on an accumulator array in the parameter plane. This paper discusses computati
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:181812
    • 提供者:SALEH
  1. hough,gabor,Radon,headata,wdcbm2()

    0下载:
  2. 1.从图像中识别几何形状的基本方法;基本原理是在于利用点与线的对偶性,将原始图像空间给定的曲线通过曲线表达形式变为参数空间的一个点,这样就把原始图像中给定的检测问题转化为寻找参数空间的峰值问题。 2.基于Gabor变换的人眼检测MATLAB实现。 3.基于Radon的车牌矫正方法。 4.基于模型函数headata产生不同大小的头模型数据。 5.基于函数wdcbm2()设置图像分层阈值压缩参数,实现图像压缩(The basic method of identifying geometry
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:4096
    • 提供者:LD1
  1. hough

    0下载:
  2. 可以对图像进行边缘检测,滤波,二值化处理,最后提取图像中的直线。(Edge detection can be carried out on the image, filtering, two value processing, and finally extract the image of the straight line.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:dajb
  1. line

    0下载:
  2. 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
  3. 所属分类:OpenCV

  1. ImageProcessing-master

    0下载:
  2. Canny Edge Detection And Hough Transform Line Detection The code is written in Visual C++. USING THE MAIN CODE The Input images have to be ".bmp" format and the output image must be saved as ".bmp" format. In the main co
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:6144
    • 提供者:穿山甲说
  1. hough直线检测

    0下载:
  2. matlab实现的直线检测方法,主要为hough变换,包括图片及实验结果(Matlab implementation of the line detection method, mainly for the Hough transform, including pictures and experimental results)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:288768
    • 提供者:哈哈124
  1. hough

    0下载:
  2. 实现图像中直线的检测,并矫正为一条水平的线(Realize straight line detection in the image and correct it to a horizontal line.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-18
    • 文件大小:1024
    • 提供者:羧基丙酸钠
  1. 3.30-4.3-bianyuan

    0下载:
  2. 基于霍夫变换的直线检测,效果非常好,图片自己找,可能需要对图片格式做操作。(Line Detection Based on Hough Transform)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-04
    • 文件大小:4096
    • 提供者:易学习同志
  1. gaijin---hough

    1下载:
  2. 改进了霍夫变换与最小二乘法,大大提高了直线检测精度与效率(Improved Hof transform and least square method, greatly improving the accuracy and efficiency of line detection.)
  3. 所属分类:图形图像处理

    • 发布日期:2019-10-29
    • 文件大小:4451328
    • 提供者:心房
  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
    • 文件大小:166912
    • 提供者:大宇宇啊
« 1 2 3 4 5 67 8 9 10 11 ... 19 »
搜珍网 www.dssz.com