搜索资源列表

  1. fitellipse

    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. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王流
  1. matalb

    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. 所属分类:状态条

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:123456
  1. drew1999DirectLeastSquareFittingofEllipse

    0下载:
  2. 从图像中检测椭圆并拟合椭圆方程的外文文献,很不错哦!-Detected from the images and ellipse fitting elliptic equations foreign literature, is pretty good, oh!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:395264
    • 提供者:ru
  1. 1

    0下载:
  2. 这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。-This is a vc6.0 console based on the OpenCV procedures, in this case gives an example of elliptic curve fitting, the program first to discover the outline of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:55296
    • 提供者:李兰菊
  1. chengxu

    0下载:
  2. 高斯消去法求解高阶矩阵,拟合椭圆等时需要用到的-Gaussian elimination method to solve high-order matrix, fitting ellipse, etc. need to use
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:Tian
  1. RanSac9.9

    0下载:
  2. 跟上个版本不同的是,去掉了判断是不是椭圆的代码。这样拟合的 二次曲线就不同了。读者可以自己一些判断,来拟合不同的曲线。 我只提供一个思路。程序写的不好,请多指教。-Keep up with the different versions is that the removal of the judge is elliptical rather than code. This quadratic curve fitting is d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:22528
    • 提供者:Ma XianZhe
  1. 1

    0下载:
  2. MATLAB最小二乘法椭圆拟和的问题,能够根据检测点的坐标拟合出椭圆方程-MATLAB least squares ellipse fitting problem, able to detect the coordinates of points of elliptic equations fitting
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:发送到
  1. fitellipse

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

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:张三
  1. fitellipse

    0下载:
  2. 此代码借助OpenCV开源计算机视觉库实现椭圆曲线拟合-This code with open-source computer vision library OpenCV the realization of elliptic curve
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1025024
    • 提供者:张豪
  1. jiyuzuixiaoerchengfagaijindesuijituoyuanjiance

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

    • 发布日期:2024-05-18
    • 文件大小:369664
    • 提供者:刘镖峰
  1. sk_tuoyuanni

    0下载:
  2. 能够在齿轮图像上提取出椭圆边界。拟合出椭圆。-Images can be extracted Gear oval border. Fitted ellipse.
  3. 所属分类:图形图象

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:熊新海
  1. eigen

    0下载:
  2. 此程序为用matlab编写的基于最小二乘法通过求解广义矩阵特征值及特征向量进行椭圆曲线拟合程序。 程序中x,y分别为采样点的横纵坐标。生成的结果矩阵为椭圆曲线aX^2+bXY+cY^2+dX+eY+f=0中的各项系数。-This program was written with matlab by solving the generalized least square method based on matrix values a
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:kone_zhang
  1. ellipsefit

    0下载:
  2. 椭圆图线拟合,输入x y,可拟合出椭圆图线-tuoyuantuxiannihe
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:汤飞龙
  1. resADLSM

    0下载:
  2. 采用广义特征值的方法对一般椭圆方程进行代数拟合求得一般椭圆方程的几何参数-Method using the generalized eigenvalue equation for general elliptic algebra obtained by fitting the geometric parameters of the general elliptic equation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:王知行
  1. fit_ellipse

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

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:yangxh
  1. ellipse

    0下载:
  2. 椭圆拟合,非常精确,能根据给出的点,拟合成椭圆-Ellipse fitting, very precise, according to the given point, the proposed synthetic oval
  3. 所属分类:分形几何

    • 发布日期:2024-05-18
    • 文件大小:56320
    • 提供者:谢兰
  1. FitPlotEllipse

    0下载:
  2. matlab实现椭圆曲线拟合,两个函数,一个椭圆拟合,另一个是椭圆画图软件,请参考!-elliptic curve fitting matlab to achieve two functions, an oval fitting, the other is oval drawing software, please refer to!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:toy
  1. fit_ellipse

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

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:鱼慕方
  1. tuoyuannihe

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

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

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

    • 发布日期:2024-05-18
    • 文件大小:1092608
    • 提供者:小太阳哥
« 1 2 34 5 6 7 8 9 10 »

源码中国 www.ymcn.org