搜索资源列表
OBJ
- 能狗实现.obj格式的三维数据文件的图形模型读取操作。结合相应的实例进行了操作。
MeshCut
- 对于一个只有顶点坐标和面片索引的三角形网格,求出一些基本的拓扑信息,如:面片的三条边索引,边的顶点索引,相邻的顶点索引,相邻的三角面片索引等等,一些很有用的三维网格数据的基本处理操作。
splinewidget
- VTK对格式为DICOM医学数据重建后,利用VTKsplinewidget类对其作进行曲线,并能利用鼠标对其人机操作。-VTK format for DICOM medical data reconstruction after VTKsplinewidget class its for the curve, and can use the mouse to its man-machine.
suconv
- su地震处理数据转换,可视化界面,使用方便,操作简单-su seismic processing, data conversion, visualization interface, easy to use, simple operation
getpointscoordinatematrix
- 这是我编写的一个用vb对catia二次开发的程序,可以通过交互选择获取catia曲面上的点集的坐标,并将其保存在excel文档中,为其他操作作数据准备。-This is what I prepared a second development with a vb program on catia, catia through interactive access to the set of points on the surface coordinates, and save the excel
3DMed_Code
- 3Dmed系统中主要提供了医学影像数据I/O、二维操作、医学影像分割、表面绘制、体绘制、虚拟切割、三维测量及医学图像配准等基本功能-3Dmed system mainly provides the medical image data I/O, two-dimensional operation, medical image segmentation, surface rendering, volume rendering, virtual Cutting, three-dimension
VTK
- VTK对医学格式为DICOM数据重建,利用切片切割三维视图,并能利用鼠标对其人机操作。-VTK format on the medical DICOM data reconstruction using slice to cut the three-dimensional view and use the mouse to its man-machine.
vtktext2
- VTK对医学格式为DICOM数据重建,利用切片切割三维视图,并能利用鼠标对其人机操作。-VTK format on the medical DICOM data reconstruction using slice to cut the three-dimensional view and use the mouse to its man-machine
fbo
- 利用FBO实现多纹理操作,结合多重纹理可以实现二三维数据的完美结合-The use of multi-texture FBO operation
readmesh
- 读取ply数据并用opengl显示,可以放大缩小,旋转等操作- Read the ply data and display with OpenGL
osgCompute
- osgcompute是用于并行执行代码的抽象基库。 流式处理器。库连接到OpenScenegraph(OSG) 因此,它可以被包括在景观中。它给用户 可以跳到图形处理单元(GPU)进行任何类型的操作 计算结果。然后就可以获得操作过的数据。 到scenegraph进行进一步处理(例如渲染)。(osgCompute is the abstract base library for the execution of code on parallel streaming processors.