搜索资源列表
3dmesh
- 这是一个非常不错的三维模型示例,其中包含了许多有用的技术,比如多边形网格模型的面切割,减面算法在IDL中的应用等等。全部源码,请找到程序中filename变量更改文件绝对路径,才可以读取到数据。强力推荐。
Surface
- 使用OpenGL对三维模型进行切割,显示出切割面,鼠标双击模型上的某个地方,确定一个点,连续三次,确定三个点,从而确定一个平面,此平面会将模型切割,显示出切割面
planeWidgetCut
- 用VC和VTK实现,对于三维重建后头颅模型进行虚拟切割,三维重建采用体绘制技术,程序实现了任意的平面切割-VTK with VC and the realization of three-dimensional reconstruction of the skull model after virtual cutting, three-dimensional reconstruction using volume rendering techniques, and procedures to a
3Dmesh
- 三维图形的切割就是要把三维网格模型进行切割然后以等值线显示切面上的数值。运用适当的三维图形显示技术和可视化C++编成技术来实现的。-Three-dimensional graphics of the cut is to take three-dimensional grid model and then cut the contour values on the display section. Use of appropriate three-dimensional graphics disp
MeshSegmentation
- 基于区域增长法的模型切割 很适于初学者对opengl和三维模型的学习-Model-based region growing method is suitable for beginners cutting and three-dimensional model of the learning opengl
matlab
- 三维模型数据中包含“Princeton Shape Benchmark dataset”,三维模型数据库,其中的.off文件为三维模型,这些模型可以使用文件夹中的“打开三维模型的软件”打开查看。 matlab代码中“读取三维模型”为matlab读取.off文件的代码,得到的是三角面片信息和点云坐标 “三维模型切割”中为切割三维模型的一个例子,具体是从三维模型上找三个点构成一个平面,找到这个平面与三维模型的交点,这只是一个例子,具体如何切割三维模型需要自己实现,其中读取的三维模
三维模型切割
- 三维模型操作的matlab代码,用于三维模型切割(Matlab code for 3D model operation for 3D model cutting)