CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 直线检测 LSD

搜索资源列表

  1. lsd-快速直线检测

    1下载:
  2. 最新的直线检测算法,比hough算法快。
  3. 所属分类:图形图像处理(光照,映射..)

  1. LSD 直线的快速检测算法

    0下载:
  2. 一种直线的快速检测算法,检测效果好于canny等常见算法,a fast line segment detector-A linear algorithm for the rapid detection, detection is better than other common canny algorithm, a fast line segment detector
  3. 所属分类:2D图形编程

    • 发布日期:2016-01-25
    • 文件大小:57kb
    • 提供者:严冬
  1. lsd-1.5

    1下载:
  2. LSD快速直线检测方法,利用梯度方向和幅值判断的区域生长法,效果较好-LSD Fast line detection methods, the use of gradient direction and magnitude to determine the region growing method, better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-24
    • 文件大小:606.03kb
    • 提供者:yang
  1. lsd

    1下载:
  2. Line Segment Detection 用C实现的直线段检测,检测出PMG格式图像中的直线段,给出线段起始终止坐标-Line Segment Detection,achieved with the C. Detect line segments in image of the PMG format, giving the starting and ending coordinates
  3. 所属分类:图形图象

    • 发布日期:2013-04-24
    • 文件大小:601.05kb
    • 提供者:Jiaqi Sun
  1. lsd-1.6

    0下载:
  2. Line segment detector 快速直线检测 1.6版-a face line detector
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:572.71kb
    • 提供者:fenghao
  1. lsd_1.6

    0下载:
  2. LSD快速直线检测算法 应用于光学图像 检测门限值的大小确定不需根据图像调整,检测速度快,检测性能优越-LSD fast line detection algorithm is applied to the size of the optical image detection threshold determined not need to be adjusted according to the image detection speed, excellent detection perfo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-05
    • 文件大小:616.04kb
    • 提供者:tanxi
  1. lsd

    1下载:
  2. LSD直线检测算法的原理、步骤、结果文字资料以及具体程序实现-The LSD line detection algorithm principle, the steps of text information as well as specific procedures to achieve
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:8.28mb
    • 提供者:dyx
  1. article

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

    • 发布日期:2015-05-28
    • 文件大小:1.19mb
    • 提供者:ffmm3
  1. LSD_line_test

    0下载:
  2. 这个是c++代码,主要实现了效果比较好的LSD方法,进行直线检测-This is the c++ code, the main effect is to achieve a good LSD method, straight-line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1.56mb
    • 提供者:童彤
  1. lsd_lines

    0下载:
  2. opencv3.0 基于lsd的直线检测方法,效果比HoughLines好-opencv 3.0 psd line detection method based on better results than HoughLines
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:796byte
    • 提供者:彭生
  1. LSD

    0下载:
  2. 直线检测通常选用霍夫变换法,但是Hought变换运行慢,而LSD快速直线检测,效率极大的增大-Line Detection Hough transform method is usually used, but the Hought conversion run slow, and LSD fast line detection, greatly increasing efficiency
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:4.62mb
    • 提供者:乘凉
  1. line_detector

    0下载:
  2. 直线检测算法的MATLAB代码,由于作者只放出了C的代码,故写了一份MATLAB的(Line segment detector algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:128kb
    • 提供者:if空间
  1. lsd_1.6

    1下载:
  2. 直线检测LSD算法的C代码,配置一下即可运行(Line segment detector algorithm)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:616kb
    • 提供者:if空间
  1. line

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

  1. lsd_1.6

    0下载:
  2. 数字图像处理算法,用于检测图像中可能存在的直线或线段特征,效果在某些情况下优与一般的边缘检测算法(A classical method of line detection, Detecting the line information in the image)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:1.78mb
    • 提供者:竹子1221
  1. LSD

    2下载:
  2. 本程序实现了提取图像中直线的功能。能够很好地提取出位于边缘上的直线段,其结果表示为两端端点坐标以及线段宽度(This program realizes the function of extracting the edge line in the image.The straight line segment at the edge can be extracted well, and the result is expressed as the end point coordinates an
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-01
    • 文件大小:2.52mb
    • 提供者:wangjoe
  1. LSD直线提取算法MATLAB

    8下载:
  2. 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-(LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-11-01
    • 文件大小:323kb
    • 提供者:hanpuxia
  1. baidu_36747360_9767429

    1下载:
  2. lsd 直线检测算法通过c++实现的 可以运行(LSD line detection algorithm can run through C + + language)
  3. 所属分类:Windows编程

    • 发布日期:2020-03-27
    • 文件大小:3.7mb
    • 提供者:石石石头
  1. LSD_Line

    1下载:
  2. LSD直线检测算法,基于matlab平台实现,算法切实可用(LSD linear detection algorithm, based on matlab platform, the algorithm is practical)
  3. 所属分类:图形图像处理

    • 发布日期:2021-03-19
    • 文件大小:128kb
    • 提供者:岁臻
  1. Gary_LSD-master

    1下载:
  2. LSD用于图像直线检测,本代码为LSD的MATLAB版本,可用作学术参考(LSD for image line detection, this code is the matlab version of LSD, can be used for academic reference)
  3. 所属分类:图形图像处理

    • 发布日期:2021-04-01
    • 文件大小:21.03mb
    • 提供者:248JW
« 12 »
搜珍网 www.dssz.com