搜索资源列表
CUBIC_B-SPLINE
- 三次B样条插值曲面及其实现::目前在CAM/CAM的自由曲面构造方法中,较流行的有B样条曲面,Bezier曲面、Ball曲面等方法,但由这几种方法和成都是拟合曲面,而百插值曲面,常常不能满足一些工程实际中严格插值的要求,本文构造了一种自由插值曲面生成方法-B样条母线法,所生成曲面达到C^2级光滑,适用机械,模具、汽车、造船等制造加工行业的复杂曲面设计。
一种离散化的最小曲率曲面插值方法
- 提出一种离散化的最小曲率曲面插值方法。它通过应用有限元方法得到对实际曲面曲 率的真实估计, 并进而讨论了对地层曲面插值中的断层边界的处理方法。
RPIM_sh96close2d.rar
- 用无网格径向基点插值法,由少数离散点信息,插值拟合出密集点信息,对简单及复杂曲面都可,准确率高,meshless radial basis point interpolation method, fits the simple and complex surface, acurate
bpspline
- MATLAB写的二维和三维曲面插值的一些程序,供大家参考学习-Written in MATLAB two-dimensional and three-dimensional surface interpolating a number of procedures, for your information to learn
spline 三次样条差值函数
- 三次样条差值函数,用于插值、曲线,曲面拟合,数据拟合
利用OpenGL实现三维地形
- 此资料介绍的是:利用OpenGL实现三维地形可 视化,采用Delaunay三角化法得到地形采样点,并用已知数据对三角曲面进行插值加密,生成规则格网(GRID)数据结构的方法,可得到高度真实感的三维地形可视化效果。 -The data presented are: the use of OpenGL for three-dimensional terrain visualization, using Delaunay triangulation method to be terrain
Fractal-interpolation-surfaces
- 分形插值曲面的MATLAB 程序, 对程序中的主要变量进行了说明, 并应用实际数据进行了分形插值曲面的实例研究-Fractal interpolation surfaces of MATLAB program, to the procedure in the main variables were explained, and application of real data fractal interpolation surfaces of the case study
Fractal-surface-interpolation
- 计算模拟三维空间分形插值曲面,matlab-Simulated three-dimensional fractal interpolation surface, matlab
Graphics4
- 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
fenglong07323206
- 一个菜单界面,分别用菜单命令来绘制原数据曲面图,线性插值,最近点插值,3次多项式插值,3次样条插值后的图形,每次插值都可以在同一图形界面下比较插值前后图形。-A menu interface, respectively, using the menu command to map the original data surface map, linear interpolation, nearest point interpolation, polynomial interpolation 3
TreeSpline
- 三次样条插值,B曲线等都是根据已知样点,用不同方法拟和曲线、曲面。-Cubic spline interpolation, B curves are the basis of known samples, using different methods of curve fitting, surface.
Coons
- 利用图像原像素,构造coon曲面,实现图像的放大,实验结果比双三次插值要好-image processing
cs559-25
- 解说B样条插值的使用,有曲线和曲面,在国外网站上下载的,很好-Explain the use of B-spline interpolation, there are curves and surfaces, in foreign Web site to download, very good
shuzhifenxi
- 主要涉及以下知识点:分片二次插值、非线性方程组的解法、线性方程组的解法、曲面拟合、最小二乘拟合、矩阵的求逆、计算向量的无穷范数等。-Knowledge involves the following points: piecewise quadratic interpolation, solution of nonlinear equations, solution of linear equations, surface fitting, least squares fitting, matri
nurbssurface
- 实现NURBS曲面插值的程序包,开发语言类型C-with the action of interpolating NURBS surface
grid
- 在Visual Studio 环境下,用C#作为开发语言,opengl作为显示工具。采用三次样条作为插值方法,绘制有限个点构成的光滑曲面。-In Visual Studio environment, using C# as development language, opengl as the display tool. Using cubic spline as the interpolation method, a finite number of dots to draw a smooth
分块统计
- 将电镜扫描图片分块化后统计各分块孔隙密度,获得扫描区域内孔隙率分布矩阵,将矩阵进行三维样条曲面插值,绘制相应的等高线,并保存为图片。(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
分形插值曲面的MATLAB程序_孙洪泉
- 给出了矩形域上分形插值数学模型, 分形插值曲面的 MATLAB 程序 对程序中的主要变量进行了说明, 并应用实际数据进行了分形插值曲面的实例研究(The mathematical model of fractal interpolation on the rectangular domain and the MATLAB program of fractal interpolation surface are given. The main variables in th
程序
- 分形曲面在自然界是大量存在的, 如山脉、地形、岩石、云团、材料断口的粗糙表面等, 都是分形曲面的 实例[1~3] 。近年来, 很多文献介绍了分形曲面的研究方法——随机生成法和分形曲面的插值。在实际工作中, 往往已知分形曲面上的部分信息( 例如, 材料断口的某条迹线、断面上的某些特征) , 需要通过这些部分信息 和特征, 拟合出分形曲面的整体形态, 从而对分形体的整体进行研究[4, 5] 。这就需要用到分形插值曲面的理论 和方法(Fractal surfaces are abundan
B-spline
- 均匀三次B样条曲线插值,定义插值函数,B样条拟合三维曲面(Interpolation of B spline curves)