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

搜索资源列表

  1. hough

    5下载:
  2. 标准的hough变换用于航迹起始算法,包括跟踪处理全过程-Hough
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:8724
    • 提供者:兰华
  1. houghlines.rar

    0下载:
  2. 在MATLAB中,使用Hough变换做线检测和链接,In MATLAB, use Hough transform to detect and link line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1328
    • 提供者:zuo
  1. Hough_Matlab

    0下载:
  2. Hough变换_用霍夫曼方法检测圆、直线的Matlab程序 -Hough transform method _ with Hoffman yen, a straight line of Matlab procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:10383
    • 提供者:
  1. HoughLineDection

    0下载:
  2. 利用Hough变换,可以检测图像中的多条线段,效果很好-using hough transform for line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:8373
    • 提供者:杨云
  1. EdgeContour

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987811
    • 提供者:lgy
  1. HTR

    0下载:
  2. Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:54391
    • 提供者:罗辉武
  1. hough2

    0下载:
  2. hough变换中,进行了hough变换,峰值检测,找非零点,找到相关像素后,还要执行这个操作,才能实现功能-hough transform for the hough transform, peak detection, to find non-zero, after finding the relevant pixel, but also the implementation of this operation, to achieve functional
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:2228
    • 提供者:llp
  1. Hough

    0下载:
  2. Hough变换 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。 要求目标图像为只有0和255两个灰度值的灰度图像。-Hough transform of the function is used to detect the image of parallel lines. If the image there are two parallel lines, two parallel lines will be extracted. Req
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:16476
    • 提供者:吕盼盼
  1. hough-matlab

    0下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform image space and Hough parameter space points- line detection problem in image space to parameter space duality. Through the simple accumul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7779
    • 提供者:马立静
  1. hough

    0下载:
  2. 图像处理中HOUGH变换检测圆形的代码,识别率比较高-HOUGH transform image processing to detect a circular code, the recognition rate is relatively high
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:3115
    • 提供者:六六
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:6326
    • 提供者:qinchuanhero
  1. lan1

    1下载:
  2. 车牌识别方法,对图像进行与预处理,使其为我们所要的尺寸,并进行HOUGH变换,使其更易分辨出来。-License Plate Recognition Method of images and pre-processing to make it for us to size, and HOUGH transform, to make it easier to be identified.
  3. 所属分类:Graph Recognize

    • 发布日期:2016-11-24
    • 文件大小:2731
    • 提供者:兰天
  1. 897979

    0下载:
  2. 介绍一种实用的二维条码识别算法。首先探讨了二维条码的定位与分割算法,利用Hough变换与Sobel边缘检测把条码图像从原始采集的图像中有效地分割出来 然后分析了条码图像经过光学系统的噪声模型,提出了一种计算点扩展函数标准方差的算法 采用Flourier变换自适应地选取阈值去除噪声导致的无效边界,从而得到条码的基本模块。实验结果表明,该算法具有很好的抗噪性,提高了二维条码的识别率。 -A practical two-dimensional barcode recognition algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1595
    • 提供者:黄新
  1. HOUGH

    0下载:
  2. 用HOUGUH变换检测线段,基于OPENCV开发,代码简单,适合广大软件开发者-Detection of line segments used HOUGUH transform, based on the OPENCV development, code is simple, suitable for the vast numbers of software developers
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:82777
    • 提供者:liweijun
  1. Hough-Circle-Detect3

    0下载:
  2. MATALAB环境下实现Hough变换检测圆-MATALAB environment to achieve Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:180214
    • 提供者:范若
  1. Codejia.com_40df9b18b021a0ff2295123f1192b961

    0下载:
  2. 共创在线考试测试系统源码2.1.0版利用HOUGH变换提取边界特征,还有SOBEL算子的算法 -Create online exam testing system version 2.1.0 source code using HOUGH transform boundary feature extraction, as well as Sobel Operator Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-15
    • 文件大小:3616182
    • 提供者:qqqq
  1. HoughForCricle

    0下载:
  2. Hough变换在圆检测中的应用,MATLAB程序源代码。-Hough transform in a round Detection, MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14226
    • 提供者:silen
  1. imageprocessing

    0下载:
  2. 主要内容彩色256色转灰度图,hough变换,walsh变换,对比度拉伸,反色,图像的傅立叶变换,高斯平滑,均值滤波,各种锐化方法,图像的缩放、细化、旋转,边缘提取,内附各种图片,vc++源码,对初学图象者很有帮助,强烈推荐,图象处理-The main contents of 256 colors to grayscale color, hough transform, walsh transform, contrast stretching, anti-color, images of Fou
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:5584001
    • 提供者:吴海峰
  1. Simulation_System_of_Unknown_Environmen

    0下载:
  2. :以matlab工具箱的形式给出了静态及动态未知环境下移动机器人地图构建的仿真研究平 台。通过分析polaroid6500声纳、电子罗盘、编码器等传感器的工作原理建立了参数可调的传感器 模型。这些传感器为机器人提供位姿及环境信息。在分析已有基于hough变换的线段提取算法的基 础上提出了抑止。杂线段。现象的CIHT[Clus~r Inhibiting Hough Transform]算法.采用cIHT 对声蚋信息作环境特征提取,便于开展基于环境特征的未知环境地图构建算法方面的研究
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:358565
    • 提供者:xuyuhua
  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 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com