一个原创的一个 Matlab gui 绘制三维曲面图小程序,很实用,也非常基础,包括一个按钮,一个图表,一个程序输入框组成。
2019-12-21 20:28:50 5KB matlab gui 绘图
1
里面的网址现在找不到了,但是资源又删不了,请大家不要下载了。 一个日本人的3D曲面逼近相关的科研成果,包括原始数据、代码及其发表的文章。内有详细列表及网址链接,有兴趣的可以下载看看。附其中一篇文章的题目及摘要: Sparse Low-degree Implicit Surfaces with Applications to High Quality Rendering, Feature Extraction, and Smoothing Abstract We propose a new surface representation delivering an accurate approximation to a set of points scattered over a smooth surface by Sparse Low-degree IMplicits (SLIM). The SLIM surface representation consists of a sparse multi-scale set of nonconforming surface primitives which are blended along view rays during the rendering phase. This new representation leads to an interactive real-time visualization of large-size models and delivers a better rendering quality than standard splatting techniques based on linear primitives. Further, SLIM allows us to achieve a fast and accurate estimation of surface curvature and curvature derivatives and, therefore, is very suitable for many non-photorealistic rendering tasks. Applications to ray-tracing and surface smoothing are also considered.
2019-12-21 20:23:50 437KB 三角网格 可视化反射线 谷脊线 VS
1
本程序为摄影测量学中使用,利用移动曲面拟合法进行DEM即数字高程模型的内插处理,适合于测绘及GIS专业学习或者计算使用,在计算误差要求不大的前提下可以使用本程序进行简单计算。也可在Arcgis的扩展中加成本程序。
2019-12-21 20:21:19 319KB C# DEM内插 曲面拟合 数字高程模型
1
matlab绘制B样条曲面的代码,包括均匀、准均匀、分段Bezier以及非均匀四种类型。main.m是入口函数,输入控制网格的顶点坐标,曲面的类型以及次数。
2019-12-21 20:20:56 4KB B样条曲面 matlab
1
双三次B样条曲面算法 计算机图形学 孔令德 案例源码 MFC
1
matlab最小二乘法曲面拟合程序,可以得到函数具体解析式
2019-12-21 20:14:40 23KB 曲面拟合 最小二乘法
1
估计某个点的法向量,可以类似于点云的曲面法向量估计,将该点附近K近邻的点近似在一个局部平面上,之后就通过最小二乘法拟合该平面方程.本代码是基于PCL库,往库中添加新的法向量估计。
2019-12-21 20:12:10 4KB PCL 法向量估计
1
ug曲面建模方面的资料
2019-12-21 20:11:15 24.49MB ug 曲面 3d
1
基于MATLAB的NURBS曲面造型研究
2019-12-21 20:10:26 219KB NURBS曲面
1
代码是基于MATLAB的移动最小二乘法MLS的曲面拟合。代码是从mathworks上下载的MLS2D,经过自己的分析改进,有较大的提速,在i5 3450机上一幅98*144的图片以10等步长采样拟合只需要3s。代码仅供学习参考,我的博客有相关说明:https://blog.csdn.net/liumangmao1314/article/details/89421806
1