-
bmycrust作为输入的三维散乱点云并返回一个紧流形,T
BMyCrust take as input a 3D scatter points cloud and return a tight, manifold, triangulation.
Remember that crust algorithm needs a cloud representing a volume, so open surface may give inaccurate results. For example : a plane can not be triangulated, half-sphere is in doubt, a sphere with a small hole shoud be good.
The more points are given the best the surface will be fitted, of course in this case you would have to wait more and in the worst case a memory help error may occurs. The best results are obtained with more points in high curvature feature.
The old version did not ensure the output surface to be a manifold so it could be used only for graphical purpose. In the new one a tight, regular manifold is returned. It as outward normals orientation, after using this algorithm is very easy to get an STL file from a point cloud.
I added a manifold extraction tool that also correct the errors (slivers) generated by delaunayn during the initial tessellation.-BMyCr
- 2022-03-12 15:17:47下载
- 积分:1
-
C#学生成绩管理系统ACCESS数据库
C#学生成绩管理系统,适合初学者参考
- 2022-11-15 06:25:03下载
- 积分:1
-
TCP 服务器
C# 初学者有关网络和协议的小知识。线程的一些知识是必需的。微软发展的环境被需要 (Visual Studio 2010)。
简要说明
通过这篇文章我要展示的读者与 TCP/IP Server 通过 Windows 服务启动时,可以停止时 Windows 服务已停止。此 TCP/IP 服务器侦听客户端的连接请求。从客户端请求时,服务器的工作是文件的阅读由客户端发送的数据并将它存储在一个文件 (也由客户端指定的名称)。在这个项目中你可以使用它为使迷你聊天程序和简单的 GUI
- 2022-08-02 23:05:10下载
- 积分:1
-
代码是一个使用dbgrid控件的vc源代码.非常具有参考意义.
代码是一个使用dbgrid控件的vc源代码.非常具有参考意义.-Code is to use a dbgrid control vc source code. Is a reference value.
- 2022-03-09 23:05:22下载
- 积分:1
-
一个修改了拖动位置显示Bug的MFC CSliderCtrl类,并添加了背景修改显示功能...
一个修改了拖动位置显示Bug的MFC CSliderCtrl类,并添加了背景修改显示功能-a revised Drive location Bug MFC CSliderCtrl categories, and add a background display changes
- 2022-08-21 16:14:50下载
- 积分:1
-
JAVA制作的图片浏览器
JAVA制作的图片浏览器,具有打开菜单。界面简洁大方是一个思路型代码,欢迎下载学习交流。
- 2023-07-20 23:40:04下载
- 积分:1
-
一个自绘按钮的实现例子
一个自绘按钮的实现例子-painted a button from the realization example
- 2022-08-02 23:57:07下载
- 积分:1
-
let your windows can be broadcast into the source stuff
让你的windows可以播入falsh的源码-let your windows can be broadcast into the source stuff
- 2022-08-16 15:15:45下载
- 积分:1
-
登录注册界面及连接数据库代码
简单的登录注册界面及socket连接数据库部分,用户,密码,登陆,注册,重置,以及IP地址。适合初学者。
- 2022-08-05 11:51:02下载
- 积分:1
-
简易计算器
应用背景编译原理课程作业,完成了一个简单的计算器,应用C#编程语言,可实现基础的加减乘除运算,简单实用,可以进行改进,学习交流。关键技术应用了C#语言,应用到运算表达式的先后顺序准则,栈的使用,得到了很好的实现,C#语言比较容易上手,对于这种基础的小程序,便于实现。
- 2023-03-13 14:00:03下载
- 积分:1