摘要:
一、All inputs of range must be ints, found Tensor in argument 0: 问题 参数类型不正确,函数的默认参数是tensor 解决措施 函数传入参数不是tensor需要注明类型 我的问题是传入参数npoint是一个int类型,没有注明会报错,更改 阅读全文
摘要:
工作中有时会遇到求一些散点的轮廓问题,对常用的一些算法收集了一些资料,这里做一下记录。 凹包 Implementation of a fast and efficient concave hull algorithm 凹包与凸包求边界轮廓 浅议凹包算法 Alpha Shapes Alpha Shap 阅读全文
摘要:
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): 阅读全文