CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - B样条曲线拟合

搜索资源列表

  1. vb_bezierfit

    0下载:
  2. 这是一个分别用Bezier曲线和B样条曲线进行曲线拟合的例子 程序用VB6.0中文版编写 例子中需要一个窗体和一个按钮(使用默认的名字) 在本例中,黑色的线条是对坐标系上各点的直接连线 黄色的线仅对点间连线进行近似拟合,并不通过每一个点,使用的是B样条曲线 蓝色的线通过除第一个点和最后一个点之外的每一个点,使用的是Bezier曲线-This is a difference with Bezier curves and B-spline curves curve f
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2253
    • 提供者:qiao
  1. zhp20060416

    0下载:
  2. 任意给定点坐标,可以拟合出B样条曲线,用Matlab写的,算法明确。-arbitrary coordinates to the spot, could fit the B-spline curves, using Matlab written in the algorithm clear.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:982
    • 提供者:赵鹏
  1. Bspline.编写拟合非均匀有理B样条曲线的程序

    0下载:
  2. 编写拟合非均匀有理B样条曲线的程序,可以进行数据拟合,Fitting the preparation of non-uniform rational B-spline curve of procedures, data can be fitted
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-23
    • 文件大小:3188
    • 提供者:asd
  1. B_curve

    0下载:
  2. matlab 闭曲线B样条的拟合,算例可直接使用,使用时只需要修改nq文件或者aline文件中的u1即可,也可定义u1后直接run aline-matlab closed B-spline curve fitting, numerical example can be used directly, using only a need to amend the nq documents or document aline can u1, u1 can be defined also directl
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:880
    • 提供者:刘志会
  1. Uniform-Rational-B-spline-fitting

    2下载:
  2. 均匀有理B样条插值拟合,数值计算算法,可用于计算机图形学、曲线曲面拟合等-Uniform Rational B-spline interpolation fitting,numerical algorithm that can be used for computer graphics , curve and surface fitting , etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:907
    • 提供者:johnhanan
  1. b_spline

    0下载:
  2. 三次B样条拟合曲线!硕士期间编用于拟合叶片型线,蛮好用的。-Three order Bspline program.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:2503
    • 提供者:田辉
  1. NUBS-program

    0下载:
  2. 均匀B样条拟合程序 可以拟合B样条曲线 谢谢大家-uniform B spline curve fitting program with MATLAB Development Env
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:773
    • 提供者:冀世军
  1. fastBSpline

    1下载:
  2. fastBSpline - 一个快速,轻量级的类,它实现   任意阶非均匀B样条曲线     Matlab的样条函数都很一般。这种通用性来自于   速度的代价。对于大规模的应用,包括模型   其中,模型的某些组件中的术语定义嵌合   样条曲线,如广义相加模型,更快的解决方案是   可取的。       该fastBSpline类实现一个轻量级的一套B样条   功能,
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:11890
    • 提供者:cao
  1. Bsline

    2下载:
  2. 三次B样条曲线拟合多个离散点,使曲线光滑-three times B-sblish
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1277
    • 提供者:li sheng
  1. 666

    0下载:
  2. 主要用于MFC绘制Bezier曲线,B样条曲线,曲线拟合-MFC is mainly used for drawing Bezier curves, B-spline curves, curve fitting
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4332601
    • 提供者:Rocky
  1. Untitled9

    1下载:
  2. MATLAB实现非均匀B样条曲线拟合,采取图片上曲线的控制点,进行B样条拟合-MATLAB on non uniform B spline curve fitting, taking pictures of the control points on the curve for B spline fitting
  3. 所属分类:matlab

    • 发布日期:2017-12-12
    • 文件大小:1032
    • 提供者:周周饭
  1. Three-B-spline

    0下载:
  2. 三次B样条编程,能够对复杂曲线有很好的拟合效果。-Cubic B-spline programming of complex curves can have a good fitting effect.
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:19659
    • 提供者:周仁
  1. myselfB

    1下载:
  2. 通过四重节点办法算出控制点坐标,根据控制点拟合通过型值点的3次B样条曲线(The coordinate of control points is calculated by four nodes method, and the 3 B spline curve of the control point is fitted through the value point of the type)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:2048
    • 提供者:jinlong0186
  1. 3次B样条曲线拟合

    10下载:
  2. 离散点曲线 进行3次B样条曲线拟合 包括节点参数化过程 基函数计算过程 控制点反求过程 到最后拟合曲线的显示(The discrete point curve is fitted with 3 B spline curves, including the node parameterization process, the basis function calculation process, the control point inversion process, and the final
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:溜溜蘑
  1. 遗传算法处理NURBS曲线逼近(Matlab实现)

    2下载:
  2. 在Matlab平台上采用将模拟退火算法及遗传算法相结合的曲线拟合方法,实现以任意次数、任意顶点数的非均匀有理B样条(NURBS)曲线逼近给定测量点序列(On the Matlab platform, we use the curve fitting method combining simulated annealing algorithm and genetic algorithm to achieve the sequence of a given measurement point wit
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:125952
    • 提供者:beautyjade
  1. 反算NURBS曲线插值控制点并计算NURBS插值曲线

    3下载:
  2. 对于给定的数个离散数据点,使用3次NURBS(非均匀有理B样条曲线)进行插值拟合。该算法程序能够反算出NURBS曲线控制点并绘制经过给定离散点的插值曲线。(For a given number of discrete data points, the 3 NURBS (nonuniform rational B spline curve) is used for interpolation fitting. The algorithm can calculate the control poin
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:mingle113
  1. B-spline

    1下载:
  2. 均匀三次B样条曲线插值,定义插值函数,B样条拟合三维曲面(Interpolation of B spline curves)
  3. 所属分类:matlab例程

    • 发布日期:2018-09-14
    • 文件大小:1024
    • 提供者:花里胡哨
  1. matlabBspline

    1下载:
  2. MATLAB软件对b样条曲线曲面进行拟合(B-spline curve and surface fitting)
  3. 所属分类:matlab例程

    • 发布日期:2019-12-06
    • 文件大小:3072
    • 提供者:a速度a
搜珍网 www.dssz.com