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

搜索资源列表

  1. airimg_wy(10-5)

    0下载:
  2. 使用Hough变换检测圆的示例。该程序可以确定图像中每个圆的圆心位置。-detection Yuan example. The procedure can be identified image of the center of a circle round each location.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:239167
    • 提供者:朱顺兴
  1. HarrisCorner10

    0下载:
  2. Harris Corner角点检测程序,检测图像上的角点,并用红圆在图像上标出,VC6下编译通过。-Harris Corner corner detection procedures, testing images on the corner, and with a red circle marked on the images, VC6 under compile.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:61867
    • 提供者:路香群
  1. HoughTrans

    1下载:
  2. 自己写的Hough Transform检测直线和圆的代码,直线检测做了点小改进,可以检测线段,但只能检测一个圆和一条直线,希望对初学者能有帮助-wrote Hough Transform detection of linear and circular code Line Detection done a small improvement can be detected line, but only detected a circle and a straight line. hope to
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:66098
    • 提供者:wxj
  1. extract-underlying

    0下载:
  2. 包括角,直方图,纹理质地,霍夫圆和霍夫直线的检测-Including angle, histogram, texture, texture, Hove Circle and Hough line detection
  3. 所属分类:OpenCV

    • 发布日期:2017-03-31
    • 文件大小:4733
    • 提供者:顾舒文
  1. detect_circle

    1下载:
  2. 本算法用于检测圆形的圆心和半径,检测的准确率角度,速度也比较快。-The algorithm for detecting a circle center and radius, angle detection accuracy, the speed is faster.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:1009
    • 提供者:旋风居士
  1. trackopenvcing

    0下载:
  2. 一个基于Visual C++和opencv的运动检测程序,运行时鼠标画框圈选运动的无图就可以实现跟踪源代码。-Based Visual C++ and opencv motion detection program, run the mouse movement without frame circle graph tracking the source code can be achieved.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-24
    • 文件大小:8095016
    • 提供者:快捷的
  1. LWJ_final

    0下载:
  2. 基于VC++6.0的圆形检测 运用边缘检测从图像中检测出圆形-VC++6.0 based detection using edge detection round detected from the image circle
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1340704
    • 提供者:Sammi
  1. myfinalwork

    0下载:
  2. 实现第十章中采用Hough变换来检测图像中圆的过程。并对我提供的一幅灰度图像(sweden-coins.bmp),通过包括平滑(把细节去除),边缘检测(得到轮廓)以及Hough变换得到的圆,并把结果叠加到原来的灰度图像上。给出具体的过程,中间结果,最后结果,实现的代码,并写出报告-Implement Chapter Hough transform to detect the use of the image circle of the process. And I offer a graysca
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4279777
    • 提供者:cici
  1. bianyuanjiance

    0下载:
  2. 图像的边缘检测,根据靶标上圆的圆心坐标、半径把5个圆圆周上的点的坐标求出-Image edge detection, in accordance with the target coordinates of the center circle, the radius of the round five weeks on the coordinates of the points obtained
  3. 所属分类:Document

    • 发布日期:2017-04-01
    • 文件大小:3680
    • 提供者:刘音
  1. CRC

    0下载:
  2. 关于通信系统中循环差错检测的vhdl仿真程序,内容十分完整-Communication systems on the circle of error detection of vhdl simulation program, very complete
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:225215
    • 提供者:fengyun
  1. vddeo

    0下载:
  2. 一个非常好的圆检测代码,和大家一起分享,推荐一下给大家(A very good circle detection code, and share with everyone, recommend to everyone)
  3. 所属分类:其他小程序

    • 发布日期:2017-12-24
    • 文件大小:151552
    • 提供者:tsebnd
  1. houghcircle

    0下载:
  2. hough变换实现圆检测,用户可以根据自己的需要随意改变待处理数据和相关参数(hough transform to realise circle detection)
  3. 所属分类:图形图像处理

  1. test_detectCircle

    0下载:
  2. 运用最小二乘法、几何中心法等等来实现圆检测功能(Using the least square method, the geometric center method and so on to realize the circle detection function)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:Twinkle_wang
  1. hough检测圆

    0下载:
  2. 机器视觉检测圆程序,基于opencv的vs开发环境下的圆检测程序(Machine vision detection circle program, based on opencv development environment of circle detection program)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:15674368
    • 提供者:mmmmmmmmmmmmmmm
  1. Circle

    0下载:
  2. 实际检测环境无法采集到完美的圆,所以Hough变换检测圆心经常存在偏差。该程序可检测不同角度,不同畸变圆的圆心,并输出其圆心坐标。利用C++实现。(The actual detection environment can not collect the perfect circle, so the Hough transform is often biased to detect the center of the circles. The program can detect the cent
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:L_mo
  1. 霍夫变换找圆

    0下载:
  2. 此代码为霍夫变换找圆,检测提取圆,可以通过单片机验证(This code for the Huff transform find a circle, detection extraction circle, can be verified by the microcontroller)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:720896
    • 提供者:catheriine
  1. circle_hough

    0下载:
  2. 路标识别,模式识别大作业,圆形检测;检测彩色路标,直方图均衡化,提取圆形路标,增强提取目标,二值化,提取路标中的指示图,中值滤波,平滑滤波,图像边框处理,链码生成及识别(The road sign recognition, pattern recognition operations, circle detection; detection of color signs, histogram equalization, extracting circular signs, enhanced ex
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-30
    • 文件大小:1024
    • 提供者:夕研
  1. circle_houghpeaks

    0下载:
  2. 路标识别,模式识别大作业,圆形检测二;function peaks = circle_houghpeaks(h, radii, varargin)(The road sign recognition, pattern recognition operations, circle detection; function peaks = circle_houghpeaks(h, radii, varargin))
  3. 所属分类:图形/文字识别

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:夕研
  1. face_detection

    0下载:
  2. 人脸检测算法,可以在背景图中将人脸圈出,以便于后续的工作展开(The face detection algorithm can circle the face in the background map so as to facilitate the follow-up work.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-30
    • 文件大小:481280
    • 提供者:eeely
  1. findcircle

    0下载:
  2. 简单的Halcon 找圆算法,首先进行圆检测(识别圆、圆拟合),再找出坐标位置(A simple Halcon algorithm for finding circles firstly conducts circle detection (identifying circle and circle fitting), and then finds the coordinate position)
  3. 所属分类:图形图象

    • 发布日期:2020-02-01
    • 文件大小:1024
    • 提供者:仲Kai
« 1 2 ... 7 8 9 10 11 1213 14 15 »
搜珍网 www.dssz.com