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

搜索资源列表

  1. houghlines

    0下载:
  2. 用hough变换拟合直线,开发环境为C++,利用工具opencv,希望对大家有用-Fitting a straight line with the hough transform, the development environment for C++, use of tools opencv, we hope to be useful
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1489435
    • 提供者:刘雷
  1. houghlines

    0下载:
  2. 在给定图像中,应用Hough变换检测直线的算法.python实现.-In a given image, the application of Hough transform line detection algorithm. Python achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1132
    • 提供者:李义
  1. houghlines

    0下载:
  2. hough变换中,要找到相关像素,才能组合成完整的直线-hough transform to find the relevant pixels in order to complete a straight line into
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3022
    • 提供者:llp
  1. hough

    0下载:
  2. (1)hough1.m计算所有点的直线参数 ,并将参数存入累加数组中; (2)houghpeaks.m文件进行峰值检测 (3)houghlines.m对图像中的线段检测和链接:-(1) hough1.m straight points for the calculation of all parameters, and parameters into the cumulative array (2) houghpeaks.m document peak detector (3) hou
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3641
    • 提供者:tudou
  1. program

    0下载:
  2. 压缩文件包含拉普拉斯变换,倒金字塔,卡曼滤波器,边缘检测和houghlines的C程序-Compressed file contains the Laplace Transform, the inverted pyramid, Kalman filter, edge detection and the C program houghlines
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:4836
    • 提供者:loffe
  1. houghlines

    0下载:
  2. This is an image processing code for hough line transform.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:566
    • 提供者:Chakravarthi
  1. 5-14-houghlines

    0下载:
  2. Hough变化,数字图像处理的hough变换C++代码-houghHough transform generized by C++ detects Lines in a image.
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1981828
    • 提供者:张坤峰
  1. houghlines

    0下载:
  2. 利用VC++实现图片的hough变换,已经运行过了-Vc++ realize the picture hough transform, have run
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1978821
    • 提供者:朱志亮
  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. houghlines

    0下载:
  2. 实现在matlab环境下的直线检测,效果很好-Straight line detection, with good results achieved in the matlab environment
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-13
    • 文件大小:1373
    • 提供者:小闽
  1. houghlines

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

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

    0下载:
  2. 本文件详细描述了如何利用matlab去检测图片中含有的直线元素,利用hough变换。-This document describes in detail how to use matlab to detect images containing linear elements using hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1188
    • 提供者:孙莹
  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
    • 文件大小:2764100
    • 提供者:陆伟
  1. 61_HoughLines

    0下载:
  2. 基于opencv2.4.4;功能:HoughLines函数用法示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010;-Based opencv2.4.4 Function: HoughLines function usage examples development and testing of the operating system: Windows 7 64bit IDE version used for deve
  3. 所属分类:OpenCV

    • 发布日期:2017-04-11
    • 文件大小:1184
    • 提供者:肖斌
  1. line

    0下载:
  2. 基于vs2012+OpenCV2.4.8中实现霍夫线变换,HoughLines、HoughLinesP函数的使用方法-Implementation of the Hof line transform, HoughLinesP, HoughLines function based on vs2012+OpenCV2.4.8
  3. 所属分类:OpenCV

    • 发布日期:2017-05-21
    • 文件大小:5906095
    • 提供者:郑小航
  1. lsd_lines

    0下载:
  2. opencv3.0 基于lsd的直线检测方法,效果比HoughLines好-opencv 3.0 psd line detection method based on better results than HoughLines
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:796
    • 提供者:彭生
  1. houghlines

    0下载:
  2. Extract line segments based on the Hough transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:4570
    • 提供者:hongyu
« 1 2»
搜珍网 www.dssz.com