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

搜索资源列表

  1. canny

    1下载:
  2. 椭圆检测拟合程序,能够从图片中自动提取椭圆并进行拟合 -Ellipse detection fitting procedure can be automatically extracted from the image to fit the ellipse and the
  3. 所属分类:Graph program

    • 发布日期:2015-06-07
    • 文件大小:621
    • 提供者:licheng
  1. HoughCode-Matlab

    0下载:
  2. Hough变换提取圆信坐标,半径的Matlab代码,绝对好使,请大家检验。
  3. 所属分类:图形/文字识别

  1. hough.circle

    0下载:
  2. 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:6326
    • 提供者:qinchuanhero
  1. tzsb

    0下载:
  2. 图像的特征识别技术,是机器视觉和计算机图像识别的好教程。 所谓图像特征,换句话说就是图像中的物体有什么样的特征。图中有几个水果。要想从该图像中把香蕉提取出来,必须告诉计算机要提取什么样的物体。例如,应把香蕉的特征之一——细而长告诉给计算机。也就是说,要指示图像中物体的形状、大小等特征。即告诉计算机要提取的物体是大物体或是圆的、方的等。这时,就 要使用“大小”、“圆度”等表示物体形状的参数。 -The characteristics of image recognition techno
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:155549
    • 提供者:yezi
  1. jiyuzuixiaoerchengfagaijindesuijituoyuanjiance

    1下载:
  2. 为了提高数字图像中椭圆检测的效率和准确性,提出了一个基于最小二乘法的改进的随机椭圆检测算法. 该算法随机选取图像中的3 个边缘点,在以这3 个点为中心的窗口内,从边缘点中拟合出可能椭圆,并通过随机选 取的第4 个边缘点来确认可能椭圆. 利用直接最小二乘法椭圆拟合的特性,引入可能椭圆边缘点收集和椭圆重新 拟合的迭代过程来提取最终的椭圆参数. 通过对含有不同噪声的仿真图片和包括残缺椭圆的实际图片的实验表 明,新算法的改进是有效的. 与原算法相比,新算法降低了对参数的依赖性,提高了检测
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:369322
    • 提供者:刘镖峰
  1. leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz

    0下载:
  2. 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing for high-precision, automated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:180766
    • 提供者:刘镖峰
  1. WELLS

    0下载:
  2. 井群降水复核计算,自动提取图形中的圆作为井点,根据输入的井群总出水量、井群降水影响半径、含水层厚度等,自动计算任何指定位置的动水水位及降深-Well precipitation review, the automatic extraction of the circle graph as well, according to the total group entered the water, well, well the impact of cluster radius of precipit
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:1999
    • 提供者:jianwuqing
  1. Mytest

    0下载:
  2. 图像处理各种算法的实现,包括BMP位图显示、图像几何变换、灰度变换、边缘检测、圆心提取算法等。-A variety of image processing algorithm, including BMP bitmap display, image geometric transformation, gray-scale transform, edge detection, core extraction algorithm etc.
  3. 所属分类:Special Effects

    • 发布日期:2015-04-14
    • 文件大小:4011301
    • 提供者:王浩
  1. fruit_ID

    0下载:
  2. 利用特征提取和分类的方法,假设输入值为{大,圆,光滑}为水果的三个特征值,来代表三种不同的水果,识别苹果\梨\香蕉\桔子\菠萝水果类别. -The use of feature extraction and classification methods, assuming that the import value was (large, round, smooth fruit) for the three characteristics of value, to represent three
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:980886
    • 提供者:wylie
  1. hough

    0下载:
  2. 根据园的方程(x-a)×(x-a)+(y-b)×(y-b)=R×R,将参数空间增加到a,b,R三维空间. 常用的hough变换计算量太大,然而随机hough变换虽然计算量相对小点,但是准确率没有前者高.现在使用 一种改进的方法:提取边缘图像,然后边缘跟踪,在边缘曲线上进行hough变换检测圆.-According to Park' s equation (x-a) × (x-a)+ (y-b) × (y-b) = R × R, the parameter space to a,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1061
    • 提供者:苏立
  1. hough_circle

    0下载:
  2. 用hough变换提取圆,只能提取外围能检测到得圆,对相交的圆或包含在其他圆内的圆提取还需要改进。-With the hough transform to extract the round, can only be extracted to get round the external can be detected on the intersection of circle or included in the other circle inside the circle extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:906
    • 提供者:richman
  1. hough

    2下载:
  2. hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
  3. 所属分类:matlab例程

    • 发布日期:2013-08-19
    • 文件大小:6250
    • 提供者:武西
  1. dingweiyuan

    0下载:
  2. 检测图片里的圆,并提取出圆心坐标和半径数据,需安装matlab。-Detection in the picture round, and the center coordinates and radius of the extracted data need to install matlab.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:674
    • 提供者:胡恢军
  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. 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变换源码(直线&圆)

    0下载:
  2. OpenCV中的hough变换源码,里面包括直线以及圆变换提取源代码。(OpenCV transform source code in Hough,Which includes the line and the circle transform, extract the source code)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Yagamilight
  1. CReadHoughCircle

    0下载:
  2. 可以提取图像上的圆形区域,比较好上手的opencv程序(You can extract the circular area of the image and compare the opencv program with good hands)
  3. 所属分类:其他

  1. cad多个圆心坐标批量提取工具

    3下载:
  2. cad多个圆心坐标批量提取工具,能够把你所选中的圆的圆心坐标批量导出(CAD multiple center coordinates batch extraction tool, you can choose the circle coordinates of the selected center batch export)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:5120
    • 提供者:charming715
  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. rq(3)

    0下载:
  2. 基于码本(codebook)的背景建模的背景差分法+级联基于LBK或haar的adaboost和基于hog的svm分类器+快速hough圆变换进行人头识别+基于区域特征的目标跟踪算法。(编程) AdaBoost是一种增强性机器学习算法,它用于把弱分类器联合成强分类分类器(Background modeling based on codebook (codebook) background difference method + cascade based on LBK or Haar AdaB
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:神万心
« 12 3 4 5 »
搜珍网 www.dssz.com