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

搜索资源列表

  1. Hough-Transform

    0下载:
  2. 霍夫变换检测线段,用到OPENCV,实现简单易懂,值得参考-Hough Transform,opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-03-29
    • 文件大小:80.59kb
    • 提供者:shao zhu cui
  1. houph_MFC

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

    • 发布日期:2017-05-27
    • 文件大小:9.95mb
    • 提供者:汪前
  1. 11_29_PPHT_and_Standard_H

    0下载:
  2. 在opencv下,利用标准霍夫变换和概率霍夫变换两种方式,进行了直线检测。都能很好的显示出来。-In the opencv environment, Using the PPHT and standard HT to detect lines in an image.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-17
    • 文件大小:149.34kb
    • 提供者:David Ding
  1. use_hough_transforms_to_detect_the_straight_lines.

    0下载:
  2. 利用霍夫变换寻找图像帧中的直线段并将其显示-Use Hough transform to find the image frame line segment and displays
  3. 所属分类:OpenCV

    • 发布日期:2017-05-10
    • 文件大小:2.39mb
    • 提供者:zzy
  1. circledetect

    0下载:
  2. 这是一个eclipse工程,利用opencv2.2中的霍夫变换寻找圆心坐标。-This is a eclipse project.It is used to find the circle point.
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:85.69kb
    • 提供者:田晓林
  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
    • 文件大小:7kb
    • 提供者:狂风
  1. VCDIP_P563

    0下载:
  2. OpenCV实现霍夫变换检测,比较简单,可以检测直线和圆周-OpenCV Hough transform to detect relatively simple, and can detect a straight line and circular
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3.82mb
    • 提供者:刘浦
  1. RHT_CIRCLE

    0下载:
  2. 利用随机霍夫变换,检测图像中的圆,可以调节参数,达到理想效果-Find circles by using RHT
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:10.64kb
    • 提供者:renhongye
  1. FindCircle1.0

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

    • 发布日期:2017-11-13
    • 文件大小:651byte
    • 提供者:shituo
  1. MFC与OPENCV的结合

    1下载:
  2. 源代码,包括了基于opencv的常用的图像处理函数在MFC下的应用,例如 图像预处理,角点检测,霍夫变换,运动定位等例子。
  3. 所属分类:OpenCV

  1. hough

    0下载:
  2. 利用霍夫变换的方法对图像中的线段进行检测,并将检测出的线段在图像上显示出来-The method of use of the Hough transform to detect the segment in the image, and the detected lines on the image displayed
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:196.3kb
    • 提供者:nimizi
  1. houghline

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

    • 发布日期:2017-11-06
    • 文件大小:22.55kb
    • 提供者:
  1. Hough_circle

    0下载:
  2. 霍夫变换(检测圆),vs2010环境下,opencv-Hough transform (circle detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:620byte
    • 提供者:倪佩佩
  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
    • 文件大小:1.27mb
    • 提供者:周周
  1. CV2_Learn_LineFinder

    0下载:
  2. 使用opencv2写的,利用概率霍夫变换检测直线,并检测带有端点的线段。-Use opencv2 written using probabilistic Hough transform to detect straight line, and the line segment with endpoint detection.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:9.34mb
    • 提供者:alonjiao
  1. TestStaticFaceDetect[2013-12-29]

    0下载:
  2. 利用VC++和opencv实现的人脸检测检测代码,利用霍夫变换以及opencv相关的库实现-Face detection code using VC++ and opencv realized, using Hof transform and opencv related Library
  3. 所属分类:OpenCV

    • 发布日期:2017-05-18
    • 文件大小:4.49mb
    • 提供者:klaus wang
  1. cvHoughCircles

    0下载:
  2. 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:12.52mb
    • 提供者:d2fans
  1. OpenCVdemo11

    0下载:
  2. OpenCV霍夫变换:霍夫线变换,霍夫圆变换合辑 OpenCV中霍夫变换相关的知识点 OpenCV中实现霍夫线变换的HoughLines、HoughLinesP函数的使用方法,实现霍夫圆变换的HoughCircles函数的使用方法-OpenCV hough transform: line hough transform, hough transform collection OpenCV hough transform in the relevant knowledge Open
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2.64mb
    • 提供者:陆伟
  1. 霍夫变换

    0下载:
  2. 基于opencv和图像识别技术,使用霍夫变换检测图片直线。(Based on OpenCV and image recognition technology, Hof transform is used to detect picture lines.)
  3. 所属分类:OpenCV

  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
    • 文件大小:1kb
    • 提供者:raintonight
« 12 3 »
搜珍网 www.dssz.com