
Search

I have made some changes to make itk::PathToImageFilter to make it a usable base class. There were
some problems with the CVS version, including: (1) this ase classhad actual filter functionality, (2)
the mechanism for specifying the size, spacing, [...]

ContourExtractor2DImageFilter: A subpixel-precision image isocontour extraction filter.
Published in The Insight Journal
Published in The Insight Journal
This document describes itk::ContourExtractor2DImageFilter, an implementation of the arching squares2D contour-finding method using the Insight Toolkit ITK www.itk.org. This filter takes as input a 2D image (not necessarily binarized) and a contour value, and [...]

ITK is a huge image analysis library, which contains lots of state of the arts
algorithms implementations. However, using it in C++ can be difficult and is
definitively bad suited for prototyping. WrapITK aims to allow classes from ITK
(and custom, classes [...]
