搜索资源列表

  1. jiao448

    1下载:
  2. 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pi
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:4419
    • 提供者:交角
  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-21
    • 文件大小:1024
    • 提供者:zerazhna
  1. LineDection

    1下载:
  2. 论文《一种基于梯度的直线段检测算法—光子学报》的matlab源码和论文PDF,点main函数运行,直线段效果非常好。里面还有一个main_hf的哈夫变换的直线段检测方法,作为对比。-Paper " based on gradient line segment detection algorithm- Photon Technology" matlab source, point main function runs,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1199104
    • 提供者:qinxunhui
  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-21
    • 文件大小:1024
    • 提供者:zj
  1. ch_8_4_3

    0下载:
  2. 相位编组算法实现纹理边缘的直线检测.用于快速直线提取-Phase Group texture edge detection algorithm to achieve a straight line. For fast line extraction
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:谢秀
  1. Hough-transform

    0下载:
  2. 包括Hough变换,峰值点检测,以及相应的直线链接部分,检测算法快速有效-Hough transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:师雪艳
  1. The-value-of-the-two-images

    0下载:
  2. Visual C++2010下用opencv2.4.8进行图像二值化的算法,图像二值化是进行直线检测的基础-Visual C++2010 using opencv2.4.8 images of two value algorithm, the value of the two images is the basis for line detection
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:4424704
    • 提供者:嫣然
  1. chap8_28

    0下载:
  2. Matlab HOUGH变换检测直线的算法-Algorithm Matlab HOUGH transform line detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:Leyuan
  1. jiancezhixian

    0下载:
  2. 为了能有效解决H ough 变换的计算量大的问题,文中提出了一种基于直线局部结构特征的H ough 变换改进的直 线检测算法。该算法根据F reem an 准则分析了直线上基元的特征信息,通过图像上邻近的同类基元的倾斜角约束基元上 像素点的极角范围,减少每个点的计算次数,在保持精度的同时,提高直线检测的速度,在有噪声的情况下,该算法相对标 准H ough 变换算法可以提高到6 到7 倍。 -In o rder to ef
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:16848896
    • 提供者:zheng mingzhi
  1. straight-line-detection

    0下载:
  2. 一种基于梯度的直线段检测算法,用于在复杂环境下快速准确的检测直线。-A straight line detection algorithm based on gradient, used for fast detection in complex environment in a straight line
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1146880
    • 提供者:hexiaomei
  1. zhangbingxingxihua

    0下载:
  2. 很不错的细化,可用户直线检测细化直线。可用于图像处理的算法,张秉性细化算法。-Very good refinement , the user can refine the straight line detection . Algorithms for image processing , Zhang Bing of thinning algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:赵宇
  1. lsd_line

    0下载:
  2. 一种直线的快速检测算法,检测速度优于hough变换-A linear algorithm for rapid detection, detection speed than hough transform
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:630784
    • 提供者:朱天意
  1. EDLinesTest

    1下载:
  2. EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:5152768
    • 提供者:zhanglei
  1. jiaodianjiance

    0下载:
  2. 角点检测算法,可检测直线(比霍夫变换更准确),值得参考-Corner detection algorithm can detect straight line (Bi Huofu transform more accurate), it is also useful
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:13783040
    • 提供者:zhuangzi
  1. __Hough变换检测圆算法的研究与实现

    0下载:
  2. 二值化图像下,检测直线的代码 在道路识别中起到道路信息识别的作用(Two value of the image, the line detection code, in road recognition plays the role of road information recognition)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:7956480
    • 提供者:boost2vic
  1. lsd_opencv-master

    0下载:
  2. 这是一个直线段检测算法,只要保证图片质量不是太差的前提下,你可以检测到几乎所有的直线段!(this is a good line detector, you can detect all lines)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:855040
    • 提供者:jingzi
  1. ransac

    0下载:
  2. Ransac检测算法matlab源代码, 实现一组数据的拟合,找出一条合适的直线(Ransac algorithm in matlab)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:lidong888
  1. opencv_Image

    0下载:
  2. 很大很全的图像处理算法,包括二值化、图像细化、直线检测、直线交点识别等(Large and very full image processing algorithms, including two values, image thinning, straight line detection, line intersection recognition, etc.)
  3. 所属分类:书籍源码

    • 发布日期:2024-05-21
    • 文件大小:4359168
    • 提供者:天天田田
  1. matlab实现识别图像中时钟的时间(244597)

    0下载:
  2. 通过霍夫直线检测等算法实现钟表表盘的识别以及读取显示(The clock dial recognition and reading display are realized by Hough line detection and other algorithms)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:166912
    • 提供者:大宇宇啊
  1. 控制显示速度

    0下载:
  2. stm32c8t6最小系统板,oled显示速度,红外对管检测码盘转速,基本算法控制小车走直线(Stm32c8t6 minimum system board, OLED display speed, infrared tube detection code disc speed, basic algorithm control car to go straight line)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:3042304
    • 提供者:888hhh
« 1 2 3 4 56 7 8 »

源码中国 www.ymcn.org