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

搜索资源列表

  1. circle-Hough

    0下载:
  2. hough变换是实现图像边缘检测的一种有效方法,其基本思想是将测量空间的一点变换到参量空间中的一条曲线或一个曲面,而具有同一参量特征的点交换后在参量空间中相交,通过判断交点处的积累程度来完成特征曲线的检测,-hough transform to achieve image edge detection of one kind of effective method The basic idea of ​ ​ the measurement space point conver
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:51629
    • 提供者:tiancai
  1. hough

    0下载:
  2. 基于hough变换,圆心检测,可达亚像素级别,简单易用,可显示圆心坐标和图像圆心所在位置。解压即可用。main为主程序-Hough transform center detection, with sub-pixel level, easy to use, can display the location of the center coordinates and image the center. Decompression can be used. main main program
  3. 所属分类:2D Graphic

    • 发布日期:2017-12-09
    • 文件大小:3222676
    • 提供者:邹伟
  1. hough

    0下载:
  2. 基于opencv的vc++图像处理中的hough线段检测代码-hough line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-09
    • 文件大小:803
    • 提供者:vivicharchar
  1. Hough

    0下载:
  2. 用HOUGH检测直线的时候是两个未知量,因为轴半径和相角可以确定一条直 线,在HOUGH域出现累计最大点就可能是原域中的直线。现在回到圆的检测 上来,确定一个圆需要什么:X坐标,Y坐标,半径三个未知量吧,好了,现在, 你做一个三维空间的HOUGH域,以这三个未知量作为三个轴,现在按照一定步长 进行三重循环,在最内层循环是这样的,X,Y 确定,以不同的半径进行搜索,如 果你的X,Y刚好就是实际图像的X,Y处,半径又搜索到实际真实的半径-The HOUGH detect stra
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:45582
    • 提供者:chen
  1. hough-line-detection

    0下载:
  2. hough变换 对图像进行直线检测 效果好-hough transform line detection the result is ok
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:163741
    • 提供者:xujin
  1. Untitledhough

    0下载:
  2. 在原有hough基础上进行精简,实现了hough检测的更高效运行-Streamline the original the hough foundation on to achieve a more efficient operation of the hough detection
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:556
    • 提供者:李华
  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. Edge-detection-

    1下载:
  2. 边缘检测和hough 变换实现边缘检测MATLAB-Edge detection and hough transform edge detection MATLAB
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-08
    • 文件大小:5915
    • 提供者:高蓉
  1. Hough-Line-detection

    0下载:
  2. 基于opencv的Hough线段检测,能有效的检测出图像中的线段-Hough line detection based on opencv can effectively detect image segments
  3. 所属分类:CSharp

    • 发布日期:2017-11-01
    • 文件大小:821106
    • 提供者:吴星怡
  1. hough

    0下载:
  2. 基于霍夫变换的外形检测算法的实现,包括图像读取与显示、彩色图像转化为灰度图、灰度图二值化、膨胀腐蚀、图像轮廓提取、线性图形检测以及椭圆检测-Shape detection algorithm based on Hough transform implementation, including the image read and display color images into grayscale, grayscale binary and expansion corrosion image
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-10
    • 文件大小:4959444
    • 提供者:chenxin
  1. hough

    0下载:
  2. hough 变换 实现了对图像中直线的检测,同时还实现了其他功能-hough transform to achieve a straight line in the image detection, while still achieving other features
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:98549
    • 提供者:江子巷
  1. hough

    0下载:
  2. vs2010+opencv2.3.1实现的在指定区域内的canny边缘检测+HOUGH变化,实现感兴趣区域内的直线检测-vs2010+opencv2.3.1 to achieve of the the the canny in the the within the the the designated area the edge of detection+HOUGH changes in, to achieve the the the within the of the the straight
  3. 所属分类:OpenCV

    • 发布日期:2017-11-12
    • 文件大小:21331633
    • 提供者:651
  1. hough

    0下载:
  2. detection license plate using haough transform
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-16
    • 文件大小:452395
    • 提供者:sami
  1. hough-change

    0下载:
  2. 利用opencv对图像进行哈夫变换,Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Opencv use the Hough transform to the image, Hough transformation point- line Duality image space and Hough parameter space to the image
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:9427298
    • 提供者:赵健
  1. Hough-TRANSFORM

    0下载:
  2. 用Hough变换检测出图像中圆 -Hough transform detection image circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:1472
    • 提供者:海纳百川
  1. Hough

    0下载:
  2. 利用hough变换检测直线,并将检测出来的直线绘制出来。-Hough transform line detection and detected straight line is drawn.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-04
    • 文件大小:3567018
    • 提供者:ode
  1. Hough

    0下载:
  2. Iris detection with Hough transform
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:70031
    • 提供者:mohammad
  1. hough

    0下载:
  2. 用于对图像的边缘检测(采用canny算法)。 image 输入图像,这个必须是单通道的,即灰度图 edges 输出的边缘图像 ,也是单通道的,但是是黑白的 threshold1 第一个阈值 threshold2 第二个阈值 aperture_size Sobel 算子内核大小 -Using canny algorithm for image edge detection (). image input image, this must be a singl
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-25
    • 文件大小:366434
    • 提供者:panrujie
  1. Circle-detection-

    0下载:
  2. 基于c—v模型和hough变换的圆检测,输出圆的参数-C-v model and hough transform circle detection, the output parameters of the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:2754
    • 提供者:shaw
  1. hough

    0下载:
  2. hough方式实现图像的椭圆定位和检测,效果不错-hough way to achieve an elliptical image positioning and detection, good results
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:151204
    • 提供者:223
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 43 »
搜珍网 www.dssz.com