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

搜索资源列表

  1. circle-detect

    0下载:
  2. 这是我搜集的用VC编写圆检测程序的一些代码和算法,算法以HOUGH变换为主-This is my collection of circle detection using VC procedures to prepare a number of code and algorithm to transform the main HOUGH
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:5940
    • 提供者:tinMay
  1. CircleDetect(Opencv)

    0下载:
  2. 用OPENCV编写的VC圆检测程序,个人觉得速度好于传统HOUGH变换算法-OPENCV prepared using VC circle detection procedures, personally feel that the speed is better than traditional HOUGH Transform Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:4061
    • 提供者:thofde
  1. circle_pca24

    0下载:
  2. 基于曲线段PCA分析的随机hough变换圆检测算法研究 该算法在计算、存储消耗上均大大减少。-PCA analysis based on curve segments of random hough transform circle detection algorithm to study the algorithm in computing, storage consumption to both greatly reduced.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2507
    • 提供者:medMor
  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-06
    • 文件大小:1725
    • 提供者:tbelieve
  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:6371
    • 提供者:TheNB
  1. detect-circlecenter-system

    0下载:
  2. 图像处理检测圆 检测方法特别使用起来速度快 -houghcircle detect circle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1592742
    • 提供者:丁赫
  1. circle-detection

    0下载:
  2. 基于MATLAB的圆检测的图像处理,用到了最小二乘法,和霍夫变换-circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:324928
    • 提供者:朱洲
  1. houghcircle

    0下载:
  2. hough 圆检测,检测出图像中的圆形,并求得半径和质心-hough circle detection, detection of the image circle, and seek radius and centroid
  3. 所属分类:Special Effects

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

    0下载:
  2. Hough变换 基于梯度的圆检测,可以加快检测速度-hough transformation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-26
    • 文件大小:209890
    • 提供者:田锋
  1. ZHONGBIAOFENGEG

    1下载:
  2. 读取图片,分割出敢兴趣区域,用到同态滤波,形态学,连通域,以及hough圆检测等算法。-Read images, segmented m interested in the area, the use of homomorphic filtering, connected domain, morphology, hough circle detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2016-05-25
    • 文件大小:36864
    • 提供者:罗国中
  1. Hough_circle

    0下载:
  2. 一个自己利用OPENCV1.0编写的霍夫圆检测程序,初学者可以参考,可以修改使用-Own use OPENCV1.0 written Hough circle detection program, beginners can refer to, can be modified to use
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3470008
    • 提供者:什锦丁儿
  1. hough

    0下载:
  2. 基于opencv函数,用霍夫算法对图像进行线检测与圆检测-Based on opencv function Hough line detection algorithm for image and circle detection
  3. 所属分类:OpenCV

    • 发布日期:2017-04-13
    • 文件大小:1632
    • 提供者:李少芳
  1. opencv_cvHoughCircles_by_my_codes

    0下载:
  2. 该程序将检测圆进行扩展,首先获取感兴趣区,并保存,之后利用opencv提供的cvHoughCircles()对各个ROI区域进行圆检测,并将检测到的结果进行保存,可以运行。-this codes are set to detest circles in your image,you can get several ROI and operate in these ROI by cvHoughCircles()which is provided by opencv.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1887283
    • 提供者:岭南
  1. hough

    0下载:
  2. 基于Hough变换开发的一种较通用的快速圆检测方法-Based on Hough transform is the development of a more general round fast detection method
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1093
    • 提供者:王彩艳
  1. cvHoughCircles

    0下载:
  2. 霍夫变换的圆检测算法,基于opencv实现,基础算法。-Hough transform circle detection algorithm based on opencv achieve basic algorithm.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-30
    • 文件大小:13128903
    • 提供者:d2fans
  1. Hough_transform

    0下载:
  2. 基于hough变换的人虹眼检测测序。算法精炼。为圆检测程序。-Hough transform based on the human eye detection and sequencing of rainbow. Algorithm for refining. For circle detection program.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:66545
    • 提供者:高赢
  1. hough_circle

    0下载:
  2. 霍夫变换圆检测 使用sobel算子进行边缘检测,并且完成边缘细化 -edge detection function, nonmax suppression hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:67410
    • 提供者:zhiheng zuo
  1. HoughCircles_Detection

    0下载:
  2. 霍夫圆检测程序代码,使用vs2008平台 ,opencv.实现霍夫圆提取-Hough circle detection code, using vs2008 platform, opencv. Extraction achieve Hough circle
  3. 所属分类:OpenCV

    • 发布日期:2017-05-14
    • 文件大小:3388360
    • 提供者:
  1. hough_circle

    0下载:
  2. 这是一份完整的基于hough变换进行圆检测的代码,能正常运行。-This is a complete circle detection based on hough transform the code to run correctly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1258
    • 提供者:程平
  1. CircleDetect

    0下载:
  2. 霍夫变换,圆检测,硬币检测,图片中硬币价格识别,K-mean,高斯滤波,边缘检测,gradient,包括硬币实例图片。自己写的函数,不用toolbox。-hough transform, circle detect, coin detect, coin prize calculate, edge detect, gradient, K-mean, self-define function, no toolbox library.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2415717
    • 提供者:Wynne
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com