登录

最新会员 最新下载

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25

成为了本站VIP会员

04月18日 17:16
已选条件
  1. 编程语言:C++
  2. 代码类别:3D图形编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. SequentialSfM

说明:  一个用sequntial SFM实现双目三维重建的简单实例(A simple example of sequntial SFM ( Structure From Motion ) 3D reconstruction.)

0
下载
166
浏览
2021-11-04发布

2. SphereMap

  D3D创建球体并且加贴图的例子,可以用来做星球(Sphere, and add texture to create D3D example, can be used to make the planet)

83
下载
198
浏览
2021-05-13发布

3. DownsamplePointCloud

  VTK里面的对点云进行降采样的程序,可以直接使用。(VTK point cloud inside the down-sampling procedure can be used directly.)

51
下载
272
浏览
2021-05-10发布

4. DownsamplePointCloud

  VTK里面的对点云进行降采样的程序,可以直接使用。(VTK point cloud inside the down-sampling procedure can be used directly.)

50
下载
186
浏览
2021-05-10发布

5. 基于VTK的三维重建提取骨骼和皮肤

  利用VTK三维重建软件与VS2010结合,读取系列图像,并能显示三维重建结果,并且可以分别提取皮肤和骨骼,里面包含相应图片,语言为C++语言(Using VTK 3D reconstruction software and VS2010 combination, read a series of images, and can display three-dimensional reconstruction results, and can extract skin and bones, which contains the corresponding picture, the language is C++ language)

19
下载
239
浏览
2021-05-08发布

6. 3dSimulation

说明:  我做的三维图形加工仿真的源代码 对数控加工感兴趣的可以研究下(I do 3D graphics processing simulation of the source code for NC machining can be interested in the study)

0
下载
207
浏览
2021-04-22发布

7. ank

说明:  D3D开发的三维坦克大战程序,碰撞,战斗效果!值得借鉴哦,呵呵!(D3D development of 3D tank warfare program, collision, combat effects! To be learned Oh, Oh!)

0
下载
172
浏览
2021-04-20发布

8. Simulation-of-polarized-light

  模拟偏振光在散射介质中的传播,利用3D给出很好的视觉效果(Simulation of polarized light propagation in scattering medium)

70
下载
181
浏览
2021-04-20发布

9. Simulation-of-polarized-light

  模拟偏振光在散射介质中的传播,利用3D给出很好的视觉效果(Simulation of polarized light propagation in scattering medium)

71
下载
216
浏览
2021-04-20发布

10. wpf3D

  实现WPF下的3D文字功能,是初学者的好范例。(Under the WPF 3D text function, is a good example for beginners.)

26
下载
158
浏览
2021-04-20发布

11. ABAQUS子序UMAT里弹塑本构的实现

说明:  介绍了abaqus中umat子程序里塑性材料本构关系的实现(The realization of constitutive relation of plastic material in UMAT subroutine of ABAQUS is introduced)

3
下载
187
浏览
2021-04-16发布

12. delanay_all

说明:  这时一个delaunay三角网的程序,功能强大,并里面有详细说明和程序及原代码。能创建二维和三维的,且能生成模拟的3D图。(then a triangular network nodes procedures, powerful, and there are detailed procedures and the original code. To be able to create two-dimensional and three-dimensional and can generate simulated 3D map.)

0
下载
190
浏览
2021-04-09发布

13. triangle

说明:  Shewchuk的三角剖分算法,能剖分带孔的离散点,PII233 剖分一百万个离散点只需20秒。(Shewchuk 涓夎鍓栧垎 the algorithm, can cut in half the belt hole the separate spot, PII233 cuts in half 1 million separates only to need for 20 seconds. )

0
下载
143
浏览
2021-04-08发布

14. winPointCloud

  基于VTk的点云显示,构网(Delaunay Tin,包含二维,三维,及TEN)。附有详细的代码注释,也有实例数据。(The point cloud based VTk display, configuration network (Delaunay Tin, including 2D, 3D, and TEN). With detailed code comments, but also instance data.)

303
下载
180
浏览
2021-04-08发布

15. ply2pcd

  点云数据转换文件。可以将PCL转换为PLY文件,反之亦然。其中用到了点云库PCL的代码。(Point cloud data file conversion. PCL can convert PLY files, and vice versa. Which uses a point cloud library PCL code.)

69
下载
233
浏览
2021-04-07发布

16. Structure-Light-Reconstructor

  结构光三维重建代码,提取结构光的点,并进行三维坐标转换(Structure light 3D reconstruction code, structured light extraction point, and three-dimensional coordinate conversion,DrawZeroPoint/Structure-Light-Reconstructor)

99
下载
215
浏览
2021-04-04发布

17. Real-Time-Structured-Light

  三维重建,单目相机+结构光,实时扫描重建代码,基于开源项目(This software is designed to enable anyone to implement a custom 3D structured light scanner using a single camera and light projector. It is modular and has a focus on processing speed, enabling real-time structured light capture at 20 Hz and more. When using standard commercial projector and a webcam, the obtainable speed is lower due to the lack of hardware triggering.)

217
下载
127
浏览
2021-03-18发布

18. Octree.08.03.2008

  八叉树代码,实现最近点查找,内包含点云实例(Octree code to find the nearest point to achieve, and contains the point cloud instances)

48
下载
112
浏览
2021-03-17发布

19. An_example_of_Tetgen

  不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)

73
下载
157
浏览
2021-03-14发布

20. An_example_of_Tetgen

  不是本人编的,转自csdndengpengyong,个人能力有限,望谅解。Tetgen是一个生成四面体网格的开源工具,本实例提供了从网上下载的开源的源码和一个简单的使用的示例,其中附带了Tetgen自带了的一个查看剖分出来的网格的工具TetView.exe,可以运行打开剖分出来的文件查看剖分的结果是否正确。(I was not prepared, carried csdndengpengyong, individual ability is limited, hope and understanding. Tetgen tetrahedral mesh generation is an open source tool, the examples provided from the Internet to download the open source code and a simple example of the use of which comes Tetgen comes out of a mesh grid view tool TetView . exe, you can run out of file viewing open split split the results are correct.)

72
下载
150
浏览
2021-03-14发布