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

搜索资源列表

  1. chedaoxian

    0下载:
  2. 基于视频和opencv的车道线识别 基于hough变换 -particle filter
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1470
    • 提供者:songxiao
  1. Lane

    0下载:
  2. 使用OpenCV进行车道线检测,Canny算子加霍夫变换,效果请看http://v.youku.com/v_show/id_XMjkzMzk2OTMy.html-Lane detection using opencv, Canny and Hough Transform. see the link http://v.youku.com/v_show/id_XMjkzMzk2OTMy.html
  3. 所属分类:OpenCV

    • 发布日期:2015-02-06
    • 文件大小:7168
    • 提供者:狂风
  1. Houghhesobel

    0下载:
  2. 在C环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the C environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:841
    • 提供者:吴昊
  1. Hough_Transform

    0下载:
  2. Hough变换是图像处理中非常重要的一种变换模型,通过Hough变换可以非常准确的检查出图片中的直线。该程序使用OpenCV完成的,灰常值得借鉴-Hough transform is a very important one in the image processing transformation model, very accurate check out the picture in a straight line through the Hough transform. The pro
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3832486
    • 提供者:张磊
  1. HoughLines

    0下载:
  2. Hough变换检测图像中的直线,从而判断图像形状,采用VC++6.0和OpenCV编程实现。-Straight line Hough transform detection of the image in order to determine the shape of the image, using VC++ 6.0 and OpenCV programming to achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1457798
    • 提供者:李阳
  1. houghtransformation

    0下载:
  2. hough变换检测直线,opencv环境下使用-hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:8074070
    • 提供者:leeshuzhen
  1. test1

    0下载:
  2. 在VC++环境下利用opencv函数库编写霍夫变换检测线段和图像边缘检测 -The preparation of the Hough transform to detect line segments and the image edge detection using opencv library VC++ environment
  3. 所属分类:Special Effects

    • 发布日期:2017-06-13
    • 文件大小:20545859
    • 提供者:hutuo
  1. HoughLine

    0下载:
  2. 用于道路的检测,通过调用opencv中的直线检测算法Hough变换,检测结构化道路的道路引导线-For road detection, Hough transform, by calling the line detection algorithm in opencv detect structural road road guide line
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:28267520
    • 提供者:
  1. FindCircle1.0

    0下载:
  2. 基于霍夫变换的圆的查找,由opencv实现-Based on the Hough transform circle Find by opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-13
    • 文件大小:651
    • 提供者:shituo
  1. hough_lines

    0下载:
  2. vs下C++编程的霍夫直线检测代码,使用openCV新的C++接口函数。包含测试图片,已编译,直接点击运行按钮运行出结果。-Vs C++ programming under hough line detection code, the use of openCV new C++ interface function. Contains test images, compiled, click the run button running out the results.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8747645
    • 提供者:lee
  1. 0773383inspection

    0下载:
  2. hough 圆检测,使用opencv源程序-hough circle
  3. 所属分类:OpenCV

    • 发布日期:2017-11-30
    • 文件大小:38526
    • 提供者:袁园
  1. houghline

    0下载:
  2. 利用opencv库的霍夫变换实现图像中的直线提取并标记为红色-Opencv library Hough transform in image line extraction and marked in red
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:23096
    • 提供者:
  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. HoughInOpenCV.pdf

    0下载:
  2. sample code of hough transfor with opencv
  3. 所属分类:software engineering

    • 发布日期:2017-12-06
    • 文件大小:299555
    • 提供者:guillote
  1. HoughLine

    0下载:
  2. 一个基于opencv库函数的VC工程,通过霍夫变换提取图像中的直线-One based on the opencv library function of the VC project, through the Hough transform to extract the linear image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1332645
    • 提供者:周周
  1. houghlines

    0下载:
  2. This program demonstrates OpenCV finding line with the Hough transform
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:873
    • 提供者:王新华
  1. circledetection

    0下载:
  2. 基于OpenCV实现了,利用Hough变换检测圆,检测出圆心的位置,圆的半径-circle detection using hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:114602
    • 提供者:刘晓娟
  1. EdgeDetection

    0下载:
  2. 基于hough变换的边缘检测(下面是采用 CANNY 算子进行图像边缘检测的 C/C++ 源代码,在OPENCV BETA 4.0, VC6.0 环境下编译通过-Hough transform based on edge detection (Here is using CANNY operator image edge detection C/C++ source code, under OPENCV BETA 4.0, VC6.0 environment compiler
  3. 所属分类:Document

    • 发布日期:2017-04-12
    • 文件大小:1044
    • 提供者:很多个
  1. Finding-circles-based-in-CPP

    0下载:
  2. 通过opencv,利用hough算法,实现图案中圆形查找。-By opencv, use hough algorithm to achieve a circular pattern to find.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:635
    • 提供者:
  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 2 3 4 5 67 »
搜珍网 www.dssz.com