搜索资源列表

  1. 椭圆拟合算法c++程序

    3下载:
  2. 将离散数据进行椭圆拟合的c++源代码
  3. 所属分类:源码下载

  1. 椭圆拟合

    0下载:
  2. 能识别只能看到部分圆的椭圆拟合优化算法!
  3. 所属分类:源码下载

    • 发布日期:2011-08-23
    • 文件大小:1138
    • 提供者:slansam
  1. 217.matlab.tar

    0下载:
  2. 椭圆拟合的相关介绍与数学运算方法,包括说明文档及源码、和测试数据-elliptical fitting related presentations and mathematical methods, including documentation, and source code, and test data
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:19456
    • 提供者:胡笑民
  1. tuoyuan

    0下载:
  2. 利用选择ROI对待处理的图像进行有效的椭圆拟合。-use ROI treat the choice of images for effective elliptical fitting.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:11163648
    • 提供者:小静
  1. ellipsefit

    1下载:
  2. 实现椭圆拟合的matlab程序,很不错,我的觉得比较有用-Matlab fitting procedure quite well, and I think that the more useful.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:浩东
  1. fitellipse

    0下载:
  2. 转载一个用MATLAB写的椭圆拟合的代码,有点用-Reproduced using MATLAB to write an ellipse fitting code, a bit used
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:杨恺
  1. chengxu

    0下载:
  2. 用vc++求解五阶矩阵的算法代码,可以用于图像处理的最小二乘法椭圆拟合曲线-With vc++ Solving fifth-order matrix algorithm code can be used for image processing of the least squares ellipse fitting curve
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:王里
  1. ell

    1下载:
  2. 先检测出椭圆,然后对椭圆进行椭圆拟合,画椭圆。-First detected in an oval, and then carried out on the elliptical ellipse fitting, painted oval.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:5120
    • 提供者:Mr.zhang
  1. Least-Squares-Ellipse-Fit

    0下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码.附件中的源代码是matlab编写的,实现一种对于椭圆的稳定的数据拟合算法。当然必须要提供至少5个点的数据,椭圆x,y轴的中心点,最大轴最小轴-err
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:37888
    • 提供者:杨霄
  1. ellin3

    0下载:
  2. 该代码提供了一系列的 方法进行直线提取,边界检测,椭圆拟合等-The code provides a series of straight-line method of extraction, boundary detection, ellipse fitting, etc.
  3. 所属分类:图形图象

    • 发布日期:2024-05-05
    • 文件大小:46080
    • 提供者:董小华
  1. 11

    0下载:
  2. 椭圆拟合的误差算法,拟合点到椭圆心的距离减去拟合点对应在椭圆上的点到椭圆心的距离,有效分析椭圆拟合的误差问题,并让其在对话框中显示出来-The error ellipse fitting algorithm, fitting point to the ellipse center distance minus the corresponding fitting point on the ellipse to the ellipse ce
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Tian
  1. 22

    0下载:
  2. 椭圆拟合的算法,简单实用,不用复杂的迭代,很容易看懂!-Ellipse fitting algorithm, is simple and practical and not complicated iteration, it is easy to understand!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:Tian
  1. Elliptic-fitting

    0下载:
  2. 一篇总结了当前大多数椭圆拟合方法的文章,并进行了深度分析,提出了改进的方法,适用于初学者进阶阅读。-1 summarizes the most current methods of ellipse fitting articles and in-depth analysis, put forward an improved method, applicable to advanced beginners to read.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:2920448
    • 提供者:王波
  1. ellipse

    0下载:
  2. opencv 给出一个椭圆拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它-opencv given an example of ellipse fitting, the program first to discover the outline of the image, and then close it with an oval
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:55296
    • 提供者:zhang
  1. matlabfitellipsecode

    0下载:
  2. 对离散数据运用最小二乘法进行椭圆拟合,运行过了觉得还不错就上传了。-Discrete data on the use of least squares method for ellipse fitting, run over a feel good on the uploaded.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:李倩
  1. ellipsefit

    0下载:
  2. MATLAB实现的一种基于最小二乘的椭圆拟合直接算法源代码-Based on MATLAB to achieve a least-squares fitting oval direct algorithm source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:小蔡
  1. fit_ellipse

    0下载:
  2. 目标轮廓的椭圆拟合,matlab编写,精度很高,-Target contour ellipse fitting, matlab prepared, high precision,
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:束鑫
  1. fit_ellipse

    0下载:
  2. 最小二乘法椭圆拟合 fit_ellipse( x,y,axis_handle ) x,y为坐标点 适用于一般方程哦。好用-Least squares ellipse fitting fit_ellipse (x, y, axis_handle) x, y for the coordinates of points applicable to the general equation Oh. Use
  3. 所属分类:matlab例程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:JOHN
  1. 椭圆拟合

    0下载:
  2. 用于拟合图像中的椭圆图形,辨识图像中的椭圆。(It is used to fit the ellipse in the image and identify the ellipse in the image.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-05
    • 文件大小:55296
    • 提供者:小妖儿
  1. 跟踪目标的快速椭圆拟合方法

    0下载:
  2. 跟踪目标的快速椭圆拟合方法的实现,是一篇论文(Fast ellipse fitting method for tracking target.Caj)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:734208
    • 提供者:小太阳哥
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org