随笔分类 -  VTK

摘要:Computer Graphics Research Software 包含大量文章及开源库 http://www.dgp.toronto.edu/~rms/links.html PCL https://www.cnblogs.com/li-yao7758258/p/6441763.html htt 阅读全文
posted @ 2021-10-06 11:48 半夜打老虎 阅读(144) 评论(0) 推荐(0) 编辑
摘要:vedo是一个基于VTK开发的3维对象显示和分析的开源库,我常用于显示三维对象,这里记录一下常用的操作 显示模型及点集 def show_stl_pts_point_two(stl_path, pts_path, target_pts, point): stl_model = vedo.load(s 阅读全文
posted @ 2021-10-06 11:32 半夜打老虎 阅读(951) 评论(0) 推荐(0) 编辑
摘要:import vtk from vtkplotter import * from vtk.util.numpy_support import vtk_to_numpy import numpy as np import os def get_gum_line_pts(gum_line_path): 阅读全文
posted @ 2021-10-06 11:28 半夜打老虎 阅读(147) 评论(0) 推荐(0) 编辑
摘要:参考链接: https://kitware.github.io/vtk-examples/site/Cxx/ https://blog.csdn.net/www_doling_net/article/details/8763686 Example1 CMakeLists.txt cmake_mini 阅读全文
posted @ 2021-10-06 11:27 半夜打老虎 阅读(237) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示