介紹如何在 ITK 的多層級(multi-resolution)影像對準架構下,進行線性仿射影像對準(affine registration)。
ITK
SimpleITK 使用 IntensityWindowingImageFilter 轉換影像數值範圍教學與範例
介紹如何使用 SimpleITK 的 IntensityWindowingImageFilter
對影像的像素值進行線性轉換。
Python ITK 3D 剛性影像對準 Rigid Registration 置中初始化教學與範例
介紹如何使用 VersorRigid3DTransform
剛性影像轉換搭配 CenteredTransformInitializer
置中初始化對影像進行對準。
SimpleITK 使用 RescaleIntensityImageFilter 轉換影像數值範圍教學與範例
介紹如何使用 SimpleITK 的 RescaleIntensityImageFilter
對影像的像素值進行線性轉換。
ITK 使用 BinaryMask3DMeshSource 將二元影像轉為 Surface 教學與範例
介紹如何使用 ITK 的 BinaryMask3DMeshSource
將二元影像(binary image)轉為網格(mesh)構成的 surface。
Python ITK 2D 影像對準 Hello World 教學與範例
介紹如何在 Python 中使用 ITK 函式庫的 v4 影像對準框架處理二維影像的對準,並提供 hello world 範例程式碼。
ITK 使用 ScalarImageKmeansImageFilter 進行 K-Means 分群教學與範例
介紹如何使用 ITK 的 ScalarImageKmeansImageFilter
以 K-means 分群演算法,將影像像素值進行分群(clustering),產生標註(label)影像。
Python ITK 線性仿射影像對準 Affine Registration 教學與範例
介紹如何在 Python 中使用 ITK 進行影像的線性仿射影像對準(affine registration)。
Python ITK 以 Observer 監看影像對準過程教學與範例
介紹如何使用 ITK 的 observer 監看影像對準過程,繪製及時的距離變化圖,確認收斂情況。
Python ITK 影像平移線性對準 Translation Registration 教學與範例
介紹如何在 Python 中使用 ITK 進行 2D 影像平移線性對準(translation registration)。