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

搜索资源列表

  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. my_func(1)

    0下载:
  2. 二值化、加噪、基于霍夫变换的直线和圆的检测-Binarization, noise, and based on the straight line Hough transform circle detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:2162
    • 提供者:wft
  1. houghcircle

    0下载:
  2. 基于hough变换的圆的检测,纯源代码,放在matlab中就能直接用-Based on hough transform circle detection, pure source code, in the matlab for can use directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:706
    • 提供者:happy
  1. DetectThreshold

    0下载:
  2. matlab中的霍夫变换检测圆,利用其检测直线的原理,来检测圆形,非常有效。-matlab principle of Hough transform circle detection, using its line detection to detect round, very effective.
  3. 所属分类:CAD

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:vincent
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  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. Hough_edgedetect

    0下载:
  2. 实现HOUGH变换检测圆的功能 vc平台 可直接运行 效果不错 可实现多个圆的检测-its main function is to complement circle s houghtransform.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-13
    • 文件大小:1840
    • 提供者:apple
  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. 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. circle_hough

    0下载:
  2. hough transform code for detecting circle
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:91387
    • 提供者:adityapemayun
  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. 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. Hough_transform_line_circle

    0下载:
  2. Hough变换检测图像线、圆,直接可用,Hough变换检测图像线、圆,直接可用-Hough transform for 2D image line and circle detect
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2205
    • 提供者:wang jenny
  1. HoughCircles

    0下载:
  2. 霍夫变换求图像中的圈,opencv,vc++,环境vs2010,opencv2.4.8-Hough transforms the image circle, opencv, vc++, environment vs2010, opencv2.4.8
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14365323
    • 提供者:Evy
  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. hough_circle

    0下载:
  2. MATLAB中典型的霍夫变换检测圆,非常的经典的案例-MATLAB typical Hough transform circle detection, very classic case
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1589
    • 提供者:zengxiaofeng
  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 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com