
Python 使用 ITK SimpleFilterWatcher 監看 Filter 執行狀態教學與範例
介紹如何在 Python 中使用 ITK 的 SimpleFilterWatcher 輸出指定 filter 產生的管線事件(pieline events)詳細資訊。 在開發 ITK 應用程式時,如果需要觀察管線內部各個 filter 的運作狀況,可以在程式中加入 SimpleFilterWatcher,把指定 filter 的所產生的所有管線事件輸出至標準輸出(standard output)。 ...



