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

搜索资源列表

  1. ellipsefit.rar

    1下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码,Based on MATLAB to achieve a least-squares fitting oval direct algorithm source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2039
    • 提供者:小蔡
  1. fitellipse

    0下载:
  2. 此代码借助OpenCV开源计算机视觉库实现椭圆曲线拟合-This code with open-source computer vision library OpenCV the realization of elliptic curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:8628
    • 提供者:张豪
  1. fitellipse

    0下载:
  2. 椭圆曲线拟合。首先发现图像的轮廓,然后用椭圆逼近它。-Elliptic curve fitting. The first to discover the outline of the image, and then close it with an oval.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:1849
    • 提供者:张三
  1. jiyuzuixiaoerchengfagaijindesuijituoyuanjiance

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

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

    1下载:
  2. 本程序是关于最小二乘椭圆拟合的中心定位程序,定位精度较高。-This program is about the least-squares ellipse fitting center locator, positioning accuracy.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:55896
    • 提供者:谢鲁
  1. tuoyaun

    1下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码-MATLAB implementation of the ellipse fitting based on least-squares algorithm for the source code directly
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1778
    • 提供者:linda
  1. shiyan2

    0下载:
  2. 使用opencv的工具,对印章实现椭圆拟合效果-Opencv using the tools of the seal to achieve ellipse fitting results
  3. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:848568
    • 提供者:华维东
  1. Ellipse Fit

    3下载:
  2. 基于MATLAB的椭圆拟合算法,有主程序,带结果显示图片-MATLAB-based ellipse fitting algorithm, with the main program, with results show that image
  3. 所属分类:数学计算/工程计算

    • 发布日期:2012-12-26
    • 文件大小:24915
    • 提供者:mafulu
  1. tuoyuannihe

    0下载:
  2. 椭圆拟合的最小二乘算法和原理。对于初学的人肯定有帮助。我也是转载的,希望对你们有帮助。-Ellipse fitting algorithm and the principle of least squares. For the beginner who is sure to help. I am also reproduced, hope you have help.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:316308
    • 提供者:顾宾
  1. EllipseFitting

    0下载:
  2. 基于特定椭圆拟合的符号化目标轮廓跟踪方法 基于稳健估计的直接最小二乘椭圆拟合 椭圆拟合方法的比较研究-Ellipse fitting symbol based on the specific goal of contour tracking method is based on robust estimation of the direct least squares ellipse fitting ellipse fitting method comparison studies
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7511459
    • 提供者:阳刚
  1. ellipsefit

    1下载:
  2. 一个做椭圆拟合的matlab程序,能够在输入5个点坐标以上的任何组坐标下给出拟合椭圆,适合于做数值分析-circle
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1968
    • 提供者:xuchang
  1. ellipse_fit

    0下载:
  2. 基于直接最小二乘法的椭圆拟合程序,比较实用,适用于图像处理,椭圆拟合方面研究的初学者-Direct least square method based on ellipse fitting procedure more practical for image processing, aspects of ellipse fitting for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1514
    • 提供者:sdphw
  1. Oval

    0下载:
  2. 圆及椭圆拟合输入: 图像文件seal1.jpg、seal2.jpg、coin1.jpg 任务: 尝试将上述三个文件中圆或椭圆的外轮廓拟合出来 输出要求: 1. 每个拟合圆或椭圆的中心坐标,半径或长短轴长度; 2. 将主要的中间步骤及最终拟合结果用OpenCV的cvShowImage 显示出来。-Circle and ellipse fitting type: image file seal1.jpg, seal2.jpg, coin1.jpg task: Try the
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1572
    • 提供者:萧白
  1. ellipse-fitting-in-sensor

    0下载:
  2. 在传感器中数据采集后的椭圆拟合算法matlab编程实现-After the sensor data acquisition in the ellipse fitting algorithm matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:4332
    • 提供者:杨婷婷
  1. fit_ellipse

    0下载:
  2. 该程序描述了一种椭圆拟合算法,能够有效拟合椭圆图形。-This file is a ellipse fitting algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:4187
    • 提供者:yangxh
  1. 椭圆拟合fitellipse

    0下载:
  2. 椭圆拟合程序,基于最小二乘法,效果很好并能给出拟合后的椭圆坐标及曲线
  3. 所属分类:开发工具

    • 发布日期:2015-04-27
    • 文件大小:1435
    • 提供者:SwanAlisa
  1. 椭圆拟合

    0下载:
  2. 本文件主要通过离散点进行椭圆拟合,精度很高
  3. 所属分类:其它资源

  1. fit_ellipse

    1下载:
  2. 用matlab编写的进行椭圆拟合的算法,用时要自己改变图片路径(Matlab prepared by the elliptical fitting algorithm, when used to change their own picture path)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:3072
    • 提供者:鱼慕方
  1. tuoyuannihe

    0下载:
  2. 利用最小二乘法椭圆拟合来实现圆心 的查找。(Ellipse fitting using least square method to realize the center of the circle to find.)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:13312
    • 提供者:风12云
  1. Matlab在离散点拟合椭圆及极值距离计算中的应用

    0下载:
  2. Matlab在离散点拟合椭圆及极值距离计算中的应用.pdf(Application of Matlab in discrete point fitting ellipse and extreme distance calculation.Pdf)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1092608
    • 提供者:小太阳哥
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com