登录

最新会员 最新下载

成为了本站VIP会员

04月30日 12:23

成为了本站VIP会员

04月29日 21:46

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

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

1. RollerCoaster

  相机在轨道上沿轨道(管状)运动; 右键可以选择不同视角观察和退出,有两个视角;(Camera on the track along the orbit (tubular) movement Right you can choose a different perspective and exit, there are two perspectives )

5
下载
165
浏览
2020-09-09发布

2. VTK-8.2.0

  VTK是一个用于图像处理的开源软件系统,3D图形、体积渲染和可视化。VTK包括许多高级算法(例如,曲面重建、隐式建模、抽取)和渲染技术(例如硬件加速体积渲染,LOD控制)。(VTK is an open-source software system for image processing, 3D graphics, volume rendering and visualization. VTK includes many advanced algorithms (e.g., surface reconstruction, implicit modelling, decimation) and rendering techniques (e.g., hardware-accelerated volume rendering, LOD control).)

2
下载
172
浏览
2020-08-23发布

3. VTK-8.2.0

说明:  VTK是一个用于图像处理的开源软件系统,3D图形、体积渲染和可视化。VTK包括许多高级算法(例如,曲面重建、隐式建模、抽取)和渲染技术(例如硬件加速体积渲染,LOD控制)。(VTK is an open-source software system for image processing, 3D graphics, volume rendering and visualization. VTK includes many advanced algorithms (e.g., surface reconstruction, implicit modelling, decimation) and rendering techniques (e.g., hardware-accelerated volume rendering, LOD control).)

4
下载
94
浏览
2020-08-23发布

4. 3D Programming For Windows 代码

说明:  WPF 三维编程代码示例.适合于WPF编程的初学者。(WPF 3D programming code example)

0
下载
100
浏览
2020-08-18发布

5. nrsfm_matlabCode

说明:  非刚性三维重建实例代码,源自一篇IEEE论文。(Non-Rigid SFM code from an IEEE paper.)

2
下载
153
浏览
2020-08-05发布

6. 点云三维重建

说明:  用MATLAB实现激光雷达的三维点云的重建。(Reconstruction of 3D point cloud with MATLAB)

8
下载
191
浏览
2020-07-30发布

7. MLS

  MLS用於3D曲面變型,可算出較為準確的法向量(This method can be used to 3D surface deformation,can figure out more accurate normal vecter)

113
下载
159
浏览
2020-07-28发布

8. calcMeshNormals

  用于求取三维点云数据的法向量,我的人脸建模就是用的这个,效果很好,但必须保证点云没有重叠的,否则会出现严重错误。(Strike a 3D point cloud data for normal vectors, and my face is to use this model, the effect is very good, but must ensure that there is no overlap of the point cloud, there would be a serious mistake.)

221
下载
95
浏览
2020-07-28发布

9. calcMeshNormals

  用于求取三维点云数据的法向量,我的人脸建模就是用的这个,效果很好,但必须保证点云没有重叠的,否则会出现严重错误。(Strike a 3D point cloud data for normal vectors, and my face is to use this model, the effect is very good, but must ensure that there is no overlap of the point cloud, there would be a serious mistake.)

220
下载
116
浏览
2020-07-28发布

10. NormFet_WindowsXP_src

  计算点云数据的法向量和局部特征,以备三维重建运用(The normals and features can be computed from a point cloud using the NormFet software)

198
下载
179
浏览
2020-07-28发布

11. 基于像序列的单目三维重建matchSIFT

说明:  基于图像序列的单目三维重建,运用运动恢复结构,SIFT算法等(Monocular 3D reconstruction based on image sequence, using motion recovery structure, SIFT algorithm, etc.)

4
下载
146
浏览
2020-07-17发布

12. meshArea

  用于计算在三维点云处理过程中的局部点云面积估算,精度很高。(Used to calculate the three-dimensional point cloud processing local point cloud area estimation accuracy is very high.)

68
下载
118
浏览
2020-07-13发布

13. meshArea

  用于计算在三维点云处理过程中的局部点云面积估算,精度很高。(Used to calculate the three-dimensional point cloud processing local point cloud area estimation accuracy is very high.)

68
下载
269
浏览
2020-07-13发布

14. testVTK_ITK

  VTK8.0,ITK联合编译测试代码,编译环境VS2017,采用C++语言,内含属性表,无需使用CMake进行编译,能够成功运行(VTK and ITK compile and test code)

2
下载
212
浏览
2020-07-10发布

16. stl2ply

  stl 转 ply ,代码简洁实用,适合学习(stl to ply)

12
下载
125
浏览
2020-07-04发布

17. STL_DISPLAY_Display

  STL文件读取程序(Matlab):可以将ASCII格式的STL文件中的数据点信息及网格拓扑信息读出,并显示在屏幕上(a MATLAB program which gets the name of an ASCII STL (Stereolithography) file from the user, reads the 3D graphics information stored in the file, and displays the structure on the screen. )

526
下载
143
浏览
2020-07-03发布

18. stlread

说明:  在matlab中读取stl切片文件,形成点云数据(Read STL slice file in MATLAB to form point cloud data)

4
下载
180
浏览
2020-07-03发布

19. VisualHull

  一个由matlab编写的从多视点拍摄的图像计算Visual Hull的简单的演示程序,基于空间体积的方法求物体的Visual Hull,对实现由多视点图像求Visual Hull的过程可以起到借鉴作用(Matlab prepared by a multi-viewpoint images of the Visual Hull calculate simple demo program, the method of space-based volume objects for Visual Hull, the realization of multi-viewpoint image for Visual Hull of the process can play a useful reference)

239
下载
135
浏览
2020-07-02发布

20. SurfaceConstructor-1.1

  从多张图像的轮廓重建3D物体,代码运行鲁棒,几乎没有Bug.(Images from more than the outline of the reconstruction of 3D objects, robust code to run, almost no Bug.)

356
下载
171
浏览
2020-07-01发布