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

搜索资源列表

  1. image-detection-and-transformation

    0下载:
  2. 利用hough变换检测图像中的形状圆和直线,以及图像几何变换-detecting image circle or line using hough transformation and transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:5018
    • 提供者:zhao
  1. circle_hough

    0下载:
  2. 用hough变换实现图像中圆的检测,适用于计算机视觉初学者,简单便于理解-Image with hough transform circle detection, computer vision for beginners, simple and easy to understand
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1238
    • 提供者:sdp
  1. Mfassthoughcca

    0下载:
  2. Hough变换快速实现多圆检测的的算法。没有使用循环,但内存需求大。 -Hough transform fast multi-circle detection algorithm. Do not use the cycle, but the memory requirements.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-19
    • 文件大小:890
    • 提供者:门槛
  1. HcomresRRARo

    0下载:
  2. 检测圆的Hough变化,速度快 功能强大比标准的houugh检测更加灵活多变,识别率高,已通过测试。 -Circle detection Hough changes, the fast powerful than the standard houugh detect more flexible and a high recognition rate, has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-03
    • 文件大小:154498
    • 提供者:认可
  1. houghcircle

    0下载:
  2. 一篇关于改进的hough算法检测圆,包括圆心的位置检测,半径的检测,与传统的hough相比,有了很大的改进。-An improved algorithm of hough circle detection, including the detection of the center position, the radius of detection, compared with traditional hough, has been greatly improved.
  3. 所属分类:OpenCV

    • 发布日期:2017-12-01
    • 文件大小:345768
    • 提供者:liufei
  1. ght_for_circle_matlab

    0下载:
  2. 基于Hough变换检测圆的matlab程序,很实用的,可拿来直接用-Based on Hough transform circle detection matlab program, very practical, can be used directly
  3. 所属分类:Graph program

    • 发布日期:2017-11-07
    • 文件大小:701629
    • 提供者:张旭
  1. hough_circle

    0下载:
  2. hough算法实现圆检测,matlab实现,内含详细的注释-hough algorithm circle detection, matlab achieved, contains detailed notes
  3. 所属分类:Special Effects

    • 发布日期:2017-12-02
    • 文件大小:1069
    • 提供者:一木子
  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. VCPP1256

    0下载:
  2. 图像边缘检测的可用程序,利用算法进行圆的直径的尺寸检测,-Available program of image edge detection, the use of the algorithm to the size of the diameter of the circle detection
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-23
    • 文件大小:2687521
    • 提供者:李玉
  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

    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. Hough_circle

    0下载:
  2. 霍夫变换(检测圆),vs2010环境下,opencv-Hough transform (circle detection)
  3. 所属分类:OpenCV

    • 发布日期:2017-12-02
    • 文件大小:620
    • 提供者:倪佩佩
  1. houghcircle

    0下载:
  2. 这是利用hough圆检测法检测人眼的主程序-This is the main program using Hough circle detection method for the detection of the human eye
  3. 所属分类:OS Develop

    • 发布日期:2017-11-24
    • 文件大小:971
    • 提供者:王慧
  1. hough_circle

    0下载:
  2. matlab的hough变换圆检测,适合初学者-matlab hough transform circle detection, suitable for beginners
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:1352
    • 提供者:胡飞飞
  1. matlabmycode

    1下载:
  2. 主要用于实现matlab区域标记 将图像中的各个区域分别进行标记,然后计算出他们的面积 -Hough transform Hough transform for circle detection Hough transform basic principle is that the use of the duality of points and lines, the lines of the image space into a rallying point for the param
  3. 所属分类:Special Effects

    • 发布日期:2015-07-09
    • 文件大小:7168
    • 提供者:mark
  1. HTCircle

    0下载:
  2. 霍夫变换检测目标区域中的圆,可以很好的检测到区域目标中的圆形,可以直接使用-Hough transform circle detection target area, can be a good target detection area of ​ ​ the round, can be used directly
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:1168
    • 提供者:李斯
  1. maodingchuli

    0下载:
  2. 铆钉图片处理,关于圆检测也在里面!大家可以参考下!-Rivets image processing, is also on the inside circle detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-16
    • 文件大小:215291
    • 提供者:niewei
  1. hough_Matlab

    0下载:
  2. hough圆检测的一些原理和代码!对于初学的有很大作用!-hough circle detection of some of the principles and code! There is a significant role for the beginner!
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:14182
    • 提供者:niewei
  1. Hough-circle-detection

    0下载:
  2. 这个一个用matlab语言写的,用Hough算法来检测圆的源程序,实用性好-Matlab language used to write this one, using circular Hough algorithm to detect the source, practical good
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:45245
    • 提供者:毕凯
  1. VehicleWheel

    0下载:
  2. 可以进行车轮的检测,利用的是hough圆检测加上车轮特性-The wheel can be detected using the wheel characteristics hough circle detection with
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:941
    • 提供者:庄晓滨
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com