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

搜索资源列表

  1. my_hough

    0下载:
  2. 在高斯白噪声淹没的二维图像中,利用hough变换实现直线的检测。-In Gauss white noise in two-dimensional images, using Hough transform linear detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:995
    • 提供者:张利伟
  1. houghline

    0下载:
  2. 利用opencv库的霍夫变换实现图像中的直线提取并标记为红色-Opencv library Hough transform in image line extraction and marked in red
  3. 所属分类:OpenCV

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

    0下载:
  2. 一个效果非常好的霍夫变换程序,可以准确的检测出直线的位置-A very good Hough transform can accurately detect straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:2231417
    • 提供者:王着
  1. 20130119

    0下载:
  2. 数字图像处理边缘检测(hough变化-平行直线检测,轮廓跟踪、提取,种子填充算法1和2)的具体实现。-The edge detection digital image processing (hough change- parallel line detection, the concrete realization of contour tracking, extract, seed filling algorithm 1 and 2).
  3. 所属分类:Special Effects

    • 发布日期:2017-11-27
    • 文件大小:2113961
    • 提供者:谢生龙
  1. Untitledhough2

    0下载:
  2. 采用hough进行图像的检测,根据所检测到的直线进行提取-Hough image detection, according to the extraction of the detected straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-12-04
    • 文件大小:681
    • 提供者:李华
  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. 01

    0下载:
  2. hough检测直线 该算法可以检测诸如车道线之类的直线和斜线-hough line detection algorithm can detect such as lane lines straight and slash
  3. 所属分类:Button control

    • 发布日期:2017-11-22
    • 文件大小:248240
    • 提供者:常玲玲
  1. code

    0下载:
  2. 该程序基于霍夫变换实现直线提取 用到了canny算法-The program is based on the Hough transform for line extraction canny algorithm is used
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:619677
    • 提供者:陈成
  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. houghline

    0下载:
  2. 霍夫直线检测,用来检测图像中直线部分,通过参数调节,可以得到较好的实验结果-Hough line detection, used to detect images linear part, through parameter adjustment, you can get a better experimental results
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:634
    • 提供者:Daisy
  1. Hougu-transformation

    0下载:
  2. Hough变换,检测图像中最长的直线,并检测该直线与水平线间的夹角,可用于图像的倾斜校正。-Hough tranformation which can find the longest line in picture,and mesure the angle between the horizontal line and it.This procedure can be used to picture tilt correction.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:1684
    • 提供者:
  1. shuzituxiangchuli

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

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

    0下载:
  2. 代码中实现了三种快速Hough变换算法,可用于提取直线。-The code implements three fast Hough transform algorithms that can be used to extract straight lines.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:292163
    • 提供者:卢惠民
  1. WenLiLiJiaophoto

    0下载:
  2. 该程序为离焦模糊参数识别的方法,通过canny算子检测边缘,用hough变换检测直线的方法求离焦半径。-The program for the defocus blur parameter identification method by canny operator edge detection using hough transform line detection method for the defocus radius.
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:530
    • 提供者:fanhaiju
  1. u_hough

    0下载:
  2. matlab下采用hough变换求图像中的直线,可以直接运行-under matlab using hough transform for image line can be run directly
  3. 所属分类:matlab

    • 发布日期:2017-11-27
    • 文件大小:2785
    • 提供者:陈熊
  1. houghline

    0下载:
  2. opencv2.4.3 新版的c++接口 霍夫直线检测 直线轮廓描绘-opencv2.4.3 hough line detector the new c++/Mat construction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-05
    • 文件大小:882
    • 提供者:zhangnight
« 1 2 ... 17 18 19 20 21 2223 24 25 26 27 28 »
搜珍网 www.dssz.com