搜索资源列表
径向基函数插值可视化
- 用OPENGL的简化版本glut 3.7 开发的径向基函数插值可视化三维图面旋转。用到了鼠标球追踪技术,径向基函数插值 压缩包下,data.txt为三维图形高度的值,ThreaD.cpp是源程序。Debug里面有在配置glut32.dll后可以运行的程序。其中glut-3.7.6.bin是glut包。如何配置请看里面的说明。如果,你对opengl有兴趣,那么这个是学习opngl的基础
cubic.rar
- 在平面内进行三次样条插值,生成网格形式的二维矩阵数据。,In-plane cubic spline interpolation to generate a form of two-dimensional grid data matrix.
bpspline
- MATLAB写的二维和三维曲面插值的一些程序,供大家参考学习-Written in MATLAB two-dimensional and three-dimensional surface interpolating a number of procedures, for your information to learn
利用OpenGL实现三维地形
- 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
何斌——BP改进算法
- BP神经网路的改进算法 delphi实现,帮帮忙,怎么大家都做过了呢?-BP neural network to achieve improved algorithm delphi, help out how we all done?
optimal-esign
- C语言实现机械优化设计,六种一维方法。黄金分割法、平分法、三点二次插值法、三点三次插值法、割线法、抛物线法。-C-mechanical optimization design, the six one-dimensional approach. Golden section method, split method, 3.2 times interpolation method, 3.3 times interpolation method, secant method, the parabol
chazhi
- 一维插值、二维插值,三维插值也有,但是结果没有显示,各位帮我诊断一下-One-dimensional interpolation, two-dimensional interpolation, three-dimensional interpolation also has, but the results did not show, you help me diagnose what
jingxiangjihanshuchazhi
- 用glut做的鼠标球追踪三维旋转。包含可执行的exe。单是需要安装glut包.其中三维图形插值,基于径向基函数插值来做的。-Programming wiht glut and rotate 3d data.
kridge-c
- 克雷格插值能三维绘图,能更准确的画出三维图像-3D plot with interpolation
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
MLS_3D
- 移动最小二乘三维插值,很好的东西哦,希望对大家有帮助-Moving Least Squares 3D interpolation, good stuff, oh
chazhi
- 简单明了得对离散点们进行三维插值,曲面平滑,图形形象。-Simple discrete points are obtained for three-dimensional interpolation, surface smoothness, graphic image.
kriging_f77
- 克里金二维、三维插值。是斯坦福油气预测中心C.V. Deutsch写的。本网站上也有些人上传了代码,但是往往都不全,我从本网站下下来后没有一个可以正常使用;这个是我从作者原始网页上下载的程序,并将编译语句写成SHELL语句。我上传的这个程序,确保可以编译、运行、出结果。首先运行文件夹中的Compile编译然后运行exe执行。-Kerry Jiner Wei, three-dimensional interpolation. Stanford hydrocarbon prediction cent
Interpolation-algorithm
- 本程序提供了一维、二维、三维插值算法的MATLAB源代码-This program provides a one-dimensional, two-dimensional, three-dimensional interpolation algorithm MATLAB source code
matlab-chazhi
- matlab 中实现一维 二维 三维插值-matlab to achieve a three-dimensional two-dimensional interpolation
分块统计
- 将电镜扫描图片分块化后统计各分块孔隙密度,获得扫描区域内孔隙率分布矩阵,将矩阵进行三维样条曲面插值,绘制相应的等高线,并保存为图片。(After the electron microscope scanning image is divided into blocks, the pore density of each block is calculated, and the porosity distribution matrix in the scanning area is obtaine
eemcut
- 通过matlab自动去除三维荧光光谱中的拉曼和瑞利散射,并通过插值算法补齐缺失的光谱(remove Raman scattering from the three-dimensional fluorescence spectrum)
插值程序新
- 飞行力学里编写弹道时所用到的插值程序,包括一维插值,二维插值和三维插值。(In flight mechanics, the interpolation procedures used in compiling the trajectory include one-dimensional interpolation, two-dimensional interpolation and three-dimensional interpolation.)
Matlab各种插值法.part6
- Matlab的 各种插值法..代码,Lagrange插值..Newton插值... Hermite插值... 分段低次插值... 三次样条插值 二维插值...(Various interpolation methods of MATLAB.)