06 2024 档案

摘要:`` import nibabel import numpy as np import pydicom import os from tqdm import tqdm def convertNsave(arr, file_dir, index=0, slice_thickness=1.0, pixe 阅读全文
posted @ 2024-06-17 09:41 cupwym 阅读(25) 评论(0) 推荐(0) 编辑
摘要:import trimesh import numpy as np import argparse from stl import Mesh def main(input_file, output_file, num, volume_info): # 加载STL文件 your_mesh = trim 阅读全文
posted @ 2024-06-03 10:49 cupwym 阅读(11) 评论(0) 推荐(0) 编辑