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

搜索资源列表

  1. test_hough

    0下载:
  2. hough变换检测直线实用源代码,亲测可用。hough变换受噪声和边界间断的影响较小,比较鲁棒-Hough transform detection line utility source code, pro-test available. The hough transform is less robust to noise and boundary discontinuities
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:562
    • 提供者:q
  1. chedaoxian

    0下载:
  2. 完成了对车道线进行了识别,主要流程为灰度化,边缘检测,hough变换。-We completed the lane line identification, the main process of graying, edge detection, hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:67407
    • 提供者:闫尧
  1. test4

    0下载:
  2. 自编实现otsu自动阈值分割,结合Hough变换检测直线函数-Self-realization otsu automatic threshold segmentation, combined with Hough transform detection linear function
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:1024
    • 提供者:叶婷
  1. dekendent_iteration

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现,-Detection of linear hough transform, peak detection, line detection and links of matlab,
  3. 所属分类:Graph program

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:Giqbvxt
  1. 217249

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现,-Detection of linear hough transform, peak detection, line detection and links of matlab,
  3. 所属分类:GIS program

    • 发布日期:2017-12-14
    • 文件大小:3032
    • 提供者:CKCtbynq!1365
  1. Image-processing-source-code

    3下载:
  2. 图像处理源代码,基于Hough变换的人眼虹膜定位方法,基于Kalman滤波的目标跟踪,基于模糊集的图像增强方法,基于蚁群算法的图像边缘检测。-Image processing source code, Hough transform based human eye iris location method, Kalman filter based target tracking, fuzzy set based image enhancement method, ant colony algor
  3. 所属分类:Special Effects

    • 发布日期:2017-12-18
    • 文件大小:429056
    • 提供者:Mr.c
  1. cola

    0下载:
  2. 识别可乐罐,用canny边缘检测后,用霍夫变换确定可乐罐位置。-Identify the Coke cans, with canny edge detection, the use of Hough transform to determine the Coke tank position.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-12
    • 文件大小:3543825
    • 提供者:
  1. hough_circle

    0下载:
  2. 霍夫变换可以检测直线,矩形和圆,这里是检测圆形程序,很不错(Hough transform can detect lines, rectangles and circles, here is the detection of circular procedures, very good)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-28
    • 文件大小:1024
    • 提供者:啦啦呼呼
  1. line

    0下载:
  2. 利用opencv进行直线检测,内含lsd算法与hough算法(Using OpenCV for line detection. Containing LSD algorithm and Hough algorithm)
  3. 所属分类:OpenCV

  1. MATLABHoug

    0下载:
  2. MATLAB图像处理+Hough霍夫曼直线检测+源程序代码,简单实用,非常好用,(MATLAB image processing +Hough Hoffman linear detection + source code, simple and practical, very easy to use)
  3. 所属分类:图形图象

    • 发布日期:2018-01-04
    • 文件大小:181248
    • 提供者:wang_xian
  1. Circle

    0下载:
  2. 实际检测环境无法采集到完美的圆,所以Hough变换检测圆心经常存在偏差。该程序可检测不同角度,不同畸变圆的圆心,并输出其圆心坐标。利用C++实现。(The actual detection environment can not collect the perfect circle, so the Hough transform is often biased to detect the center of the circles. The program can detect the cent
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:L_mo
  1. 基于图像处理的指针式仪表识别设计_赵菁

    0下载:
  2. 随着电子技术的发展,指针式仪表的数字化读数成为人们研究应用的热点。 论文给出了一种基于图像处理的指针式仪表数字化读取的技术方案,能够代替人 眼对指针式仪表进行检定和读数,提高了读数的准确性和效率,减少了人工的重 复性劳动。 论文首先介绍了与指针式仪表识别设计相关的图像处理知识,包括空间RGB 和YUV模型,灰度图像,图像的预处理方法,边缘检测及Hough变换原理,并在 MATLAB的软件平台上进行了算法仿真。(With the development of the elect
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:1184768
    • 提供者:Froth
  1. tuxiangchuli

    1下载:
  2. 对二维码图像进行灰度化、中值滤波、二值化、边缘检测、霍夫变换等预处理(The two-dimensional code image is grayscale, median filter, two valued, edge detection, Hough transform and other pre-processing.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:52224
    • 提供者:寰大大
  1. python-opencv镜头直线检测

    1下载:
  2. 通过二值化2、边缘检测、霍夫变换检测摄像头拍摄到的直线。(Binarization 2, edge detection, and Hough transform detect the line taken by the camera.)
  3. 所属分类:OpenCV

    • 发布日期:2020-12-24
    • 文件大小:1024
    • 提供者:raintonight
« 1 2 ... 22 23 24 25 26 27»
搜珍网 www.dssz.com