搜索资源列表

  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2012
    • 提供者:doctorsuo
  1. HOUGH变换找直线

    0下载:
  2. MATLAB 下可直接运行
  3. 所属分类:源码下载

  1. Hough变换的源程序

    0下载:
  2. Hough变换用来在图象中查找直线。它的原理是:假设有一条与原点距离为s,方向角为θ的一条直线,直线上的每一点都满足方程 s=x*Cosθ+y*Sinθ,利用这个事实,我们可以找出某条直线来。这段程序,用来找出图象中最长的直线。-Hough Transformation is used for searching lines in an image . Here is the principle: Assume there is a
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:doctorsuo
  1. houghlinedetect

    0下载:
  2. hough 变换实现直线检测 在噪声服从高斯分布的背景中构造信噪比为2、长度为34像素的目标线段;在找出线段所在直线后,在采用固定长线段滑动的方法,确定线段的起始点,最终确定线段的确切位置。-hough transform line detection in the noise to obey Gaussian distribution of the background-noise ratio for the struct
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:fisher
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者: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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:llp
  1. drawLine

    0下载:
  2. 运用MATLAB语言,基于哈夫变换,对于任意给定的图片,可以自动找出其中最长的5条直线,并准确画出来-The use of MATLAB language, based on the Hough transform, for any given picture, you can automatically find out the longest five straight, and accurately drawn
  3. 所属分类:图形图象

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:陈濛
  1. Dominos

    0下载:
  2. 基于图像识别了多米罗骨牌定位,程序应用了hough变换找出图像的直线区域,为下一步识别打下基础-Duo Miluo domino positioning, based on image recognition procedures for application of the straight line hough transform to find the image area, and to lay the foundation f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:4290560
    • 提供者:herthy
  1. CV2

    0下载:
  2. 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harr
  3. 所属分类:OpenCV

    • 发布日期:2024-06-10
    • 文件大小:3314688
    • 提供者:
  1. Hough

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

    • 发布日期:2024-06-10
    • 文件大小:1024
    • 提供者:张海涛
  1. hough

    0下载:
  2. 霍夫变换代码,用于在图像中寻找直线,找出图像中所有直线-Hough transform code, used to find a straight line in the image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-10
    • 文件大小:2048
    • 提供者:zengchang
  1. houghtest

    0下载:
  2. opencv3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆-显示以下内容的翻译: opencv 3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆 仍然翻译: opencv3.0霍夫变换找直线,找圆,直接在视频状态下进行实时找直线,找圆 opencv 3.0 Hough transform to find a straight line, find circle。 at the video sta
  3. 所属分类:OpenCV

    • 发布日期:2024-06-10
    • 文件大小:517120
    • 提供者:wangbin
  1. 3.30-4.3-bianyuan

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

    • 发布日期:2024-06-10
    • 文件大小:4096
    • 提供者:易学习同志
  1. MATLAB求图形的最大内切圆代码

    0下载:
  2. hough变换找直线matlab下能直接运行(Hough transformation which can run directly in matlab environment.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:3072
    • 提供者:XIAOXIAGEGE
  1. hough变换找直线matlab下能直接运行

    0下载:
  2. hough变换找直线matlab下能直接运行。(Finding straight lines by Hough transform)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-10
    • 文件大小:14336
    • 提供者:XIAOXIAGEGE

源码中国 www.ymcn.org