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

搜索资源列表

  1. Houghtuoyuan.rar

    0下载:
  2. 模式识别算法,椭圆检测,图形图像的处理,基于hough变换的椭圆的提取,Pattern recognition algorithms, ellipse detection, graphics, image processing, hough transform based on the extraction of the elliptical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:199340
    • 提供者:张明伟
  1. RectangleDetection.rar

    1下载:
  2. 基于hough算子的矩形检测,可用于车牌识别,pcb检测等等。,rectangle detection based on hough function.the techniques presented here interest for a number of applications such as building detection, pcb detection and so on
  3. 所属分类:Special Effects

    • 发布日期:2016-11-24
    • 文件大小:5695
    • 提供者:jessica
  1. houghBIANHUAN.rar

    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-27
    • 文件大小:1259
    • 提供者:周周
  1. match.rar

    1下载:
  2. 《图像配准技术及其Matlab编程实现》一书的Matlab源码,有点检测、线检测、Hough变换、遗传算法、蚁群算法、Powell算法和插值算法等。,"Image Registration and Matlab programming," a book of Matlab source code, a bit detection, line detection, Hough transform, genetic algorithm, ant colony algorithm, Powell al
  3. 所属分类:matlab

    • 发布日期:2016-09-19
    • 文件大小:345377
    • 提供者:fzj
  1. opencv.rar

    0下载:
  2. 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1659279
    • 提供者:pop
  1. hough

    0下载:
  2. 检测图像中的平行线。此代码已经在PC机器上经过调试。-Detection of parallel lines in the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:81558
    • 提供者:慈红宾
  1. Houghcircle

    0下载:
  2. Hough 变化查找圆 可用于虹膜检测等 效果不错-Hough circle can be used to find changes in the iris detection, good results
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1496
    • 提供者:xiaohua
  1. juxingjiance

    2下载:
  2. opencv矩形检测,采用金字塔方法,可以对多幅图同时检测。-opencv rectangle detection, using the pyramid method, can simultaneously detect pieces of map.
  3. 所属分类:OpenCV

    • 发布日期:2014-02-07
    • 文件大小:1520
    • 提供者:贾建辉
  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. LaneDetect

    0下载:
  2. 用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现-Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:598
    • 提供者:
  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-transfrom

    1下载:
  2. 检测圆的程序,利用VC++ 使用HOUGH算子 效果明显 十分实用-Circle detection procedure, using VC++ using the HOUGH operator was very practical effect of
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1966765
    • 提供者:李天羽
  1. myfinalwork

    0下载:
  2. 实现第十章中采用Hough变换来检测图像中圆的过程。并对我提供的一幅灰度图像(sweden-coins.bmp),通过包括平滑(把细节去除),边缘检测(得到轮廓)以及Hough变换得到的圆,并把结果叠加到原来的灰度图像上。给出具体的过程,中间结果,最后结果,实现的代码,并写出报告-Implement Chapter Hough transform to detect the use of the image circle of the process. And I offer a graysca
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4279777
    • 提供者:cici
  1. HOUGH_TRANSFORM_FOR_CIRCLE

    0下载:
  2. 本次设计在圆检测中的HOUGH变换前增加预处理过程。结果表明,使用我们提出的算法仍能基本保留传统HOUGH变换的优点,并且对图像场景中的干扰不敏感,在圆周残缺不全的情况下仍能进行正确检测.-The circular design in the detection of pre-treatment before the HOUGH transform process. The results show that our proposed algorithm can still retain the
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:95249
    • 提供者:王浩
  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. hough2

    0下载:
  2. 用MATLAB编程,进行二维图像的哈夫变换直线检测-Using MATLAB programming for two-dimensional image of the Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1399
    • 提供者:xiaoyang
  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. Hough_LineDetect_opencv

    0下载:
  2. OPENCV中Hough轉換用於直線偵測之源代碼-Hough transform for line detection in OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:815
    • 提供者:朱小開
  1. CircularEdgeHough_Detection_Matlab

    0下载:
  2. 圆的hough变换边缘检测及提取,Matlab程序,对图像方面的研究和学习有一定帮助。-Hough transform circle edge detection and extraction, Matlab program, the image of research and learning have some help.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:111141
    • 提供者:nickzhlf
« 1 2 3 4 56 7 8 9 10 ... 41 »
搜珍网 www.dssz.com