Location:
Search - splines cubic
Search list
Description: 三次样条插值算法和拉格朗日插值算法的实现。-cubic spline interpolation algorithm and Lagrange interpolation algorithm implementation.
Platform: |
Size: 1024 |
Author: chenjie |
Hits:
Description: Class for construction of cubic natural and periodic splines. Allows to construct the spline passing through set points. Using Qt4.
Platform: |
Size: 3072 |
Author: denzha |
Hits:
Description: 三次样条插值,来自于数值分析方法一书
C Abstract: interpolate cubic spline profiles to given points.
C cubic splines are piecewise cubic polynomials fitting the data
C with continuous first and second derivatives at interior points
C and second derivatives set to zero at and beyond the end points.-Cubic Spline Interpolation
C Abstract: interpolate cubic spline profiles to given points.
C cubic splines are piecewise cubic polynomials fitting the data
C with continuous first and second derivatives at interior points
C and second derivatives set to zero at and beyond the end points.
Platform: |
Size: 1024 |
Author: mybiandou |
Hits:
Description: This a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.-This is a file describing the interpolation problems dealing with cubic splines.Very useful for drawing such curves.
Platform: |
Size: 56320 |
Author: ivy |
Hits:
Description: Another very useful explanation of what cubic splines are and how we are able to interpolate them
Platform: |
Size: 99328 |
Author: ivy |
Hits:
Description: Cubic Splines for image Interpolation 1978,最早撰写CCD插值的论文。-The earliest written papers CCD interpolation:Cubic Splines for image Interpolation 1978
Platform: |
Size: 841728 |
Author: 李双印 |
Hits:
Description: My Cubic Splines hope u like it
Platform: |
Size: 2048 |
Author: samor |
Hits:
Description: Program data interpolation by cubic splines
Platform: |
Size: 542720 |
Author: Edwin |
Hits:
Description: einspline is a C library for the creation and evaluation of interpolating cubic basis splines (B-splines) in 1, 2, and 3 dimensions. Fortran 77 wrappers are also included.
Platform: |
Size: 820224 |
Author: cbalta |
Hits:
Description: Chapter 5. Curve Fitting
Algorithm 5.1 Least Squares Line
Algorithm 5.2 Least Squares Polynomial
Algorithm 5.3 Non-linear Curve Fitting
Algorithm 5.4 Cubic Splines
Algorithm 5.5 Trigonometric Polynomials-Chapter 5. Curve Fitting
Algorithm 5.1 Least Squares Line
Algorithm 5.2 Least Squares Polynomial
Algorithm 5.3 Non-linear Curve Fitting
Algorithm 5.4 Cubic Splines
Algorithm 5.5 Trigonometric Polynomials
Platform: |
Size: 19456 |
Author: Paola de Oliveira |
Hits:
Description: vb三次样条插值函数,具有高精度的拟合,实现光滑作图-vb cubic spline interpolation function, with high-precision fit to achieve a smooth mapping
Platform: |
Size: 14336 |
Author: 代军 |
Hits:
Description: Natural Cubic 插值,里面有一个经典实例,希望有用-Natural Cubic Splines interpolation, there are a classic example of the hope that useful. . .
Platform: |
Size: 6144 |
Author: 何枫 |
Hits:
Description: Title: Real-time Image Curves (using cubic splines) - just like Photoshop
Description: By request, here s another first of its kind in VB: a fast, accurate, real-time image curves dialog.
Platform: |
Size: 45056 |
Author: vip |
Hits:
Description: ARESLab是一种Matlab / Octave工具箱,能够利用杰罗姆·弗里德曼的多元自适应回归样条函数技术构建分段线性和三次分段回归模型。-ARESLab is a Matlab/Octave toolbox for building piecewise-linear and piecewise-cubic regression models using Jerome Friedman s Multivariate Adaptive Regression Splines technique
Platform: |
Size: 156672 |
Author: 孙晓川 |
Hits:
Description: 型值点反算控制点要解线性方程,画样条曲线,常用三次多项式参数曲线构造,保持一阶或二阶导数连续。-Data points Inverse control point to solving linear equations, draw splines, commonly cubic polynomial parametric curves constructed, maintained a first or second derivative continuous.
Platform: |
Size: 2048 |
Author: 李忠 |
Hits:
Description: 样条是在二十世纪初经常用于图样设计的一种富有弹性的细长条,多个样条互相弯曲链接后沿其边缘画出的曲线就是三次样条曲线,而[a,b]区间上给定n+1个节点的三次样条插值函数一般满足三个条件:1.在每个子区间上,其插值函数都是三次多项式;2.节点上的插值函数值等于其函数值;3.在区间[a,b]上,插值函数的二阶导数连续。-Splines are often used in the early twentieth century elongated strip of a flexible design drawings, a plurality of splines each link its edges bent curve is drawn along the cubic spline curve, and [a, b] given the range of n+ cubic spline interpolation function a node generally meet three conditions: 1 in each sub-section, which is a cubic polynomial interpolation function 2 interpolation function on a node is equal to its function value . 3. In the interval [a, b], the second derivative of the number of continuous interpolation function.
Platform: |
Size: 1024 |
Author: 米容立 |
Hits:
Description: C1 Piecewise Cubic Splines
Platform: |
Size: 1024 |
Author: ken jong |
Hits:
Description: 该程序实现了三次样条函数插值算法,并提供多种边界条件以供选择,包括自然三次样条与给定边界点导数值等。-The program implements a cubic spline function interpolation algorithm, and offers a variety of boundary conditions for selection, including natural cubic splines with a given boundary point derivative values and the like.
Platform: |
Size: 1024 |
Author: 杨北 |
Hits:
Description: In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or nearest-neighbor interpolation. Bicubic interpolation can be accomplished using either Lagrange polynomials, cubic splines, or cubic convolution algorithm.
In image processing, bicubic interpolation is often chosen over bilinear interpolation or nearest neighbor in image resampling, when speed is not an issue. In contrast to bilinear interpolation, which only takes 4 pixels (2×2) into account, bicubic interpolation considers 16 pixels (4×4). Images resampled with bicubic interpolation are smoother and have fewer interpolation artifacts.
Suppose the function values f and the derivatives f_x, f_y and f_{xy} are known at the four corners (0,0), (1,0), (0,1), and (1,1) of the unit square. The interpolated surface can then be written
Platform: |
Size: 11264 |
Author: saadati |
Hits:
Description: 关于数字图像的三次卷积插值,比三次样条,线性插值等更加有效-Cubic convolution interpolationfor digital image processing,it can be shown
that the order of accuracy of the cubic convolution method is between
that of linear interpolation and thaotf cubic splines.
Platform: |
Size: 1168384 |
Author: Cynthia |
Hits: