
Search

This code provides a base implementation of Loopy Belief Propagation on MRFs in ITK. We use binary image denoising as an example problem to demonstrate this code.
This document is intended only to describe the implementation, not the theory. A complete [...]

Region growing is a technique that can be used to propagate information over a mesh. We provide an iterator that can be used with vtkPointSet subclasses to traverse a mesh in a reasonable fashion. A "front" is emanated from a selected starting vertex, and the [...]

Fully automatic brain segmentation using model-guided level sets and skeleton-based models
Published in The MIDAS Journal
Published in The MIDAS Journal
A fully automatic brain segmentation method is presented. First the skull is stripped using a model-based level set on T1-weighted inversion recovery images, then the brain ventricles and basal ganglia are segmented using the same method on T1-weighted [...]

This work describes the implementation of computational geometry algorithms developed within the Insight Toolkit (ITK): Distance Transform (DT), Voronoi diagrams, k Nearest Neighbor (kNN) transform, and finally a K Nearest Neighbor classifier for multichannel [...]
