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

搜索资源列表

  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. 3_edge

    0下载:
  2. matlab实现图像边界跟踪。hough变换,自动直方图阈值分割等。-Matlab achieve image boundary tracking. Hough transform, automatic histogram threshold segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:1403
    • 提供者:JUN
  1. wjy

    1下载:
  2. hough变换检测圆 并且描绘半径和圆心坐标 效果不错-Hough transform to detect circle effect is good
  3. 所属分类:Graph Recognize

    • 发布日期:2014-12-27
    • 文件大小:4000768
    • 提供者:杨飞
  1. runway

    0下载:
  2. 包含了hough变换,图象的边沿检测与提取,跑道检测算法-Contains hough transform image edge detection and extraction, runway detection algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-11-16
    • 文件大小:3137374
    • 提供者:张菁超
  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. Edge-detection-

    1下载:
  2. 边缘检测和hough 变换实现边缘检测MATLAB-Edge detection and hough transform edge detection MATLAB
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-08
    • 文件大小:5915
    • 提供者:高蓉
  1. tuxiangchuli

    0下载:
  2. 几种简单的算子的边缘监测、hough变换、轮廓提取、种子填充、轮廓跟踪的算法-Several simple edge operator monitoring, hough transform, contour extraction, seed filling, contour tracking algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:84352
    • 提供者:唐金棲
  1. hough

    0下载:
  2. 利用霍夫变换原理求解圆环的圆心,以及半径-The Hough transform principle solving Rings center of the circle, as well as the radius
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1031
    • 提供者:杜晓辉
  1. Hough_line

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

    • 发布日期:2017-11-24
    • 文件大小:2895030
    • 提供者:xiaoyu
  1. hough

    0下载:
  2. 基于霍夫变换的外形检测算法的实现,包括图像读取与显示、彩色图像转化为灰度图、灰度图二值化、膨胀腐蚀、图像轮廓提取、线性图形检测以及椭圆检测-Shape detection algorithm based on Hough transform implementation, including the image read and display color images into grayscale, grayscale binary and expansion corrosion image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:4959444
    • 提供者:chenxin
  1. code

    0下载:
  2. 本实验研究了数字图像处理中图像分割中的hough变换和运用hough变换的线检测。-This study hough transform line detection the hough transform digital image processing, image segmentation and apply.
  3. 所属分类:Graph program

    • 发布日期:2017-11-26
    • 文件大小:1418564
    • 提供者:黄凯
  1. hough

    0下载:
  2. 本程序能够用hongh变换实现对圆的识别,先进行滤波再进行识别。-This procedure can be used to achieve identification of circular hongh transformation, first be filtered and then identify.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-19
    • 文件大小:768
    • 提供者:龙魂
  1. renyanjiance

    0下载:
  2. 基于hough变换的人眼检测,检测效果很好,拿来与大家分享-Eye detection, based on hough transform detection ,works well, shared with you
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:44532
    • 提供者:杨秀芳
  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. chengxuwenjianzip

    0下载:
  2. 关于图像处理中的hough变换以及边界跟踪处理的程序。-Hough transform image processing and the boundary tracking processing procedures.
  3. 所属分类:Graph program

    • 发布日期:2017-11-24
    • 文件大小:227527
    • 提供者:徐宁
  1. Segmentation

    0下载:
  2. 高质量的MATLAB源代码 用于虹膜图像分割(Hough变换)-Quality MATLAB source code for the iris image segmentation (Hough transform)
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:3266
    • 提供者:胡胡
  1. circle_detect

    0下载:
  2. 实现在2d图像中检测圆,利用hough变换,代码进行了一定程度的优化,简洁易懂-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:721230
    • 提供者:yangjiangshen
  1. findellipse

    0下载:
  2. hough变换检测椭圆,对于边缘图像的椭圆检测。-find ellipse by hough transform,used for edge image.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-29
    • 文件大小:5411
    • 提供者:song
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com