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

搜索资源列表

  1. hough00

    0下载:
  2. Hough Transformation Algorithm Input: Original image in the form of an array: Image1[xMax][yMax] Output: New image : Image2 [xMax][yMax] containing the detected straight lines. Intermediate data struct
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1078
    • 提供者:david
  1. thehoughlinedetection

    0下载:
  2. Hough变换可以检测已知形状的目标,而且受噪声和曲线间断的影响小。介绍 采用哈夫(Hough)变换,在二值化图像中检测直线,确定其参数的方法。-Hough Transform can detect known shape goals, but also by the noise and the impact curve intermittent small. Introduced, Hough (Hough) transform, the two binary image detectio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:157294
    • 提供者:石决明
  1. Emerging.Topics.in.Computer.Vision

    0下载:
  2. 深入浅出介绍计算机视觉的最新动态。内容包括: * Camera calibration using 3D objects, 2D planes, 1D lines, and self-calibration * Extracting camera motion and scene structure from image sequences * Robust regression for model fitting using M-estimators, RANSAC, and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12192309
    • 提供者:kankan
  1. ch1_1Hough变换

    0下载:
  2. 通过hough变换可检测平行线~解压缩即可使用,需256bmp-through Hough Transform can detect parallel lines to decompress can use, the need 256bmp
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:67687
    • 提供者:崔桐
  1. houph_MFC

    0下载:
  2. 在MFC环境下用openCV实现sobel算子和霍夫变换检测直线和圆-In the MFC environment with openCV achieve sobel operator and the Hough transform detection of lines and circles
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10429108
    • 提供者:汪前
  1. hough

    0下载:
  2. 利用霍夫变换的方法对图像中的线段进行检测,并将检测出的线段在图像上显示出来-The method of use of the Hough transform to detect the segment in the image, and the detected lines on the image displayed
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:201016
    • 提供者:nimizi
  1. hough-to-detecting-lines

    0下载:
  2. hough变换检测直线matlab代码,对深刻理解hough变换有一定帮助!-hough transform line detection matlab code, on a deep understanding of the hough transform some help!
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:577806
    • 提供者:张星星
  1. Hough

    1下载:
  2. 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线提取出来。-This function is used to detect images of parallel straight lines. If there are two parallel lines, the image is two parallel lines extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-10
    • 文件大小:8209
    • 提供者:彭颖
  1. Hough

    0下载:
  2. Hough检测直线,圆,椭圆的代码,用hough变换实现圆的检测,能完美检测出图像中的圆、直线和椭圆-Hough detection of straight line, circle, ellipse, code, hough transform circle detection can be perfect in the detected image of circles, lines and ellipses
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:2268
    • 提供者:李文
  1. houghline

    0下载:
  2. Hough直线块通过检测交叉点处的参考图像的边界线找到图像-The Hough Lines block finds the points of intersection between the reference image boundary lines and the line specified by a (rho, theta) pair. The block outputs one-based [x y] coordinates for the points of intersectio
  3. 所属分类:Graph Recognize

    • 发布日期:
    • 文件大小:2327
    • 提供者:yyq
  1. Hough--transformed

    0下载:
  2. 利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Use of image space and Hough parameter space point- line duality theorem, the detection problems in image space transformation to the parameter space. Through si
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:16990
    • 提供者:李晓阳
  1. hough

    0下载:
  2. 该短程序是用来进行hough变换的一种图像分割方法,该方法简单易懂,可移植性强。-HOUGH Hough transform. HOUGH implements the Standard Hough Transform. HOUGH is designed to detect lines. It uses the parametric representation of a line
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1363
    • 提供者:刘言言
  1. Hough

    0下载:
  2. 使用opencv中的Hough变换对图像中的线段和近似圆的圆进行检测-The Hough transform using opencv image of lines and circles round the approximate detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1353576
    • 提供者:徐婉茹
  1. hough

    0下载:
  2. hough变换求图像中的直线,matlab语言编写,修改图片的路径即可。-hough transform to draw the lines in the picture,writen by matlab, the code can only be used after modify the path of the picture.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:
  1. Hough

    0下载:
  2. 数字图像处理方面,利用HOUGH变换检测图像中的直线,中间设计多方面有加噪声也有滤波。-Digital image processing, use HOUGH transform to detect straight lines in an image, there are many middle-plus-noise design also has filtering.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:庞庞
  1. Hough-detect-line

    0下载:
  2. 这个程序是实现霍夫变换,从而来检测直线。里面有数据,可直接运行。适合初学者。-this is a Hough-Transfom,which is used to detect lines.it is very useful for learners.just run it.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-28
    • 文件大小:409058
    • 提供者:赵鹏
  1. Hough-line

    0下载:
  2. Hough 变换检测直线,有效的拟合断点-Hough transform to detect straight lines, effective fit breakpoint
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-12
    • 文件大小:889
    • 提供者:李大仁
  1. kmeans-snake-hough

    0下载:
  2. kmeans、snake、hough三种算法的c++代码,其中,kmeans进行分类,snake进行图像套索,hough进行找圆、直线等功能-kmeans, snake, hough three algorithms c++ code, which, kmeans classify, snake image lasso, hough were looking for circles, lines, and other functions
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1738717
    • 提供者:
  1. Hough-transform

    0下载:
  2. 霍夫变换是一种在图像中寻找直线、圆及其他简单形状的方法,霍夫线变换是利用Hough变换在二值图像中找到直线-Hough transform is a find in the image lines, circles and other shapes simple method is to use the Hough transform Hough transform line to find a straight line in the binary image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:135630
    • 提供者:苏晓朋
  1. 边缘检测hough直线

    0下载:
  2. 用MATLAB边缘检测检测出直线,并用Hough函数连接起来。(Use MATLAB to detect straight lines and connect)
  3. 所属分类:网络编程

    • 发布日期:2018-01-09
    • 文件大小:114688
    • 提供者:王浩号
« 1 2 34 5 6 »
搜珍网 www.dssz.com