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

搜索资源列表

  1. WMAX

    2下载:
  2. 小波变换 求模极大值 三次B样条小波变换 希望对大家有帮助 -Wavelet transform modulus maxima cubic B-spline wavelet transform and we hope to
  3. 所属分类:Wavelet

    • 发布日期:2017-04-11
    • 文件大小:750
    • 提供者:位韶康
  1. Wt2

    0下载:
  2. 三次B样条小波变换 希望对大家的学习工作有帮助-Cubic B-spline wavelet transform we study and work
  3. 所属分类:Wavelet

    • 发布日期:2017-04-12
    • 文件大小:1101
    • 提供者:位韶康
  1. ZoomInterpolation_Source

    0下载:
  2. 图像缩放,里面有各种插值算法,很全 OpenGL Nearest Interpolation OpenGL Linear Interpolation GLSL Bi-Linear GLSL Bi-Cubic Triangular Bell B Spline CatMull-Rom-Image scaling, there are a variety of interpolation algorithm, it is OpenGL Nearest Interpola
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2112186
    • 提供者:wu
  1. spline3

    0下载:
  2. 自编的三次B样条插值的matlab仿真源代码,希望能与大家多交流学习-a cubic B-spline interpolation matlab simulation source code, hope you guy like it
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1148
    • 提供者:Jason
  1. qxqm6

    0下载:
  2. 实现曲线(三次贝塞尔曲线,三次B样条曲线,三叶梅花线,圆锥\圆柱螺线),曲面(贝塞尔曲面,B样条曲面,环形曲面,旋转曲面)等功能.-Curve (cubic Bezier curve, cubic B-spline curves, clover Plum Line, cone \ cylindrical spirals), surfaces (Bezier, B-spline surfaces, annular curved surface of revolution).
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-05
    • 文件大小:1979443
    • 提供者:tanyu
  1. Hermite

    0下载:
  2. 画图算法--三次Hermite样条曲线算法,用于学习,是算机图形学基础的基础算法。-Drawing algorithm- Cubic Hermite Spline curve algorithm for learning the basic algorithm for computer graphics based.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-08
    • 文件大小:342331
    • 提供者:chensiyuan
  1. Catmull-Clark-

    1下载:
  2. 设P(m,n)是初始控制点列,即原曲面的点(m行n列)。Q(m,n)是一次细分后得到的曲面的控制节点。 此函数采用Catmull-Clark细分曲面算法,对双三次B样条曲面细分,即m=n=4。 利用我们在13章第四节学过的知识,有公式MQM =SMPM S ,其中M,S可由课件知 构造初始控制点列(p1,p2),其中p1是P的行坐标,p2是P的列坐标 -Let P (m, n) is the initial control point of the column, i.e. th
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:8867
    • 提供者:户蕾蕾
  1. treecubic

    0下载:
  2. 学习三次B样条曲线的很好学习资料,希望对大家有帮助-Good learning materials for learning cubic B-spline curve, hope to help you
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-11-11
    • 文件大小:94081
    • 提供者:mircale
  1. Bspline_surf

    0下载:
  2. 1,实现了B样条曲线曲面的求值求导 2,实现了根据已知横坐标位置求曲线参数 3,实现了用3次均匀B样条插值生成曲线曲面-1, calculate evaluation and derivation of B-spline curve and surface。 2,calculate cubic B-spline curve parameter from abscissa position 3, interpolate input data to generate cubic u
  3. 所属分类:Special Effects

    • 发布日期:2017-12-08
    • 文件大小:4909
    • 提供者:chatergwli
  1. cubicbezierlsufit

    0下载:
  2. 三次B样条最小二乘拟合,附文献,Approximation of data using cubic B′ ezier curve least square fi tting,Author: M Khan-Cubic B-spline least squares fitting and literature. Approximation of data using cubic B ezier curve least square fitting, Author: M Khan,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:66551
    • 提供者:liuwz
  1. Bezier-cures

    0下载:
  2. 本文研究了三次bezier曲线与三次B样条曲线的光滑拼接,用matlab可以实现这个过程-This paper studies the three bezier curves and cubic B-spline curves and smooth stitching, this process can be achieved using matlab
  3. 所属分类:Development Research

    • 发布日期:2017-11-10
    • 文件大小:161956
    • 提供者:huihui
  1. Hermite

    0下载:
  2. 用matlab编写的三次Hermite样条曲线,以及其基函数曲线-Prepared using matlab cubic Hermite spline curves, as well as its basic function curve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5253
    • 提供者:李辉
  1. wave read

    2下载:
  2. 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
  3. 所属分类:语音合成与识别

    • 发布日期:2013-10-02
    • 文件大小:1319
    • 提供者:jiamenghan
  1. SplineInterpolation

    0下载:
  2. 多项式拟合和三次b样条曲线拟合源代码,过关键控制点。-Polynomial fitting and cubic b-spline curve fitting source code, hit critical control points.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:37053
    • 提供者:lili
  1. mfcbspilin

    0下载:
  2. mfc 实现绘制3次B样条 效果很好 模块化可以在自己论文中使用-mfc achieved drawing cubic B-spline
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-18
    • 文件大小:4938752
    • 提供者:jinqiong
  1. Bsplinefunction

    0下载:
  2. 利用B样条基函数的递推公式,计算非均匀三次B样条基函数-Calculate the non-uniform cubic B-spline basis function
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:912
    • 提供者:王小京
  1. vanish

    0下载:
  2. 立方B样条小波均值插值实现,适用于一维信号,此外还有消失矩的一些应用实例-Cubic B-spline wavelet interpolation realize average for one-dimensional signal, in addition to a number of vanishing moments Application
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1408
    • 提供者:onmacr
  1. vanish

    0下载:
  2. 立方B样条小波均值插值实现,适用于一维信号,此外还有消失矩的一些应用实例-Cubic B-spline wavelet interpolation realize average for one-dimensional signal, in addition to a number of vanishing moments Application
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:1454
    • 提供者:货单程序
  1. image-zoom

    3下载:
  2. 图像缩放是本人参与过的一个项目。本人利用常用的图像缩放算法(如最近邻插值法,双线性插值算法,三次插值算法,B-样条插值等)对图像进行缩放并分析各个算法的优缺点(本文有相应的算法源程序代码)。最后在对算法进行改进。-Image scaling is a project I worked on. I use common image scaling algorithms (such as nearest neighbor interpolation, bilinear interpolation a
  3. 所属分类:Special Effects

    • 发布日期:2015-05-12
    • 文件大小:1465344
    • 提供者:小陈
  1. B-SPACE

    0下载:
  2. 准均匀B样条曲面\非均匀三次B样条Riesenfeld方法源程序代码-Quasi-uniform B-spline surfaces \ non-uniform cubic B-spline Riesenfeld method source code
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:3543
    • 提供者:张云
« 1 2 ... 26 27 28 29 30 3132 »
搜珍网 www.dssz.com