搜索资源列表
pei_cel.matlab.m
- Matlab源程序代码,用于拟合超二次曲线,曲面的代码,呵呵,与大家一起分享受-Matlab source code for the quadratic curve-fitting, surface code Oh, and that they have enjoyed.
PSOt.matlab.m
- Matlab源程序代码,著名的PSO程式代码,用于拟合超二次曲线,曲面的代码,适用于粒子系统。呵呵,与大家一起分享受-Matlab source code, the famous PSO program code for the quadratic curve-fitting, Surface code applicable to the particle system. Oh, and that they have enjoyed.
LSsurfacefitC
- 最小二乘法曲面拟合,包括C程序及说明文件。对于搞三维重建的有一定帮助
segmentation
- 基于多尺度双变量多项式曲面拟合方程的图像表面分割算法的C++源码实现
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
curve_fitting
- 针对于三维物体的曲线信息,对曲线进行5*5拟合,能够直接得到曲面的参数方程-For the curve in three-dimensional object information, the 5* 5 curve fitting, be able to direct surface parameter equation
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
bg_comp
- B样条曲面方法,通过b样条曲面的拟合得到图像的背景,减去背景图像就能得到重要内容的图像,除去了背景对图像内容的干扰,也可解决光照不均的问题-algorithms for cytoplasm segmentation of fluorescence labelled cells
opennurbs
- 很全的Nurbs算法用作曲线曲面拟合光顺,包含nurbs开发应用的各个方面。-very useful algrithom of NURBS for many kinds of application
BSPLINE
- 基于B样条的平面轮廓重构闭合曲面算法,应用了分段曲线拟合,效果不错-Based on B-spline closed surface plane contour reconstruction algorithms, the application of segmented curve fitting, good results
matlab-DEM
- 二次曲面移动拟合方法生成DEM的matlab的M文件-Quadratic surface fitting method to generate the DEM mobile matlab M-file
MPUTEST2
- 首先,对输入的点云模型进行八叉树分解。然后,用局部函数对八叉树节点包围球进行拟合。最后,利用加权函数构建全局隐函数,表达整个点云模型代表的曲面。 -First of all, the point cloud model to the input of the octree decomposition. Then, by fitting the octree node bounding sphere with local function. Finally, a global implicit
LeastSquaresfaceFitting
- 基于visual c++,可实现图像的曲面拟合, 使用最小二乘方法来拟合曲面方程,得到拟合图像。-Based on visual c++, can realize the image surface fitting, using a least squares method to fit the curve equation, fitting the image.
gaosi_success
- 高斯曲面拟合求解光斑中心(拟合高斯曲面找到弥散斑中心)-Gauss surface fitting for solving the spot center (fitting Gauss surface to find the dispersion Center)
rrqr8
- 这是利用matlab编写的一个拟合曲面的工具箱!,可以很方便的拟合空间曲面了,(This is the use of matlab a curved surface fitting toolbox!)
matlab绘制B样条曲面代码
- B样条拟合的4种方法介绍。MATLAB运行,十分简单。效率高。(Introduction of 4 methods of B spline fitting)
BPimage
- 本程序是自己初步设计的BP拟合图像曲面的训练程序,还有诸多不完善之处,请批评指正(This procedure is their own preliminary design of the BP fitting image surface training procedures, there are many imperfections, please criticism correct)
85375563DSCM_v1.0
- 曲面拟合法是一种高精度、计算量小、抗噪性能强的方法,当前已被广泛地应用于 各种场景。比如岩石材料的变形测量、电子器件变形的测量、基于掌纹图像相关匹 配的重复定位技术等。曲面拟合法能够成功计算出亚像素位移的前提是整像素搜索阶 段可以正确搜索出模板的整像素匹配点,一旦整像素匹配点搜索出现错误,那么亚像素 测量阶段所得到的位移距离就会失去意义。 使用不同的拟合函数对相关系数矩阵进行曲面拟合,会对结果产生一定的影响,比 较常用的拟合函数有二次函数、三次函数、高斯函数等。(Surface fi
matlab最小二乘法曲面拟合
- matlab最小二乘法曲面拟合程序可以得到函数具体解析式(Matlab least squares surface fitting program can get the specific analytic expression of the function)
最小二乘曲面拟合详细文档及代码
- 最小二乘曲面拟合详细文档及代码,matlab实现,有仿真结果