摘要: C++版例子: https://lorensen.github.io/VTKExamples/site/Cxx/PolyData/SelectVisiblePoints/ 优点: Simple to use Can be implemented easily in object or image s 阅读全文
posted @ 2018-08-18 19:43 feifei97 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 模型格式:.obj 环境:python3.6+vtk7.1 vtk版: 自己写的版本: 先将文件数据读入数组face,和vertices 经测试,两个算出来的误差非常小,可以使用。 但是如果用vtk算体积的话,会有误差,可能适合模型封闭性有关。 阅读全文
posted @ 2018-08-18 14:32 feifei97 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 在VTK中可视化数据的一般流程如下: 文件输入相关函数: https://www.vtk.org/Wiki/VTK/Examples/Cxx#Input_and_Output Readers ● Reads data from file Filters ● Takes data as input, 阅读全文
posted @ 2018-08-18 13:45 feifei97 阅读(1008) 评论(0) 推荐(0) 编辑