【发布时间】:2021-10-01 08:39:06
【问题描述】:
void ReadImage(string path)
{
eText.text = path;
itk.simple.Image input = SimpleITK.ReadImage(path);
Debug.Log(input);
}
Debug.Log 给出 Image
【问题讨论】:
标签: c# unity3d image-processing itk