The Insight Journal logo

Creating a 2D Active Shape Model Using itk::ImagePCAShapeModelEstimator

Durkin, John, Miller, David, Urish, Kenneth
The Insight Journal logo

Please use this identifier to cite or link to this publication: http://hdl.handle.net/10380/3282
New: Prefer using the following doi: https://doi.org/10.54294/5in4gl
Submitted by John Durkin on 2011-06-14 09:16:27.

Although many variations of active contour segmentation algorithms exist, most are based on solely edge criteria and breakdown or leak at weak boundaries. One solution to this problem is constraining the segmented area to only statistically possible shapes with the guidance of a shape model. The purpose of this document is to fill the void in the ITK user guide on building active shape models. We describe how to create a 2d active shape model of articular femoral knee cartilage using ITK’s ImagePCAShapeModelEstimator. Sample code and example images are provided for displaying the initial principle components of variation. Shape models built with our code can be used for segmentation with itk::GeodesicActiveContourShapePriorLevelSetImageFilter.