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

搜索资源列表

  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14529
    • 提供者:cui ju
  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. HoughTransformconsole

    0下载:
  2. Using opencv, Hough Transformation extract lines from edges.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-09
    • 文件大小:16042422
    • 提供者:jinhyung
  1. Hough_Line

    0下载:
  2. 利用Hough变换检测直线,在极坐标下实现,效果比较好。-Straight line detection using Hough transform, under the polar coordinates, the effect is better.
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1439
    • 提供者:张阳军
  1. pca

    0下载:
  2. 主元分析求取特征值和特征向量,用于直线倾角检测,及此倾角下的直线分布长度-The PCA is used to detect lines and the angles of lines
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1050801
    • 提供者:杨苏
  1. classical-hough

    0下载:
  2. 文件中有根据经典HOUGH变换算法写的圆检测VC函数,由于圆有三个参数,因此HOUGH算法的圆检测相比直线要慢得多-Document based on the classic HOUGH transform circle detection algorithm written in VC function, there are three parameters as a result of a round, so HOUGH circle detection algorithm is much
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:1680
    • 提供者:丰旻
  1. DetectStraightlineAndCurves

    0下载:
  2. 研究生课程机器人控制基础大作业 检测直线与曲线-Robot Control Technology-DetectStraightlineAndCurves use matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2312
    • 提供者:zuo.chen
  1. Hough

    1下载:
  2. 利用vc编写的源代码用于数字图像处理中hough变换检测直线-Source code written using vc for digital image processing in the detection of a straight line hough transform
  3. 所属分类:Windows编程

    • 发布日期:2013-08-12
    • 文件大小:1828755
    • 提供者:331
  1. convert_to_binary

    0下载:
  2. 用MATLAB处理图像,通过hough变换检测直线,并且可以直接画出直线。-Image processing using MATLAB, through the detection of a straight line hough transform, and can draw a straight line.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1821
    • 提供者:wangying
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. opencv

    0下载:
  2. 利用OPENCV函数库所进行的极坐标变换。利用Hough变换进行直线、圆检测。计算一副彩色图像的色度-饱和度直方图。用卡尔曼滤波器跟踪一个旋转点。-OPENCV library use conducted by polar transformation. The use of a straight-line Hough transform, circle detection. Calculating a color image of the color- saturation histogram
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:8445
    • 提供者:胡锦
  1. chapter9

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3458
    • 提供者:陈新秋
  1. hough6

    0下载:
  2. 灰度图像的hough变换,进行直线检测的程序编码-Grayscale images hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1276
    • 提供者:wang
  1. Hough

    0下载:
  2. 用hough变换检测直线,用VC++实现-With the hough transform to detect straight lines, using VC++ Implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4566265
    • 提供者:yangzheng
  1. linecircle

    0下载:
  2. 可以实现直线和圆检测 检测的结果又一定的误差-Straight line and circle detection can be achieved test results has some error
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:721359
    • 提供者:战语
  1. houghzhixian

    0下载:
  2. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:579
    • 提供者:
  1. hough_line

    0下载:
  2. matlab实现hough直线检测的例子,效果不错,测试可用-find the lines in a image using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:632
    • 提供者:李栋
  1. linehough

    0下载:
  2. 所属分类:MiddleWare

    • 发布日期:2017-04-08
    • 文件大小:449853
    • 提供者:xuan
  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. line_fitting

    1下载:
  2. 基于计算机视觉的工件尺寸自动检测技术研究,直线拟合,附完整程序及待处理图片-Workpiece dimensions using computer vision technology automatically detect, line fitting, with a full program and image to be processed
  3. 所属分类:matlab

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