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

搜索资源列表

  1. hough_line_dect

    0下载:
  2. matlab源码,实现利用霍夫变换的直线检测-matlab source code, line detection using Hough Transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1284
    • 提供者:Leo
  1. line_detection

    0下载:
  2. 霍夫变换,直线检测 将位于一条直线上的散点连起来-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:17475
    • 提供者:zhiheng zuo
  1. ch_8_4_3

    0下载:
  2. 相位编组算法实现纹理边缘的直线检测.用于快速直线提取-Phase Group texture edge detection algorithm to achieve a straight line. For fast line extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1282
    • 提供者:谢秀
  1. Deskwwtop

    0下载:
  2. matlab课程编程【谷速软件】使用标准Hough变换进行直线检测-Courses matlab software programming speed [Valley] using standard Hough transform line detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:13791
    • 提供者:李静
  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
    • 文件大小:1639126
    • 提供者:童彤
  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

    • 发布日期:2017-05-17
    • 文件大小:4424824
    • 提供者:嫣然
  1. Hough

    0下载:
  2. 此文件可以实现霍夫变换直线检测,代码简单实用-This file can be achieved Hough transform line detection, code simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:79663
    • 提供者:
  1. hough

    0下载:
  2. matlab实现的hough变换直线检测,包含两种实现代码-hough transform line detection matlab implementation, including two implementations code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:241175
    • 提供者:cui fan
  1. HoughTransform

    0下载:
  2. 霍夫变换,直线检测,包括了边缘检测,双向高斯滤波。自己写的函数, 不是toolbox自带函数。图像处理-Hough Transform,line detect, edge detect, sep-guassian filter, matlab, image processing.self-define function, no toolbox
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4540
    • 提供者:Wynne
  1. Shape-Detection

    0下载:
  2. 直线检测及道路边缘检测,包括在DM6437上的实现-use the Hough Transform, Find Local Maxima, and Hough Lines blocks to find the longest line in an image. In the second step, the algorithm used for line detection will be the basis of a lane detection procedure.
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:10354627
    • 提供者:李澳
  1. line_detector

    1下载:
  2. 基于opencv的改进的霍夫直线检测算子。应用于图像的直线检测,包括两种直线检测模型。-hough straight line detector of opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1363
    • 提供者:jack
  1. MATLAB_code

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough hoffman straight line detection source code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:872
    • 提供者:吴磊
  1. houghtest

    1下载:
  2. hough直线检测代码,对激光焊缝图像的直线检测,可快速找到焊缝直线-Hough linear detection code, straight line detection of laser welding seam images, can quickly find the weld line
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:668818
    • 提供者:孙浩宇
  1. jiancezhixian

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

    • 发布日期:2017-06-09
    • 文件大小:16849089
    • 提供者:zheng mingzhi
  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
    • 文件大小:796
    • 提供者:彭生
  1. video

    0下载:
  2. 从视频中提取出某一帧图像对其进行直线检测的程序-Extract a frame the video image of its line detection program
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:3948609
    • 提供者:wangdonga
  1. MATLABHough

    0下载:
  2. MATLAB图像处理 Hough霍夫曼直线检测 源程序代码-MATLAB image processing Hough line detection Huffman source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:181836
    • 提供者:李丽
  1. hough111

    0下载:
  2. hough变换直线检测-hough Straight line detection.......................
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:923
    • 提供者:杨驱动
  1. hough2

    0下载:
  2. 基于hough变换的直线检测,能够检测出图中最长的直线-Straight line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1060
    • 提供者:张先森
  1. direction

    0下载:
  2. 直线检测,能够检测到图像中的直线,希望帮到大家-Straight line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:680
    • 提供者:张先森
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 35 »
搜珍网 www.dssz.com