CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - HOUGH 直线

搜索资源列表

  1. Hough变换

    1下载:
  2. 直线拟合的强大算法。可以对一组离散的点进行直线拟合,并计算斜率。
  3. 所属分类:matlab例程

    • 发布日期:2010-10-20
    • 文件大小:580byte
    • 提供者:Bacalhau
  1. Hough变换直线检测

    0下载:
  2. 直线Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,检测峰值。这里基于伪方向的直线提取算法。只对具有相同伪方向的边缘点对采样减小了采样空间,提高了精度。
  3. 所属分类:matlab例程

  1. hough

    0下载:
  2. 用函数hough检测直线,程序很好,可以调里面参数。效果很好-Use function houhg to check the line
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:62.45kb
    • 提供者:小小
  1. Houghtransform

    0下载:
  2. 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.58kb
    • 提供者:李健
  1. _Hough__doc

    1下载:
  2. hogh变换,从图像中提取直线。程序过程详细。-hough transform,find lines from images.you can learn how to use the hough transform
  3. 所属分类:matlab例程

    • 发布日期:2013-11-28
    • 文件大小:20.99kb
    • 提供者:刘明石
  1. houghlines

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

    • 发布日期:2017-03-30
    • 文件大小:3.03kb
    • 提供者:sdp
  1. houghdetectline

    0下载:
  2. hough变换检测直线,MATLAB环境下可直接运行-hough detect lines
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.3kb
    • 提供者:anthony
  1. hough

    0下载:
  2. 用matlab编写的利用Hough变换法提取直线的代码,用该函数实现利用Hough变换提取直线的功能。-Written by matlab extracted using Hough transform line of code, with the function to achieve the use straight-line Hough transform to extract features.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1.26kb
    • 提供者:林安安
  1. hough

    2下载:
  2. hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
  3. 所属分类:matlab例程

    • 发布日期:2013-08-19
    • 文件大小:6.1kb
    • 提供者:武西
  1. hough

    0下载:
  2. hough变换检测园和直线,计算机视觉作业-Park and the straight line hough transform detection, computer vision operations
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:291.28kb
    • 提供者:xuyangzhe
  1. hough

    0下载:
  2. 主要用于直线检测,可以检测多条直线,但参数设置不好的话,效果并不是很好-Line detection
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1.12kb
    • 提供者:yangjianqiao
  1. hough

    0下载:
  2. MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.13kb
    • 提供者:热潮
  1. hough

    0下载:
  2. matlab利用hough变换检测直线的程序-matlab use hough transform line detection procedures
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:704byte
    • 提供者:杨晓
  1. 基于Hough变换的直线检测

    0下载:
  2. 使用霍夫变换,将直角坐标中的线转换为极坐标中的点,检测图像中的直线,
  3. 所属分类:matlab例程

  1. hough

    0下载:
  2. 霍夫变换,用于图像中直线检测,可以通过改变阈值设置改变结果-used in image processing for line detection after transform done threshold can be set on the result.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.34kb
    • 提供者:magcin
  1. Hough

    0下载:
  2. 数字图像处理方面,利用HOUGH变换检测图像中的直线,中间设计多方面有加噪声也有滤波。-Digital image processing, use HOUGH transform to detect straight lines in an image, there are many middle-plus-noise design also has filtering.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.68kb
    • 提供者:庞庞
  1. houghline1

    0下载:
  2. hough直线变换,返回原图像并得出边缘检测的结果-hough transform straight, return to the original image and the outcome of edge detection
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:701.97kb
    • 提供者:顾小北
  1. hough直线检测matlab代码

    0下载:
  2. 一种用matlab实现的hough直线检测算法,包括灰度化,特征点标注,与最终结果图。参数可调。
  3. 所属分类:matlab例程

  1. Hough

    0下载:
  2. Hough变换程序,可以方便快捷的检测图像中的直线,提取出直线的相关信息-Hough transform program, can be in a straight line, convenient detection images to extract the linear related information
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.16kb
    • 提供者:张宇鹏
  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
    • 文件大小:1kb
    • 提供者:dajb
« 12 3 »
搜珍网 www.dssz.com