资源列表
point3d
- 直接运行TestMyCrust.m, 读取点云txt,或者直接加载mat文件 运行需要几分钟,耐心等待 完成后运行trianglenormal.m, 生成三角面片的法向量 运行完成得到tri.txt(组成三角面片的点的编号信息),trinormal.txt(每个三角面片法向量数值),diandian.txt(每个点云信息) 然后将三个数据当做stl_gen.exe的输入文件,得到trisuface.stl文件(run TestMyCrust.m, read point cloud fil
MATLAB编程实现连续断层工业CT图像的三维重建
- 应用 M A T L AB 编程, 对连续多层工业 CT 图像进行了三维重建, 获得了具有较好立体感显示的三维图像(Three dimensional reconstruction of continuous multilayer industrial CT images is carried out, and 3D images with better stereoscopic display are obtained)
VolumeRendering
- 光线投射法体绘制,用MFC实现医学图像三维重建和可视化(raycasting volumerendering)
MultiviewsReconstruction
- 多角度投影重建 图像三维重建和可视化 张俊华VC++实现(3D reconstruction multiviewsreconstruction)
osgOcean
- osg 海面上添加小船,有月亮,有风,有倒影(OSG adds boats to the sea, with the moon, the wind and the reflection)
matlab读取stl文件
- matlab的一个小demo程序,主要包含stl文件在matlab软件中的读取,以及哈希顶点函数的实现。
osgWidget2
- 将OSG下的图像嵌入到QWidget中,实现Qt和osg的结合。文件中还包含了鼠标键盘消息的处理以及简单的图像事件处理代码(Embedding the images under OSG into the QWidget)
osgviewerMFC
- MFC框架编写的OSG示例程序,解决了三维场景在MFC框架下显示不全的问题。(The OSG example program written by the MFC framework solves the problem of 3D scenes showing incomplete display under the MFC framework.)
attitudeshow
- 程序有用于在figure坐标系中绘制飞行器的矩阵,一个用于表征姿态(机体系右前上和地理系东北天)的四元数矩阵,展示了读取四元数更新图形坐标来动态显示飞行器姿态的方法。可作为飞行位姿模拟展示的参考。(The program has the matrix for drawing the aircraft in the figure coordinate system, a four yuan matrix used to represent the posture (the right front
FountainParticle
- 基于OpenGL3.3+的粒子系统,将粒子的计算搬运到GPU上,从大大加快了粒子系统的实时模拟速度。(The particle system based on OpenGL3.3+ carries the particle calculation to GPU, which greatly speeds up the real-time simulation speed of the particle system.)
QT threejs
- 在qml环境下加载three.js格式的模型文件并显示(QT qml load three.js mould)
多涡卷混沌吸引子相图
- 本程序主要描叙了Jerk系统的多涡卷混沌吸引子的各个平面的相图,只要改变状态方程就可以生成自己的相图。