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

搜索资源列表

  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. hough_trans

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

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

    0下载:
  2. 应用Matlab工具箱演示对比度增强,局部平滑,中值滤波,小波工具,边缘检测,图像二值化,Hough变换直线提取,灰度阈值分割,四叉树分裂合并法等,并完成这些处理程序的GUI集成。-Application the Matlab toolbox Demo contrast enhanced local smoothing, median filtering, wavelet tools, edge detection, image value, Hough transform line extra
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:574699
    • 提供者:
  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. zhixian_yuan

    0下载:
  2. 用hough变换来检测图像中的圆或者直线的运行代码,欢迎大家指点。-Hough transform to detect the image of a circle or a straight line running code pointing welcome.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:42979
    • 提供者:程平
  1. MATLAB.zip

    1下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。例如,图1(a)中的九条线段对应于如图1(b)所示的其Hough参数空间的九个累加器峰值。图1(b)中,Hough参数空间的横纵坐标分别为直线极坐标方程:ρ=x×cos(θ) + y×sin(θ) 的两个参数ρ和θ。九个峰值的ρ和θ值唯一的确定其对应线段所在直线的两个参数。并且线段的长度决定坐标(ρ,θ)处的
  3. 所属分类:matlab

    • 发布日期:2016-05-09
    • 文件大小:1024
    • 提供者:peter
  1. houghss

    0下载:
  2. 基于canny边缘检测和hough变换的长直线检测,入门级别,代码简单易懂。-Long canny edge detection and hough transform line detection, entry-level, the code is simple and easy to understand.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:619
    • 提供者:张小红
  1. Hough_line

    0下载:
  2. hough变换用于检测在数字推向中出现的直线-detect line by hough transformation in images
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-24
    • 文件大小:2895030
    • 提供者:xiaoyu
  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. CV2

    1下载:
  2. 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
  3. 所属分类:OpenCV

    • 发布日期:2017-01-06
    • 文件大小:3314688
    • 提供者:
  1. shuzituxiangchuli

    0下载:
  2. 用matlab编程工具,编写具有操作界面的应用程序,通过菜单、对话框,选项框等界面控制,对算法进行演示。需要在应用系统中实现的算法及功能包括: 1、图像增强算法 (1)灰度线形变换:亮度及对比度可以调节(通过控制参数的改变,能够实时预览变化结果); (2)直方图均衡:可在界面上对比均衡前后的效果。 2、图像变换算法 (3)对一幅彩色图像进行DCT变换和反变换,对比结果和原图; (4)仅保留左上角16X16的DCT系数,进行反变换,计算结果图的信噪比SNR。 3、图像分
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:822641
    • 提供者:张涛
  1. LineDection

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

    • 发布日期:2014-05-29
    • 文件大小:1199104
    • 提供者:qinxunhui
  1. mymatlab

    0下载:
  2. 钢筋、火柴根数的统计,阈值分割、直线检测,hough变换-Steel, matches the statistical number of roots, threshold segmentation, line detection, hough transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-14
    • 文件大小:3260887
    • 提供者:lijian
  1. hough_circle

    0下载:
  2. 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:892
    • 提供者:liujiang
  1. HOUGHTRANSITION

    0下载:
  2. 利用hough变换,检测出最长的直线,由于采用多次for循环,程序运行速度较慢-using hough transform to detect the longest line in the picture
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:800
    • 提供者:殷晓雪
  1. 28541

    0下载:
  2. Hough变换时一种检测、定位直线和解析曲线的有效方法。他是把二值图变换到Hough参数空间,在参数空间用极值点的检测来完成目标检测-Hough transform of a test line positioning and effective way to resolve curve. He is the binary image to the Hough transform parameter space, parameter space used in the detection of
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5564
    • 提供者:电暖器
  1. houghBIANHUAN

    0下载:
  2. hough变换实现检测直线的程序,在Visual C++环境下进行编译,执行-hough transform to achieve a straight line detection procedure in Visual C++ compiler environment, implementation
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:1304
    • 提供者:weiase
  1. line_hough

    0下载:
  2. matlab编写的直线检测算法,能够有效的提取出直线。和matlab自带的hough变换实现的同样的功能-matlab prepared in a straight line detection algorithm can effectively extract the straight line. And the hough transform matlab own to achieve the same function
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2060
    • 提供者:newgove
  1. houghcircle

    0下载:
  2. 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1011
    • 提供者:周炎兵
  1. houghlines

    0下载:
  2. 本文件详细描述了如何利用matlab去检测图片中含有的直线元素,利用hough变换。-This document describes in detail how to use matlab to detect images containing linear elements using hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1188
    • 提供者:孙莹
« 1 2 ... 9 10 11 12 13 1415 16 17 »
搜珍网 www.dssz.com