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

搜索资源列表

  1. hough.rar

    0下载:
  2. 用霍夫变换检测直线的一个代码,用C++编写的,很有用的一个程序。,Hough transform detection of a straight line with a code, using C++ Prepared a very useful procedure.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1169
    • 提供者:quan
  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. 基于Hough变换的车牌倾斜检测算法

    0下载:
  2. 典型的角度检测算法是进行Hough变换后寻找最长直线的倾斜角度.一般情况 下,待处理图象中未必有明显的较长直线.甚至存在一些对图像进行正确检测的长直线干扰 文 章介绍了一种基于统计考虑的数据分析思路,以期在基于Hough变换的角度检测算法上取得更高 的准确性。,The perspective of a typical detection algorithm is the Hough transform to find the longest straight line after the
  3. 所属分类:文档资料

    • 发布日期:2016-03-26
    • 文件大小:182605
    • 提供者:liyu
  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. 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. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:110261
    • 提供者:caonimabitoo
  1. houghtrans

    0下载:
  2. 利用hough变换检测直线,直接检测,速度快。matlab代码-Use hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1172
    • 提供者:shawn
  1. zhixian

    0下载:
  2. hough变换直线检测,源代码,可在matlab软件中直接进行运行-hough transform line detection
  3. 所属分类:matlab

    • 发布日期:2017-05-12
    • 文件大小:2910781
    • 提供者:张坚
  1. 20140519d

    0下载:
  2. 利用hough变换检测直线,基于opencv的vs编写的小程序-Use hough transform line detection, based on the opencv vs write small programs
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:716
    • 提供者:Dawson
  1. CCD03

    0下载:
  2. 基于VD的hough变换检测直线,输出直线位置和角度-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:3829895
    • 提供者:owen.ni
  1. line_detection

    0下载:
  2. 霍夫变换,直线检测 将位于一条直线上的散点连起来-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-27
    • 文件大小:17475
    • 提供者:zhiheng zuo
  1. Deskwwtop

    0下载:
  2. matlab课程编程【谷速软件】使用标准Hough变换进行直线检测-Courses matlab software programming speed [Valley] using standard Hough transform line detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:13791
    • 提供者:李静
  1. Hough-translation

    0下载:
  2. 可以对图像进行边缘检测并用Hough变换进行直线提取,经测试后可用-You can use an image edge detection and Hough transform line extraction, after testing available
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:972
    • 提供者:王豆豆
  1. chap8_28

    0下载:
  2. Matlab HOUGH变换检测直线的算法-Algorithm Matlab HOUGH transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:641
    • 提供者:Leyuan
  1. LPR

    0下载:
  2. 主要是车牌识别的代码,包括二值化,霍夫变换线条检测,区域生长算法,字符分割等-Mainly LPR code, including binary, Hough transform line detection, region growing algorithm, character segmentation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-13
    • 文件大小:2691037
    • 提供者:James
  1. HoughCode

    0下载:
  2. 提供霍夫变换直线检测的具体实现的C++代码。-Hough Transform Line Detection Code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:12535
    • 提供者:赵兴旺
  1. Hough_LineDetect

    0下载:
  2. 用Hough变换检测直线,是图像配准的一个小知识点。-By Hough transform line detection, image registration is a little knowledge points.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1018
    • 提供者:陈琛
  1. HoughLine

    0下载:
  2. 使用Hough变换检测图像直线,并在VS2010下实现-hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11302685
    • 提供者:王璞
  1. Lane_Detection

    3下载:
  2. 基于视频的车道线检测,首先对视频进行一系列预处理,然后进行边缘检测,霍夫变换直线检测,最后对检测出来的直线进行非车道线排除。-Video-based lane detection, the first of a series of video preprocessing, edge detection and Hough transform line detection, finally detected non-linear lane excluded.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:66416640
    • 提供者:蛋蛋
  1. Algorithmic-Evaluation-of-Line-Detection-Problem.

    0下载:
  2. The Hough transform is a well-established scheme for detecting digital line components in a binary edge image. A key to its success in practice is the notion of voting on an accumulator array in the parameter plane. This paper discusses computati
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:181812
    • 提供者:SALEH
« 1 2 3 4 56 7 8 9 10 ... 15 »
搜珍网 www.dssz.com