搜索资源列表
matlab曲面拟合程序
- matlab曲面拟合程序,可以得到函数具体解析式,matlab surface fitting procedure, can be a specific analytical function
suface.rar
- 最小二乘曲面拟合源代码 用处很广泛哦,可以修改后进一步应用哦,反正是个很有用的资源,Least-squares surface fitting the source code is very useful to a wide range Oh, you can further application of the revised Well, anyway, is a very useful resource
polyfit2d.rar
- 根据已知的三维离散数据(x,y,z),在MATLAB中利用此函数进行三维曲面拟合,再根据polyval2d得出拟合函数的系数矩阵。,according to 3D discrete datum (x,y,z),use this function in MATLAB to fit 3D surface, and use polyval2d to get coefficient matrix
nurbs
- nurbs曲面拟合,采用nurbs算法,对随机生成点阵进行曲面拟合-nurbs surface fitting using nurbs algorithm, on randomly generated lattice for surface fitting
matlab_program
- Matlab曲面拟合程序,利用最小二乘法来求得近似值,非常不错的东西-matlab program for fit curve
matlabcurvefittingandcode
- 详细介绍了matlab下的曲线和曲面拟合,并有一份word的原理说明,介绍的很详细,可供参考和实际运用-Described in detail under the matlab curve and surface fitting, and a word there is the principle that the very detailed introduction is available for reference and practical use of
tiaoyangqumianniheMatlab
- 条样曲面拟合,并得到图像 引自cnki-Sample surface fitting, and images from CNKI
zuixiaoercheng
- 最小二乘法,可以实现虚拟现实曲面的的拟合,在测绘和地形分析中应用广泛-zuixiaoercheng
image_process_code
- 主要是一些图像处理的源码,包括高斯图像生成,目标的标记和提取,高斯曲面拟合和一个高通滤波器-Mainly deal with the source image, including Gaussian image generation, the goal marking and extraction, surface fitting, and a Gaussian high-pass filter
sfit
- 模拟拟合bezier曲面的程序,在预订bezier曲面上随机取数据点,进行拟合。-Simulation bezier surface fitting procedure, in the book from Random bezier surface data points for fitting.
harris
- 根据网上的资料自己做的harris角点检测实验,参考程序文件夹中是网上搜集到得程序,参考资料中是4篇我觉得还不错的论文。还有自己拍摄的7幅供测试用的图片。whole.m为主程序,直接运行即可。程序的主要功能是球出了途中角点的坐标并且利用曲面拟合的方法求出了其亚像素坐标。程序中的关键地方均有注释。对研究harris角点检测的朋友很有帮助。-According to online information on their own do harris corner detection experime
eegplot
- 散乱密集点的曲面拟合,在国外matlab论坛上下载的,看了一下,写的有点繁琐,还是比较不错的-Scattered dense surface point Fitting in foreign matlab forum, download, read about, write a bit cumbersome, it is quite good
gridfit
- 该函数用于二维曲面拟合,能拟合出f=(x,y)的函数图形。-Gridfit is a surface modeling tool, fitting a surface of the form z(x,y) to scattered (or regular) data. As it is not an interpolant, it allows the existence of replicates in your data with no problems.
qumiannihe
- 传统分割方法,在光照不均匀情况下,很难得到理想的分割结果。针对这种情况,提出一种基于曲面拟合的阈值曲面分割方法。-Traditional segmentation methods, in light uneven circumstances, difficult to get good segmentation results. In view of this situation, propose a threshold based on surface fitting surface segm
bicubicHermiteBsplinecode
- 双三次B样条曲面的拟合程序,有助于进一步了解B样条曲线-Bicubic B-spline surface fitting process, help to further understanding of B-spline curve
qumiannihe
- 用c# 实现的曲面拟合的程序 , 给处有限点数,绘出完整图形 -With the c# implementation of the surface fitting procedure
gridfitdir
- 曲面拟合程序,拟合效果比较好,拟合速度比较快。(The surface fitting program, the fitting effect is better, the speed of fitting is faster.)
最小二乘曲面拟合
- 基于最小二乘的曲面拟合算法,该算法考虑了法方程的病态性,利用雅各比迭代法有效求解方程。(Based on the least squares surface fitting algorithm, the algorithm takes into account the ill conditioning of the normal equation, and uses Jacoby iterative method to solve the equation effectively.)
第6讲 用MATLAB进行数据拟合
- 数据拟合,入门 数据拟合是一个数学函数,在MATLAB的NAG Foundation Toolbox中也有一些曲面拟合函数,如e02daf是最小二乘平方曲面拟合函数,e02def可求出曲面拟合的函数值(Data fitting is a mathematical function, in MATLAB NAG Foundation Toolbox, there are also some surface fitting functions, such as e02daf is the leas
基于移动最小二乘法的曲线曲面拟合
- 基于移动最小二乘法的曲线曲面拟合,MATLAB代码编辑流程(MATLAB Code Editing Process Based on Moving Least Square Method for Curve and Surface Fitting)