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

搜索资源列表

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

    0下载:
  2. 本程序能够实现对十字坐标中圆心的捕捉,基本是采用hough园变换的方法,可以获取圆心的坐标以及圆的半径大小。-The program is able to achieve to Capture Cross coordinates the center, basically transform hough Park, you can get the center coordinates and the radius of the circle.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:3297831
    • 提供者:xingzhiwen
  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. opencv_test

    0下载:
  2. 使用摄像头对采集到的图像进行hough圆变换,并显示。-Using the camera the hough circle transform images collected and displayed.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-01
    • 文件大小:20701006
    • 提供者:501821782
  1. Hough_circle

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

    • 发布日期:2017-12-02
    • 文件大小:620
    • 提供者:倪佩佩
  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. 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. Circle

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

    • 发布日期:2017-05-16
    • 文件大小:3958014
    • 提供者:杜朵朵
  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. 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. 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. 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. cvHoughCircles

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

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

    0下载:
  2. OpenCV霍夫变换:霍夫线变换,霍夫圆变换合辑 OpenCV中霍夫变换相关的知识点 OpenCV中实现霍夫线变换的HoughLines、HoughLinesP函数的使用方法,实现霍夫圆变换的HoughCircles函数的使用方法-OpenCV hough transform: line hough transform, hough transform collection OpenCV hough transform in the relevant knowledge Open
  3. 所属分类:OpenCV

    • 发布日期:2017-05-13
    • 文件大小:2764100
    • 提供者:陆伟
  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_Circle

    0下载:
  2. OpenCV霍夫圆变换,分别从摄像头,本地图片,OpenWRT挂载的网络摄像头获取图像 亮点是程序能从OpenWRT挂载的无线摄像头获取图像-OpenCV Hough transfer, getting video stream local picture, camera and OpenWRT Webcam
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1341
    • 提供者:李洪珊
  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. Hough_cycle

    0下载:
  2. 代码可以实现霍夫圆变换,可以从图像中检测出来圆形线-hough cycle
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-06-09
    • 文件大小:16708823
    • 提供者:fhf
  1. main_ff

    0下载:
  2. 检测三维胸部图像中脊柱的位置,根据huogh变换检测圆,根据不同层脊柱的位置一致性进行后处理-spine detection based on location and hough transform for a 3D chest images
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2246
    • 提供者:lee
« 1 2 ... 9 10 11 12 13 1415 »
搜珍网 www.dssz.com