搜索资源列表
3ciyangtiao
- 三次样条插值的C语言算法,但是总是数据溢出-cubic spline interpolation algorithm in C language, but always data overflow
sanciyangtiaochazhi
- 三次样条插值C源程序,解决数值计算中的一些难点问题-Cubic spline interpolation C source code to address some of the numerical calculation of difficult problems
Cublic-spline-interpulation
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-Cubic spline interpolation
Three_Times_spline_Interpolation
- 自己写的一个三次样条插值以及函数绘图,支持第一种和第二种边界条件,随机生成坐标点数,以及指定插值点数-To write a cubic spline interpolation and function mapping, support for the first and second boundary conditions, randomly generated coordinate points, and to specify the interpolation points
cSharpmatlabtaskcal
- 使用了编程语言:C#,编程工具:Visual Studio 2010实现了对数值计算中Steffensen,Muller(抛物线)非线性方程数值求解;Gauss线性方程组求解;Lagrange,Newton,三次样条插值法数值逼近的winform 软件开发,取代了Matlab方法,便于方法的应用和推广。-Use a programming language: C#, programming tools: Visual Studio 2010 realization of the numerica
PictureDo
- 包括最近邻插值,双线性插值,双三次插值的图像缩放、旋转及其误差分析。-Including the nearest neighbor interpolation, bilinear interpolation, bicubic interpolation image scaling, rotation and error analysis.
ConsoleApplication1
- C#写的两个简单的小程序,分别用牛顿插值法和三次样条插值法来进行插值。-A program written by C#. It uses Newton Interpolation Method and Spline Interpolation Method
image-transform
- 本算法采用C#进行界面编程,实现图像的放大缩小和旋转,可自选放大缩小倍数和旋转角度,也可以自行选择插值方式:最近邻插值、双线性插值和双三次插值-The algorithm uses C# for interface programming, image zooming and rotation can be optional zoom factor and the rotation angle can also choose their own interpolation method: nea
GeometricTransform
- 不仅运用C#具有内置的方法来实现图像的几何变换:旋转,缩放,错切和平移,而且还运用仿射变换算法来实现上述的几何变换。最后,运用双线性插值和三次卷积插值算法实现图像的插值运算-Not only the use of C# has a built-in method to achieve an image of geometric transformations: rotation, scaling, shearing and translation, but also the use of the
zoom
- 图像处理 旋转、缩放、平移 仿射变换 双线性插值 三次卷积-Image processing, rotate, zoom, pan, affine transformation, bilinear interpolation, cubic convolution