搜索资源列表
分形插值
- 应用VB实现曲线的分形插值,方法采用IFS迭代函数系-VB application of fractal curve interpolation method used IFS IFS system
B-SPLINE
- 二次或三次B样条函数插值函数vc++实现
径向基函数插值可视化
- 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
matlab-GUI.rar
- 数值分析程序matlab-GUI----第一型三次样条插值函数(包括M文件和GUI),Numerical analysis matlab-GUI---- the first type of cubic spline interpolation function (including M documentation and GUI)
1
- C语言版本三次样条插值,介绍了三次样条插值函数如何计算的代码,可以在TC上直接运行-C language version of cubic spline interpolation, cubic spline interpolation described how to calculate the function of the code, you can run directly on TC
rorote
- 自定义函数,图像按任意角度旋转,一维线性插值和二维线性插值-Custom function, image rotation by any angle, one-dimensional linear interpolation and two-dimensional linear interpolation
Implit_Function_And_Marching_Cube
- 实现了3D模型变形(morphing)的隐函数插值算法。并有Matching Cube算法网格化模型。这个程序花了我不少时间编写。-Achieved a 3D model of the deformation (morphing) of the implicit function interpolation algorithm. And Matching Cube Mesh count model. This process gave me a lot of time to prepare.
Spline3
- 离散点三次样条函数插值,各种边界条件:抛物、夹持、自由等-Discrete points of cubic spline function interpolation, a variety of boundary conditions: parabolic, gripping, freedom, etc.
image_resize_shrink
- Win32 框架下的双线性插值放大缩小算法的实现,里面还包含一个高效缩小算法函数。-Within the framework of the Win32 Zoom bilinear interpolation algorithm, which also includes an efficient algorithm to reduce function.
freeimage
- C语言的体系,大量使用指针运算速度可以保证,内含先进的多种插值算法。 另外独有的支持meta exif信息的读取。该库最大的特点就是比较简练,只把重点放在对各种格式图像的读取写入支持上,没有显示部分,实际编程的时候还是需要调用API函数进行显示。 -FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like
bicubic
- 该函数实现了数字图像处理中的双三次线性插值函数-the function implement the bicubic interpolation in digital processing
Interpolation
- 利用低通滤波器对图像进行插值放大:按放大的倍数对原图像进行插零,插零后的图片与低通滤波函数进行卷积,原先插入的零的位置自动替换为适当的插值,如此图像就已经插值放大了,图像质量还不错。-Double the number of pixels of each row and column by adding a zero value pixel between each pixel of the image.Then operate with two kinds of low-pass filter
jingxiangjihanshuchazhi
- 用glut做的鼠标球追踪三维旋转。包含可执行的exe。单是需要安装glut包.其中三维图形插值,基于径向基函数插值来做的。-Programming wiht glut and rotate 3d data.
Interpolation
- /************************************************************************* * 函数名称: * Interpolation() * 参数: * LPSTR lpDIBBits - 指向源DIB图像指针 * LONG lWidth - 源图像宽度(象素数) * LONG lHeight - 源图像高度(象素数) * FLOAT x - 插值元素的x坐标 * FLOAT y
dimensional-smoothed-deformation
- 数字图象变形是图象处理领域中的一个热点, 具有较大的实用价值. 通过对基于特征变形算法的分析, 在三 维体素数据模型上, 提出了一种基于特征的散乱点三维变形算法. 在算法中首先采用移动平滑插值函数实现对变形 扭曲的拟合, 其次采用融合等方法提高变形的精度和效果, 最后通过试验表明该算法是可行的. 该算法不但可以实现三维变形, 而且可以用于对二维影像的处理.-Image processing digital image deformation is a hot area, with gr
interp
- interp1.m、interp2.m和interp3.m分别为一维、二维和三维的插值函数-interp1.m, interp2.m and interp3.m are one-dimensional, two-dimensional and three-dimensional interpolation function
Surface-interpolation
- 利用径向基函数,把给定的二维散乱数据插值成一个二维曲面-The radial basis function, the given two-dimensional scattered data interpolation into a two-dimensional surface
20102481matlab
- 三次样条的函数插值,反应插值函数和插入值。-Three spline interpolation function, reaction and insert the interpolation function value.
viewmorphing
- 计算机动画中的morphing的隐函数插值处理算法。计算机图形学中也有应用,用到了OPENGL-Computer animation morphing implicit function interpolation processing algorithms. Recommended Recommended
三次样条插值试验品_by婞
- 能够实现双三次样条插值,是图像处理中的常用函数。(Bicubic Spline Interpolation)