CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 软件工程 搜索资源 - hough detection

搜索资源列表

  1. 20060303004409246

    3下载:
  2. 用matlab检测直线,圆。椭圆的程序,对直线程序进行了改进,采用随机霍夫变换 &由粗到细的检测方式检测,效果好-detection using Matlab straight round. Elliptic procedures, the procedures for linear improvement, randomized Hough Transform & by coarse-to-fine detection methods for detection, effectiv
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:149311
    • 提供者:陈国栋
  1. hough

    0下载:
  2. 基于hough变换的椭圆检测新方法,有改进,提高了运行效率-Hough transform based ellipse detection of new ways to improve and enhance the operating efficiency
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:171843
    • 提供者:Andy
  1. circle-detection-using-hough-transform

    0下载:
  2. circle detection using hough transform 作者:D J Kcrbywn and T J Atherton, University of Warwick, U.K.霍夫检测圆的IEEE,1995的文章,对指导霍夫变换圆检测的原理有一定的指导。-circle detection using hough transform Author: DJ Kcrbywn and TJ Atherton, University of Warwick, UK Hough
  3. 所属分类:software engineering

    • 发布日期:2017-03-24
    • 文件大小:338439
    • 提供者:miaosiyi
  1. ellipse-detection-using-the-hough-transform

    0下载:
  2. ellipse detection using the hough transform 作者 H.K. Yuen, J. Illingworth and J. Kittler Department of Electronics and Electrical Engineering University of Surrey, Guildford。对霍夫变换检测检测椭圆的原理有一定的参考意义。-ellipse detection using the hough transform Autho
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:2085495
    • 提供者:miaosiyi
  1. bwl

    0下载:
  2. 图像像素级边缘检测程序,主要基于soble算子与Hough变换-Image pixel level edge detection process, the major operator and soble based on Hough transform
  3. 所属分类:software engineering

    • 发布日期:2017-04-11
    • 文件大小:590
    • 提供者:潘明雷
  1. ImageProcessing-CircleDetection-RenatoSalas_final

    0下载:
  2. The present report outlines the design, implementation and performance of the application of Hough Transform (HT) to detect circles in arbitrary pictures. Detecting circles in arbitrary pictures involves a two step process in this project. First,
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1108062
    • 提供者:donna
  1. hough_line

    0下载:
  2. 直线 检测 hough 直接可以运行有原图像 图像为256色bmp -Hough line detection can be run directly with the original image, the image of 256-color bmp
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5298310
    • 提供者:南埃里克斯
  1. houghcircle

    0下载:
  2. Hough transform for line detection. (very fast and easy solution). written by : Ebaadat Ghanbari Parmehr. Nov.21.2004. University of Tehran. Faculty of Engineering. Surveying and Geomatics Department. Photogrammetry Devision.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:20320
    • 提供者:Carlos
  1. hough

    0下载:
  2. houghline transform, it it uses canny edge detection and hough transform. It then places a red line over any detected straight lines.
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:85615
    • 提供者:markman86
  1. 111

    0下载:
  2. Hough检测直线,圆,椭圆的部分代码,基于VC实现,并带有注释-Hough line detection, round, oval, part of the code, based on VC to achieve, and with comments
  3. 所属分类:Project Design

    • 发布日期:2017-04-13
    • 文件大小:2216
    • 提供者:zhangyinxia
  1. Hough

    0下载:
  2. 在图像处理中,经常用到的检测直线的方法,抗干扰性很强。-In image processing, frequently used line detection methods, strong anti-interference.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:11979
    • 提供者:hhhu
  1. improvedHough

    0下载:
  2. 首先检测图像中相邻的像素点并进行聚类, 形成一些相连的像素点的集合, 然后将聚类 后的像素点进行感知编组, 细分成比原聚类线段更接近直线的线段, 最后对每段近似直线用随机 Hough变换进行检测-First detection in adjacent pixels of the image and clustering, form some connected set of pixels, then clustering Pixels after perception marshalli
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:260820
    • 提供者:huangtingting
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. OpenCVmanual

    0下载:
  2. OpenCV中文参考手册.chm,本文档来源于OpenCV中文网站,常用的标准图 图像文件读入和显示 图像创建、保存和复制 Canny边缘检测 Canny边缘检测2 轮廓(contour)检测 轮廓(contour)检测2 图像旋转与缩放 读视频文件和运动问题检测 Hough线段检测 鼠标绘图 -OpenCV Chinese reference manual. Chm, this document comes from OpenCV C
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3723071
    • 提供者:gyx
  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. trackinitiation

    0下载:
  2. initier une piste en utilisant les techniques Batch a savoir la méthode de Hough et Hough Modifiée, simulation donnant la profitabilité de detection des vrais pistes.
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6200
    • 提供者:jamel
  1. hough

    0下载:
  2. 初学者适用的hough边缘检测vc++代码源程序 -hough edge detection
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:9671
    • 提供者:紫姻
  1. Total_circle

    0下载:
  2. Written in VC++, used for the pupil detection in eye image, based on the theory of Hough Transformation
  3. 所属分类:software engineering

    • 发布日期:2017-04-13
    • 文件大小:1885
    • 提供者:Lei Zhang
  1. hough-matlab

    0下载:
  2. 多个利用hough变换进行直线检测的matlab文件,和hough变化和代码的清晰说明-Multiple use hough transform for straight line detection of matlab files, and hough change and clear statement of your code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1810670
    • 提供者:曾臻
搜珍网 www.dssz.com