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

搜索资源列表

  1. cppfrance_DETECTION-DROITES-DANS-IMAGE-HOUGH___Pa

    0下载:
  2. hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:319538
    • 提供者:cmoi
  1. hough1

    0下载:
  2. 经典的hough直线变换检测算法,可以极坐标进行转换,然后再检测直线-Line detection algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:665
    • 提供者:check
  1. houghlinedection

    0下载:
  2. 使用hough变换来检测直线,先用log算子进行边缘提取后进行检测,效果非常好-line detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:3609
    • 提供者:liweizhe1002
  1. Hough_Transform_for_Line_Detection

    0下载:
  2. Hough变换的直线检测Hough Transform for Line Detection-Hough transform line detection Hough Transform for Line Detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:238252
    • 提供者:laf
  1. hough_circle_detection

    0下载:
  2. Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform, circle detection is the basic principle of Hough transform, using point and line duality, the lines of the image space into a rallying point for th
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:13394
    • 提供者:罗慧
  1. ImgSegmentShow

    0下载:
  2. 该文件包含了常用的边缘检测算法,同时使用Hough变换进行直线检测。-This file contains the commonly used edge detection algorithms, using Hough transform for line detection。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4971917
    • 提供者:jack
  1. hafubianhuan

    0下载:
  2. 哈夫变换直线参数检测是图像分析和计算机视觉中一个基本问题,哈夫变换能很好地解决这个问题,然而哈夫变换的巨大计算量使它难于实时应用.因为一个图像点对应参数空间的一条曲线,图像点与量化后的参数区间是一对多的关系,造成了标准哈夫变换的计算复杂性.而两点确定一条直线,两个图像点对应一个参数点,利用这个原理能大幅度减少哈夫变换的计算量. -Hough transform line detection is a parameter image analysis and computer vision a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2066
    • 提供者:徐昊
  1. hough_lines

    0下载:
  2. 基于hough变换的直线的检测程序,实用,适用于hough变换直线检测研究的初学者。-Straight line hough transform based on testing procedures, practical, hough transform for line detection of the beginner.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:3103
    • 提供者:sdphw
  1. HOUGH

    0下载:
  2. 用Hough变换检测线段。这是一个命令行程序,以图像作为文件输入变量。编译时选择“#if1”或者“#if0”,可以使用标准和概率Hough变换两种方法-Detection of line segments with Hough transform. This is a command line program to the image as a file input variables. Compile-time options " # if1" or " # if0&
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:1435295
    • 提供者:吴婵
  1. hough_09gr820

    0下载:
  2. Line Detection by Hough transformation
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:158755
    • 提供者:Sérgio Nunes
  1. zhixianhough

    0下载:
  2. 用hough变换检测直线,检测直线之后用颜色标记出来-Line detection using hough transform to detect straight line after the color-coded
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:876
    • 提供者:李鹏立
  1. TRANSFORMEE-HOUGH-DETECTION-DROITES

    0下载:
  2. This program helps to better understand how the Hough transform. This transform can swap the space of representation. A point in space (X, Y) will become sinusoidal in space (R, Theta) and conversely a point in the plane (R, Theta) will be a line i
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:70819
    • 提供者:bahour
  1. 2

    0下载:
  2. 用hough变换提取直线,检测直线倾斜角度-With the hough transform to extract straight line detection angle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1134307
    • 提供者:james
  1. my_linedetect

    0下载:
  2. 用hough变换实现不同斜率的线检测,用该方法可以提高你对于图像线自动检测的相关认识-With the hough transform line detection of different slope.you can use it to improve your skill on image procing.thankyou.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:621
    • 提供者:yangxiaogang
  1. hough-src

    0下载:
  2. java detection line source code..in the book you will find liear code detection hough in java code -java detection line source code..in the book you will find liear code detection hough in java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:16461
    • 提供者:mangas963
  1. xihua

    2下载:
  2. 采用索引表细化算法,对图像进行细化处理,用于图像的骨架提取,附加一个霍夫变换检测直线-Thinning algorithm using an index table, refine the image processing for image skeleton extraction, attach a Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:gao
  1. hough3

    0下载:
  2. 利用Hough变换实现直线的快速精确检测 利用Hough变换对直线进行检测,通常存在“速度缓慢、结果不够精确”的问题,确检测成为可能。-Using Hough transform line detection using Hough transform fast and accurate detection of a straight line, usually there is " slow, the result is not precise enough" issue, this pap
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:184384
    • 提供者:vicky
  1. hough_matlab

    0下载:
  2. 基于HOUGH变换的直线检测的MATLAB源程序代码,下载可以直接运行-HOUGH transform line detection based on the MATLAB source code, you can download directly run! !
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2783
    • 提供者:zj
  1. HoughLine

    1下载:
  2. hough变换源码学习,VC6.0实现的hough变换,可以设置生成多条不同角度的直线,然后同过hough变换检测一副图象中存在的直线段,再由得出的角度数据还原直线,-hough transform source code to learn, VC6.0 achieve the hough transform, can be set to generate a number of different angles of straight lines, then the same image ov
  3. 所属分类:Algorithm

    • 发布日期:2017-01-06
    • 文件大小:3655680
    • 提供者:RED
  1. Houghbianhuan

    0下载:
  2. Hough变换程序,可用于直线检测、倾斜校正等多种图像基本变换。-Hough transform procedure can be used for line detection, image deskew and other basic transformation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1565
    • 提供者:月影潇湘
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 19 »
搜珍网 www.dssz.com