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

搜索资源列表

  1. circleExtractforHough

    0下载:
  2. 在编译器VS2010和opencv2.4.3下用Hough算法对图像中的圆提取并标记.-Under the compiler VS2010 and opencv2.4.3 Hough algorithm of image of the circle was used to extract and tag.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-15
    • 文件大小:6137031
    • 提供者:汤姆
  1. wjy

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

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

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

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

    0下载:
  2. 实现在2d图像中检测圆,利用hough变换,代码进行了一定程度的优化,简洁易懂-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:721230
    • 提供者:yangjiangshen
  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_circle

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

    • 发布日期:2017-11-23
    • 文件大小:1352
    • 提供者:胡飞飞
  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. index

    0下载:
  2. 读入图像,对图像进行预处理,随后检测边缘,对得到的图像进行二值化,然后进行hough变换,获得圆边界,将此图与原图叠加,增强边缘-Read into the image, the image preprocessing, edge detection followed, the resulting image binarization, and then hough transform to get round the border, this graph with the original o
  3. 所属分类:CSharp

    • 发布日期:
    • 文件大小:398353
    • 提供者:谢小海
  1. hough_circle

    0下载:
  2. 霍夫变换(Hough Transform) 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段)。本代码用来检测圆。-Hough transform (Hough Transform) Hough transform in image processing from the image geometry of the basic methods of identification, one of which is
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:892
    • 提供者:liujiang
  1. houghcircle

    0下载:
  2. 用HOUGH变换算法对图像中存在的圆进行检测,可以同时检测多个硬币图像,并将拟合结果标示在图像中-HOUGH transform algorithm for image using existing circle detection, can simultaneously detect multiple coin image and fitting results indicated in the image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5885185
    • 提供者:libaobei
  1. Circle

    0下载:
  2. 界面编程,通过霍夫变换检测图形中的圆。同时可以得到圆半径-Programming interface, through the Hough transform detection graphic circle.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-16
    • 文件大小:3958014
    • 提供者:杜朵朵
  1. Hough_circle_detect

    1下载:
  2. hough变换检测圆,可以直接拿来用,适用于虹膜定位及其他检测圆的场合。-hough transform circle detection, can be directly used for detection of circular iris localization and other occasions.
  3. 所属分类:Special Effects

    • 发布日期:2016-04-17
    • 文件大小:20480
    • 提供者:焦英豪
  1. hough_circle

    0下载:
  2. 用hough变换实现圆检测的程序,将图像转化到参数空间进行循环,最终得到检测结果-Using hough transform circle detection procedures, the image is converted to the parameter space cycle, the final test results obtained
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:940
    • 提供者:liubeibie
  1. leiyuan

    0下载:
  2. 一种类圆随机Hough变换及其在油茶果实遮挡识别中的应用 更多论文www.bysjaid.com-One kind of class round Randomized Hough Transform and Its Application in Camellia oleifera fruit obscured recognition more papers www.bysjaid.com
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:416580
    • 提供者:李昕
  1. circledetection

    0下载:
  2. 基于OpenCV实现了,利用Hough变换检测圆,检测出圆心的位置,圆的半径-circle detection using hough transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:114602
    • 提供者:刘晓娟
  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. houghcircles_vs10

    0下载:
  2. 图形检测,hough变换检测直线、圆、椭圆。-Pattern detection, hough transform to detect straight line, circle, ellipse.
  3. 所属分类:Special Effects

    • 发布日期:2017-06-09
    • 文件大小:16005120
    • 提供者:che
  1. pic

    2下载:
  2. 用c#和emgucv实现了hough变换检测圆和最大类间方差和k均值聚类分割图像,k均值聚类的函数可填写分类数和迭代次数的阈值,而且是基于灰度的。(ps:函数都是自己实现的,但是读取图片信息用的是emgucv自带的函数)-With c# and emgucv achieved between hough transform circle detection and maximum variance and k-means clustering image segmentation, the fu
  3. 所属分类:Special Effects

    • 发布日期:2015-04-22
    • 文件大小:25356288
    • 提供者:妮乐
« 1 2 ... 12 13 14 15 16 1718 19 20 »
搜珍网 www.dssz.com