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

搜索资源列表

  1. Circle-detection

    1下载:
  2. hough和randon函数求图像中圆,对于水中气泡检测效果很不错-Circle detection based on random Hough transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:126604
    • 提供者:武彦林
  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. 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. soble_hough

    0下载:
  2. 先用sobel算子对图像进行预处理,提取边缘。对于不连续的圆,在利用hough算法检测圆心坐标和半径,再将圆进行重画,得到完整的圆并显示。 -First with sobel operator for image pre-processing, edge extraction. For discontinuous circle detection algorithm using hough the center coordinates and radius, and then re-draw
  3. 所属分类:Other systems

    • 发布日期:2015-04-18
    • 文件大小:1024
    • 提供者:侯国强
  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. houghcircle

    0下载:
  2. 加载一幅图像并对其模糊化以降噪 对模糊化后的图像执行霍夫圆变换 . 在窗体中显示检测到的圆.-Load a blur to the image and its noise After the implementation of the fuzzy image of the circle Hough transform. Display detected circle in the form.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-31
    • 文件大小:2953
    • 提供者:马东兴
  1. hough_circle

    0下载:
  2. 可以检测多个细胞图像。先读入分割图像,对图像进行二值化,然后进行hough变换,获得各个圆心和半径,再在分割图像上画圆,方便观察检测效果-hough transform detect circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1297
    • 提供者:撸撸
  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. ght_for_circle_matlab

    0下载:
  2. MATLAB检测图像中的多个圆,并且给出此圆的坐标和半径。-detect circle
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:715567
    • 提供者:张峰
  1. Project8

    0下载:
  2. 这是基于haar特征的adaboost算法的人脸识别,可以检测出人的脸,用圆标注出来-This is based on adaboost haar features face recognition algorithm can detect the human face, with a circle marked out
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5548494
    • 提供者:邓文豪
  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.tar

    0下载:
  2. Hough算法的matlab实现,可以检测出图像中存在的不同半径的圆-Hough algorithm matlab realize, can detect the presence of different radii of the circles in the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:710
    • 提供者:Sandy
  1. Desk32top

    0下载:
  2. matlab课程编程【谷速软件】圆盘直径检测-matlab programming courses [Valley] speed software disc diameter detection
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-29
    • 文件大小:12332
    • 提供者:李德
  1. VCDIP_P563

    0下载:
  2. 在visual c++中,通过霍夫变换,检测图像中的直线,以及圆-In visual c++, hough transform, through the image in a straight line, and circle
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:5023732
    • 提供者:魏维娜
« 1 2 ... 18 19 20 21 22 2324 25 26 »
搜珍网 www.dssz.com