影像維度 print(image.GetDimension()) 3. 接著檢查影像的大小: # 影像大小 print(image.GetSize()) (70, 70, 50). 影像大小也可以用個別的函數取得:
確定! 回上一頁