搜索资源列表
GPSGCNH
- 拟合曲面,先输入已知数据,拟合出系数,再带入未知点的X,Y坐标进行计算!-fitting surface, known to input data, fitting out factor, again into the unknown point of the X, Y coordinates calculated!
qumianfit
- 根据输入点拟合曲面 结合opengl对曲面进行拟合
2090090908
- 最小二乘法拟合曲面的程序,个人认为很好用了,希望大家喜欢
RPIM_sh96close2d.rar
- 用无网格径向基点插值法,由少数离散点信息,插值拟合出密集点信息,对简单及复杂曲面都可,准确率高,meshless radial basis point interpolation method, fits the simple and complex surface, acurate
nurbs
- nurbs曲面拟合,采用nurbs算法,对随机生成点阵进行曲面拟合-nurbs surface fitting using nurbs algorithm, on randomly generated lattice for surface fitting
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
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
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
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
MATALAB1
- MATLAB三维曲线拟合,说明各种情况,分析时可以参考-MATLAB 3D magic fit
Graph
- 图形学完整课件,包括光栅图形学,图形裁剪,基本几何,二维几何,图形变换,三维几何,几何造型,光照模型,曲线与曲面,曲线拟合与双圆弧逼近,交互技术等。-Graphics complete courseware, including raster graphics, graphic cut, basic geometry, two-dimensional geometry, graph transformation, three-dimensional geometry, geometric mod
Bspline_Face
- 基于mfc的实现B样条曲面拟合算法,使用OpenGL显示-Mfc-based implementation B-spline surface fitting algorithm using the OpenGL display
fit
- 曲面拟合的程序,网上很多地方有,但是都是错的,我改正后上传了-Surface fitting procedure, there are many places online, but it is wrong, I uploaded the corrected
NURBS
- 非均匀有理B样条(NURBS)曲线曲面造型的主要算法函数源码-Non-uniform rational B-spline (NURBS) curve and surface modeling functions of the main algorithm source code
Pol_fit
- 拟合三维曲面,将输入数据绘制成三维图,并导出数据,并导出Map。(Fitting the 3D surface, drawing the input data into the three-dimensional graph, and exporting the data, and exporting the Map.)
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实现,有仿真结果