import pyvista as pv import numpy as np targetImage ... "image1.png" ] mesh = pv.read(targetImage[1]) mesh.plot(rgb=True, cpos="xy") ...
確定! 回上一頁