搜索资源列表
texthalo
- 你可能会认为生成一个带柔和阴影的特效文字与生成一个带光圈的特效文字是完全不同的,其实他们所用到的技术是完全相同的,只是在设置上有些许变化。 在带柔和阴影的效果中,我用到了GDI+中的一些插值模式来生成模糊的文字轮廓,当位图绘制平面放大时,插值模式决定原来某点像素应该怎样和周围的融合。 低质量的插值只是简单的把一个像素变换成同色色块,高质量插值如高质量双线性插值与高质量双三次插值会考虑像素色的平滑与反走样,我发现高质量双线 性插值模式最好。-you may think that a generat
Three三次样条插值
- 计算机数值分析实验题目 三次样条插值的程序 满足三次样条插值的三弯矩法 编制第一与第二边界条件的程序-Computer Numerical Analysis Experiment topics cubic spline interpolation procedures meet cubic spline interpolation of three Moment preparing for the first and second boundary conditions procedures
InterpolationSmoothIsometry
- 给定n个等距节点的函数值,使用阿克玛方法计算指定子区间的三次插值多项式与指定插值点的函数值-given n equidistant nodes function values calculated using Akima designated subinterval of the three interpolation polynomial interpolation points with a specified value of the function
InterpolationSmoothNotIsometry
- 光滑不等距插值,给定不等距节点的函数值,用阿克马方法计算指定区间上的三次插值多项式与指定插值点的函数值-not equidistant smooth interpolation, not to set equidistant nodes function values calculated using rivers designated interval of three interpolation polynomial interpolation points with a specified
VC实现三次样条的图像缩放
- 改程序实现了图像任意比例缩放。采用了三次样条插值。-It achieves zoom of random scale picture by using thrice sample insert value.
第二种边界条件的三次样条函数插值与微商
- 第二种边界条件的三次样条函数插值与微商-second boundary conditions cubic spline interpolation function and the derivative
第三种边界条件的三次样条函数插值与微商
- 第三种边界条件的三次样条函数插值与微商-third boundary conditions cubic spline interpolation function and the derivative
第一种边界条件的三次样条函数插值与微商
- 第一种边界条件的三次样条函数插值与微商-first boundary conditions cubic spline interpolation function and the derivative
InterFit
- 本程序是有关数学中常用的插值和拟合的问题,其中包括拉格朗日整体,拉格朗日局部,二点三次插值,可调点数插值,复杂多项插值, 一次曲线拟合,二次曲线拟合,三次曲线拟合,四次曲线拟合,五次曲线拟合。-this procedure is commonly used mathematical interpolation and fitting problems, including Lagrange overall, Local Lagrange, 2.3 times interpolation, a
图像旋转(三次)
- 图像旋转(三次样条插值)-image rotation (cubic spline interpolation)
绘制三次参数样条插值曲线
- 采用VB绘制三次参数样条插值曲线,非常好看,方便!-using VB drawing three parameters spline interpolation curve, very good looking, easy!
三次样条插值代码
- 该程序是三次样条插值源文件,可以直接运行。
VC三次样条插值计算对图像插值
- 三次样条插值计算对图像插值具有良好效果,希望大家喜欢,谢谢,Calculation of Cubic Spline Interpolation of Image Interpolation with good results, I hope you like it, I would like to thank
三次样条曲线
- 3种源码,三次样条函数算法C++源代码,用于工程上计算平滑曲线的插值计算.(3 source code, three spline function algorithm C++ source code, for engineering calculation of smooth curve interpolation calculation)
matlab---三次样条插值
- 用于计算三次样条函数的插值,编程计算样条函数,误差较小,光滑性比较好(Three spline interpolation)
三次样条函数插值
- 3次样条插值的c++代码实现,包括原理说明,代码实现等(C++ code implementation of 3 spline interpolation)
双三次插值
- 三次插值是一种更加复杂的插值方式,它能创造出比双线性插值更平滑的图像边缘。双三次插值方法通常运用在一部分图像处理软件、打印机驱动程序和数码相机中,对原图像或原图像的某些区域进行放大。(Cubic interpolation is a more complex interpolation method that creates a smoother image edge than a bilinear interpolation. The double cubic interpolation m
三次样条插值
- 计算方法作业,运用分段插值中的三次样条插值进行数据拟合(Calculation method operation, using cubic spline interpolation in segmented interpolation for data fitting)
feiniao
- 根据已有数据,应用三次差值的方法求飞鸟背部图像。(use three difference value looking for a bird's back image)
三次四阶b样条插值算法(Deboor算法)
- 本代码为三次B样条曲线插值算法,ZIP压缩包为整个工程,可直接使用(This code is cubic B-spline curve interpolation algorithm, ZIP compression package for the whole project, can be used directly.)