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

搜索资源列表

  1. hough_直线

    1下载:
  2. 采用vc++编程,可以处理8位bmp图像。先进行阈值分割,然后可以轮廓提取。最后可以进行平行线检测,采用hough变换-using vc programming, can handle eight bmp images. First threshold for segmentation, which can then be extracted contour. Finally parallel line can be detected using Hough Transform
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:80576
    • 提供者:刘秉帼
  1. bkwait

    0下载:
  2. 做个图像直线检测的算法,主要是用来检测图像中的直线,-Make out an arithmatic of checking lines.It is mainly used to check and measure the lines in pictures.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1040
    • 提供者:郁闷ing
  1. appendix

    0下载:
  2. 一些其本的图象处理方法,其中包括哈夫 直线检测,灰度图的转换,边界锐化 提取-some of the image processing methods, including Melissa linear detection, grayscale conversion, extraction border Sharpening
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3587098
    • 提供者:王国发
  1. 一个用matlab检测直线交点的源程序

    0下载:
  2. 一个利用matlab作为开发工具的,检测直线交点的源程序-use Matlab as a development tool for the detection of the source straight Nodal
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:2376
    • 提供者:孙类
  1. 检测直线起止点去除直线

    1下载:
  2. 在图像中检测一条直线并求出其端点,去除直线(opencv类库)
  3. 所属分类:图形/文字识别

    • 发布日期:2009-04-01
    • 文件大小:4060961
    • 提供者:linjiangtao001
  1. \基于局部PCA的参数约束Hough直线分层检测

    0下载:
  2. 基于局部PCA的参数约束Hough直线分层检测
  3. 所属分类:文档资料

    • 发布日期:2010-12-22
    • 文件大小:531859
    • 提供者:alexjump
  1. 直线交点

    0下载:
  2. 检测两直线交点
  3. 所属分类:书籍源码

  1. Hough变换时一种检测、定位直线和解析曲线的有效方法

    1下载:
  2. Hough变换时一种检测、定位直线和解析曲线的有效方法。他是把二值图变换到Hough参数空间,在参数空间用极值点的检测来完成目标检测,Hough transform of a test line positioning and effective way to resolve curve. He is the binary image to the Hough transform parameter space, parameter space used in the detection of
  3. 所属分类:图形图象

    • 发布日期:2017-03-23
    • 文件大小:5519
    • 提供者:wangshan
  1. LSD 直线的快速检测算法

    0下载:
  2. 一种直线的快速检测算法,检测效果好于canny等常见算法,a fast line segment detector-A linear algorithm for the rapid detection, detection is better than other common canny algorithm, a fast line segment detector
  3. 所属分类:2D图形编程

    • 发布日期:2016-01-25
    • 文件大小:58368
    • 提供者:严冬
  1. hough.rar

    0下载:
  2. 霍夫(hough)变换:利用vc++编程检测图像中的平行直线,,hough transform: Using vc++ programming of parallel detection of linear image,
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1380132
    • 提供者:liyu
  1. hough1.rar

    0下载:
  2. hough 检测直线 算法简单 是静态图像中检测直线的快速实现, Hough detecting
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:420507
    • 提供者:项喻
  1. 通过霍夫检测检测图像中的直线

    0下载:
  2. Opencv环境中,通过霍夫检测检测图像中的直线,经过了ROI裁剪,形态学处理,canny算子检测等各种预处理。-In the opencv environment,do the line detection using Hough Transform. By cutting the ROI, morphological processing, canny boundary preprocessing.
  3. 所属分类:2D图形编程

    • 发布日期:2017-03-22
    • 文件大小:2293
    • 提供者:David Ding
  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. opencv.rar

    0下载:
  2. 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1659279
    • 提供者:pop
  1. Hough变换 图像的形状检测

    6下载:
  2. hough变换,用于直线和圆,椭圆的检测,很实用,hough transform for line and circle, ellipse detection, it is practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-04-27
    • 文件大小:12263
    • 提供者:郑海珍
  1. Ransac-Line-and-3D-Plane

    0下载:
  2. 根据Ziv Yaniv的RANSAC直线检测算法,开发出在一些三维点中检测出若干空间平面的算法。-Based on Ziv Yaniv s RANSAC straight line detecting algorithm, these codes could find some 3D planes in some 3D points.
  3. 所属分类:3D Graphic

    • 发布日期:2016-01-27
    • 文件大小:413696
    • 提供者:刘刚
  1. Hough_Matlab

    0下载:
  2. Hough变换_用霍夫曼方法检测圆、直线的Matlab程序 -Hough transform method _ with Hoffman yen, a straight line of Matlab procedures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:10383
    • 提供者:
  1. hough

    0下载:
  2. hough变换检测直线的源代码程序,很实用的方法-Detection of a straight line hough transform program source code, it is practical
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:15033
    • 提供者:zhang
  1. HTR

    0下载:
  2. Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:54391
    • 提供者:罗辉武
« 1 2 3 4 5 67 8 9 10 11 ... 35 »
搜珍网 www.dssz.com