搜索资源列表

  1. houghss

    0下载:
  2. 基于canny边缘检测和hough变换的长直线检测,入门级别,代码简单易懂。-Long canny edge detection and hough transform line detection, entry-level, the code is simple and easy to understand.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:张小红
  1. line-detection

    0下载:
  2. 直线检测的代码,非常好用,对棋盘格图像的直线检测清晰准确。-Line detection code is very easy to use, straight-line detection of checkerboard images clearly and accurately.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:2454528
    • 提供者:王琳
  1. hough

    0下载:
  2. vs2010+opencv2.3.1实现的在指定区域内的canny边缘检测+HOUGH变化,实现感兴趣区域内的直线检测-vs2010+opencv2.3.1 to achieve of the the the canny in the the within the the the designated area the edge of detection+HOUGH changes in, to achieve the the the
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:21331968
    • 提供者:651
  1. LineDetection

    0下载:
  2. 基于Hough变换和基于Radon变换的直线检测算法代码-source code of two straight line detection algorithm (based on Hough Transform and Radon Transform)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:Shan Haotian
  1. houghline

    0下载:
  2. 霍夫直线检测,用来检测图像中直线部分,通过参数调节,可以得到较好的实验结果-Hough line detection, used to detect images linear part, through parameter adjustment, you can get a better experimental results
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:Daisy
  1. lsd

    0下载:
  2. LSD直线检测算法的原理、步骤、结果文字资料以及具体程序实现-The LSD line detection algorithm principle, the steps of text information as well as specific procedures to achieve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:8680448
    • 提供者:dyx
  1. HOUGH

    0下载:
  2. 图像中的直线检测程序,可以检测图像中的直线,可以设置参数,支持-The linear image detection procedure can detect the linear image, you can set parameters, to support
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-20
    • 文件大小:218112
    • 提供者:徐光辉
  1. radon-Line-detection

    0下载:
  2. radon变换除了在处理二维三维的投影数据时重建算法的应用,在直线检测中有应用-In addition to radon transform processing data in 2D and 3D projection reconstruction algorithm applications, there are applications in line detection
  3. 所属分类:书籍源码

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zerazhna
  1. houghline

    0下载:
  2. opencv2.4.3 新版的c++接口 霍夫直线检测 直线轮廓描绘-opencv2.4.3 hough line detector the new c++/Mat construction
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zhangnight
  1. line_test

    0下载:
  2. matlab 程序,运用霍夫直线检测原理,进行直线检测-matlab program, the use of Hough line detection principle, a straight line detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:猪皮冻
  1. article

    0下载:
  2. LSD直线检测说明文档,很详细,非常具有参考价值-LSD line detection documentation, very detailed, very valuable reference
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:1247232
    • 提供者:ffmm3
  1. mymatlab

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

    • 发布日期:2024-05-20
    • 文件大小:3260416
    • 提供者:lijian
  1. Hough-Transform

    0下载:
  2. 霍夫变化直线检测程序,用于检测图像中的直线,本算法涉及梯度变化,感觉检测效果还不错。望指正。-Hough variation straight line detection procedures, is used to detect the image of straight line, the present algorithm involves gradient change, the feeling detection effec
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:zj
  1. openCV

    1下载:
  2. 调用openCV中的cvHoughLines2 实现灰度图像的直线检测,将大楼的轮廓检测出来。-Call openCV in cvHoughLines2 achieve gray image line detection, the outline of the building detected.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:316416
    • 提供者:唐琦
  1. Test

    1下载:
  2. 这是一个检测车道线的程序, 利用了canny边缘检测以及霍夫直线检测,并适当增加了一些车道线的约束条件。-This is a program used to detect the lane of the road which used canny edge detector and the Hough lane detector.
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:7922688
    • 提供者:姚帅
  1. line_hough

    0下载:
  2. matlab编写的直线检测算法,能够有效的提取出直线。和matlab自带的hough变换实现的同样的功能-matlab prepared in a straight line detection algorithm can effectively extract the straight line. And the hough transform matlab own to achieve the same function
  3. 所属分类:图形图象

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:newgove
  1. Hough2013

    0下载:
  2. hough变换的直线检测方法,加入了通过直线斜率滤除干扰直线-hough transform line detection method, adding a straight line through the slope of the line filter interference
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:王猛
  1. StandardHT

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:efingIt
  1. StandardHT

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

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:全个
  1. LinesDis.h.tar

    0下载:
  2. 基于opencv的直线检测,可以检测出图像中的直线,并求出方程-Opencv-based line detection can detect the linear image, and find the equation
  3. 所属分类:OpenCV

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:kim
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 39 »

源码中国 www.ymcn.org