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

搜索资源列表

  1. fitellipse

    1下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1767
    • 提供者:王流
  1. matalb

    0下载:
  2. 这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
  3. 所属分类:状态条

    • 发布日期:2008-10-13
    • 文件大小:4147
    • 提供者:123456
  1. drew1999DirectLeastSquareFittingofEllipse

    0下载:
  2. 从图像中检测椭圆并拟合椭圆方程的外文文献,很不错哦!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:395524
    • 提供者:ru
  1. wuchafenxi

    0下载:
  2. 通过对拟合椭圆的点数的不同来分析拟合椭圆与标准椭圆的误差。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1694
    • 提供者:熊新海
  1. 1

    0下载:
  2. 这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:55709
    • 提供者:李兰菊
  1. erere

    0下载:
  2. 一个拟合椭圆的程序,采用matlab编程,利用均值误差作为代价函数。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1598
    • 提供者:李云霞
  1. chengxu

    0下载:
  2. 高斯消去法求解高阶矩阵,拟合椭圆等时需要用到的
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:Tian
  1. RanSac9.9

    0下载:
  2. 跟上个版本不同的是,去掉了判断是不是椭圆的代码。这样拟合的 二次曲线就不同了。读者可以自己一些判断,来拟合不同的曲线。 我只提供一个思路。程序写的不好,请多指教。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:22652
    • 提供者:Ma XianZhe
  1. 1

    0下载:
  2. MATLAB最小二乘法椭圆拟和的问题,能够根据检测点的坐标拟合出椭圆方程
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2193
    • 提供者:发送到
  1. fitellipse.m.rar

    0下载:
  2. 用matlab拟合椭圆,简单算法!运用最小二乘法,elliptical fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:4281
    • 提供者:著毛
  1. tuoyuannihe2

    0下载:
  2. 也是利用最小二乘法对椭圆进行数据拟合,不过考虑到图像大小问题,这里只选取100个边缘点,点的个数也可以自行设置。-Ellipse is the least square method of data fitting, but taking into account the size of the image, here select only edge points 100, the number of points you can set your own.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:谢聪凌
  1. Graphics-generation-and-filling

    1下载:
  2. 基本图形的生成与填充VC源码。实现了: 1,点与直线生成算法(数值微分法(DDA算法),中点画线法,Bresenham画线法)。 2,圆的生成算法(中点画圆算法,Bresenham画圆算法)。 3,椭圆生成算法。 4,区域填充(种子填充算法,扫描线填充算法)。 5,汉字的显示技术。 6,曲线的生成(最小二乘直线拟合,三次Bezier直线生成,任意次Bezier直线生成 )。-Basic graphics generation and fill VC source. Rea
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4493407
    • 提供者:
  1. RANSAC

    0下载:
  2. SANSAC算法实现椭圆拟合,获取三轴磁力计的数据,对其进行椭圆拟合,用于磁力计数据矫正-SANSAC ellipse fitting algorithm to obtain three-axis magnetometer data, its ellipse fitting for magnetometer data correction
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:29396
    • 提供者:张楠
  1. Find

    0下载:
  2. 基于OpenCV的椭圆检测算法,通过边界处理、轮廓识别、椭圆拟合来检测椭圆-Ellipse detection algorithm based on OpenCV,Boundary treatment, contour detection
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:5457
    • 提供者:zhch75
  1. tuoyuannihe

    0下载:
  2. 椭圆拟合程序,提供了一种将一系列离散点进行椭圆拟合的程序源码,能有效的得到相关图形进行分析。-Ellipse fitting procedure, provided a series of discrete points ellipse fitting procedures, it can effectively get related graphics for analysis.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:794
    • 提供者:周立
  1. fitellipse

    0下载:
  2. 非常好的椭圆拟合算法,拟合进度很高,算法很好理解,代码质量高-Ellipse fitting algorithm is very good, very fit schedule, a good understanding of algorithms, high code quality
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:47900
    • 提供者:王铃
  1. EllipseFitbyDirectLeastSquares

    0下载:
  2. 利用直接最小二乘法进行椭圆拟合,拟合效果好,计算时间短(Ellipse fitting by direct least square)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:扒路君
  1. elilse

    0下载:
  2. 实现椭圆识别 还有最小二程拟合 等多种功能(Ellipse recognition)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-21
    • 文件大小:68608
    • 提供者:_haoqi
  1. FingerTip

    0下载:
  2. 基于深度相机的手势识别,利用深度信息设置包围盒分割手,然后使用SVM分类器对训练数据集进行训练。在静态手势测试时,我们先计算测试图像的HOG特征,然后经SVM分类得到测试结果(Based on the gesture recognition of the depth camera, the depth information is used to set the bounding box to divide the hand, and then the training data set is
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:4458496
    • 提供者:程序员飞宇
  1. ellipse_fit

    1下载:
  2. 对数据进行椭圆拟合,得到椭圆参数,包括椭圆中心,半长轴,半短轴等参数(Ellipse fit the data to get the ellipse parameter)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:414720
    • 提供者:direwolf100
« 1 2 3 4 5 6 78 9 10 »
搜珍网 www.dssz.com