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

搜索资源列表

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

    0下载:
  2. 一种基于改进Hough变换的圆形物体检测:圆的Houugh变换,椭圆的Hough变换,改进型Hough变换 -Based on improved Hough transform circular object detection: round Houugh transform ellipse Hough transform and improved Hough transform
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:3046299
    • 提供者:认可
  1. opencv-codes-of-Hough

    0下载:
  2. C语言环境下 opencv中的 利用Hough变换检测圆 把后缀改为word即可-opencv codes of Hough
  3. 所属分类:Other systems

    • 发布日期:2017-11-03
    • 文件大小:52224
    • 提供者:kzx
  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. Angle-point-image-registration

    0下载:
  2. 针对多幅图像之间的图像配准问题,该文提出了一种新的图像自动配准算法。该算法应用Harris 角点检测方法获得角点信息。在匹配过程中。采用圆形区域和双向相关系数法进行相似性度量。采用圆 形区域,很好的解决了旋转问题;采用双向相关系数法,更加保证了匹配的精确度,减少误匹配率。初步 实验结果表明:该方法可以高效短时地实现图像间的自动配准。-Image registration problem between multiple images of the paper, a new autom
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:359273
    • 提供者:liu
  1. Detecting-Coins

    0下载:
  2. 用直线检测和边缘检测来检测圆,用硬币来实验-Detecting Coins using Hough Tramsform
  3. 所属分类:Document

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

    0下载:
  2. 这是检测圆的霍夫算法程序,用C++编写,需要的下载-hough transform to detect the circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:1579
    • 提供者:王阳
  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. circle

    0下载:
  2. 能够检测载图片中是否有正圆,并求圆心,椭圆不计在内。-Upload images can detect if there is a perfect circle to
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-20
    • 文件大小:4123401
    • 提供者:王林
  1. huofu-jian-ce-yuan

    0下载:
  2. 用霍夫变换的方法对图像中的圆进行检测,并将检测到的圆显示出来-The circle in the image to be detected using the Hough transform method, and the detected circle is displayed
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:10047
    • 提供者:nimizi
  1. HoughCircleTest3

    0下载:
  2. 程序可以实现hough变换在图像中圆的检测功能。-function: use Hough transform to detect circle on image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:931
    • 提供者:shuaiwang
  1. detect-line-circle-and-rectangle

    0下载:
  2. 利用opencv_检测直线、线段、圆、矩形-Using opencv_ detect straight lines, line segments, circles, rectangles,
  3. 所属分类:OpenCV

    • 发布日期:2017-11-09
    • 文件大小:1842636
    • 提供者:刘方宇
  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. zhixian_yuan

    0下载:
  2. 用hough变换来检测图像中的圆或者直线的运行代码,欢迎大家指点。-Hough transform to detect the image of a circle or a straight line running code pointing welcome.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:42979
    • 提供者:程平
  1. opencv

    0下载:
  2. opencv中,对圆,直线,线段,矩形等图像特征进行检测-opencv image features such as circles, lines, line segments, rectangles, detection
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:27671
    • 提供者:peipei
  1. wjy

    1下载:
  2. hough变换检测圆 并且描绘半径和圆心坐标 效果不错-Hough transform to detect circle effect is good
  3. 所属分类:Graph Recognize

    • 发布日期:2014-12-27
    • 文件大小:4000768
    • 提供者:杨飞
  1. Image-processing

    1下载:
  2. 图像处理程序,集成了Sobel算子边缘检测、Laplace算子边缘检测、Canny算子边缘检测、直方图、Hough线变换、Hough圆变换、缩放、旋转、腐蚀等功能-Image processing program,including functions of Sobel edge detection operator, Laplace operator edge detection, Canny edge detection operator, histogram, Hough transfor
  3. 所属分类:Special Effects

    • 发布日期:2014-12-27
    • 文件大小:14978048
    • 提供者:赵明航
  1. digital-image

    1下载:
  2. 北理工数字图像课程的作业,拥有各种放大缩小,变换,检测直线检测圆等程序-The job of the of North Polytechnic digital image course, has a variety of zoom, transform, detection procedures such as straight-line detection circle
  3. 所属分类:Special Effects

    • 发布日期:2017-11-02
    • 文件大小:8328271
    • 提供者:shijiyun
  1. test

    0下载:
  2. 检测图像中圆的存在,采用opencv中的霍夫变换函数,功能简单易懂-find the circle in the image
  3. 所属分类:Console

    • 发布日期:2017-12-01
    • 文件大小:2954631
    • 提供者:annadong
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 »
搜珍网 www.dssz.com