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

搜索资源列表

  1. my_hough

    0下载:
  2. canny算子进行边缘检测,然后用hough算法进行直线检测。-canny operator edge extraction from image, and then use the hough algorithm line detection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:860
    • 提供者:闫世博
  1. DectRect

    0下载:
  2. 利用hough变换检测平行线 直线 程序简单 适合初学
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:3136440
    • 提供者:zhangqian
  1. Edge-detection

    0下载:
  2. 各种边缘检测:robert边缘检测,sobel边缘检测,prewitt边缘检测,kirsch边缘检测,gauss边缘检测,利用Hough变换检测平行直线,轮廓提取,种子填充算法1,2,3.-Various edge detection: Robert Sobel edge detection, edge detection, edge detection and edge detection of Prewitt, Kirsch, Gauss edge detection, the use of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:51496
    • 提供者:Lee Simth
  1. fencengchongjian

    0下载:
  2. 基于鲁棒估计灭点分层重建的研究 提出了一种基于Hough算法的直线聚类检测方法求取图像中的直线信息以及基于RANSAC的由直线信息估计灭点信息的改进算法,以提高估计灭点的鲁棒性。-Research of hierarchical reconstruction based on robust vanishing point
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:655308
    • 提供者:as
  1. Phase-_-extract-line

    1下载:
  2. 5相位编组法实现纹理直线边缘的检测matlab程序代码。不同于hough变换。附带文字的原理讲解-The five-phase grouping texture straight edge detection ,matlab code. Different from the hough transform. explain with the accompanying text
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-13
    • 文件大小:1732
    • 提供者:
  1. dfdf

    0下载:
  2. matlab霍夫变换直线检测,简单采取了先高帽,在检测变换的方法,不同于一般的边缘检测-hough transform detect lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:647
    • 提供者:jeffzhang
  1. harris

    0下载:
  2. 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-31
    • 文件大小:1126
    • 提供者:jihang
  1. HoughLines

    0下载:
  2. Hough变换检测图像中的直线,从而判断图像形状,采用VC++6.0和OpenCV编程实现。-Straight line Hough transform detection of the image in order to determine the shape of the image, using VC++ 6.0 and OpenCV programming to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1457798
    • 提供者:李阳
  1. Houghlinedetect.doc

    0下载:
  2. 有关使用matlab下使用hough函数实现直线检测的方法,并可对任意两条直线计算两者的夹角-using hough function detect the straight lines under the Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:12754
    • 提供者:由希樱
  1. hou

    0下载:
  2. hough直线检测程序,想学习的可以下载来-hough line detection program, want to learn can be downloaded to look at
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:739
    • 提供者:
  1. uhhoough_lws

    0下载:
  2. 运用霍夫变换来实现图像的边界界检测,本代码实现圆与直线的检测 -Using the Hough transform to the boundary of the image boundary detection, the code to achieve the detection of circular and linear
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:30570
    • 提供者:尴尬
  1. hough_trans

    0下载:
  2. 通过霍夫变换,实现延直线上信号的积累,达到提高信噪比的目地,以利于检测。-By Hough transform, the accumulation of signals in the certain straight line, to improve the SNR of the signal.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:773
    • 提供者:peterping
  1. image-detection-and-transformation

    0下载:
  2. 利用hough变换检测图像中的形状圆和直线,以及图像几何变换-detecting image circle or line using hough transformation and transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:5018
    • 提供者:zhao
  1. HoughLine

    0下载:
  2. 用于道路的检测,通过调用opencv中的直线检测算法Hough变换,检测结构化道路的道路引导线-For road detection, Hough transform, by calling the line detection algorithm in opencv detect structural road road guide line
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:28267520
    • 提供者:
  1. hHHoough111o

    0下载:
  2. hough变换检测直直线的matlab算法 -hough transform to detect straight linear Matlab algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-18
    • 文件大小:1162
    • 提供者:谨防
  1. hough_lines

    0下载:
  2. vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。-Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8747645
    • 提供者:lee
  1. hough_trans

    0下载:
  2. Hough变换:检测二值图像中的直线,进行直线提取-Hough transform: detecting straight line in a image
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:832
    • 提供者:Zhang Sir
  1. huaxianhough_x

    0下载:
  2. 边缘检测后 改进的hough变换方法 提取直线 效率高精度不错!-Improved edge detection hough transform method to extract the straight-line efficiency high precision good!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:1481
    • 提供者:李丽
  1. Detecting-Coins

    0下载:
  2. 用直线检测和边缘检测来检测圆,用硬币来实验-Detecting Coins using Hough Tramsform
  3. 所属分类:Document

    • 发布日期:2017-11-14
    • 文件大小:143817
    • 提供者:杨林
  1. jindianhough

    0下载:
  2. 采用hough变化进行直线检测,应用matlab自带的函数进行检测-Hough the changes line detection function detects application matlab comes
  3. 所属分类:Special Effects

    • 发布日期:2017-11-29
    • 文件大小:1384
    • 提供者:俞正国
« 1 2 ... 13 14 15 16 17 1819 20 21 22 »
搜珍网 www.dssz.com