CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 直线检测算法

搜索资源列表

  1. lsd-快速直线检测

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

  1. hough

    0下载:
  2. vc++6.0实现的hough直线检测算法和log边缘检测算法。-vc++ 6.0 achieved hough line detection algorithm and log edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:66549
    • 提供者:孙宇
  1. Hough

    0下载:
  2. hough 变换进行直线检测,优化了的算法.比传统的算法更加节省时间-hough transfer,Test Line。less more time than before!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4622139
    • 提供者:秦安
  1. ch7_2_3

    0下载:
  2. 在图像分割中,利用Hough变换进行直线提取的matlab源程序。提取方法不同于一般的边缘检测算法。-In image segmentation using Hough transform for straight line extraction matlab source. Extraction method is different from the general edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1299
    • 提供者:cwb
  1. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:110261
    • 提供者:caonimabitoo
  1. lena

    0下载:
  2. 基于hough变换的直线检测(—)。前面的可能是充数的(5个耶,不是所有程序我都有版权的,呵呵)。这个绝对有版权,我的课程设计,拿专业第一名的,站长认真看。看完这些废话可以帮我删了。 lena图,hough变换的前期处理工作,涉及到图像增强,锐化,滤波,二值化等技术,附有算法的详细说明,和使用的各种算子。-Hough transform based line detection (-). In front of the number may be necessary and sufficie
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:203042
    • 提供者:刘涛
  1. linedetection

    0下载:
  2. 图像中的直线检测,hough变换的理论讲解和实现算法-Straight-line image detection, hough transform algorithm and the realization of the theory to explain
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:157019
    • 提供者:
  1. fhouhgh

    0下载:
  2. 利用霍夫变换进行直线检测的算法实现 设置不同的阈值来控制直线的输出-detect lines in image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1715
    • 提供者:lihao
  1. ImgSegmentShow

    0下载:
  2. 该文件包含了常用的边缘检测算法,同时使用Hough变换进行直线检测。-This file contains the commonly used edge detection algorithms, using Hough transform for line detection。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4971917
    • 提供者:jack
  1. lsd_oldversion

    0下载:
  2. 最新的快速直线检测算法,速度比哈夫变换快且准。-The latest rapid linear detection algorithm, the speed change fast and quasi-Bi Hafu.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:281256
    • 提供者:heping
  1. LineDetection

    1下载:
  2. 基于Hough变换和基于Radon变换的直线检测算法代码-source code of two straight line detection algorithm (based on Hough Transform and Radon Transform)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2048
    • 提供者:Shan Haotian
  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-26
    • 文件大小:8680448
    • 提供者:dyx
  1. myhough

    1下载:
  2. 一个基于hough变换的直线检测算法,是对书上标准程序改进后的结果-Lion detection based on Hough translation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:150710
    • 提供者:赵添
  1. Line_Segment_Detector-master

    0下载:
  2. Line_Segment_Detector(LSD)直线检测算法,不同于Houghline-Line_Segment_Detector (LSD) line detection algorithm, unlike Houghline
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:168767
    • 提供者:laoji
  1. LSD_C

    8下载:
  2. 自己实现的LSD直线检测算法,比论文提供的LSD检测算法少了很多复杂操-LSD own line detection algorithm implemented, LSD detection algorithm than the paper offered a lot less complicated operation
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-11
    • 文件大小:6121
    • 提供者:liwenzhen
  1. line_detector

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

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

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

    • 发布日期:2017-12-24
    • 文件大小:630784
    • 提供者:if空间
  1. EDTest-VS2010

    1下载:
  2. 直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-18
    • 文件大小:11484160
    • 提供者:1989898988
  1. lsd_1.6

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

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

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

    • 发布日期:2021-03-19
    • 文件大小:131072
    • 提供者:岁臻
« 12 3 4 »
搜珍网 www.dssz.com