[Insight-users] NeighborhoodIterator documentation

David Doria daviddoria at gmail.com
Sat Oct 9 20:38:01 EDT 2010


At lines 97-105 in itkNeighborhoodIterator.h :

 * Pixels in a neighborhood can be accessed through a NeighborhoodIterator
 * like elements in an array.  For example, a 2D neighborhood with radius 2x1
 * has indices:
 *
 * \code
 *
 * 0  1  2  3  4
 * 5  6  7  8  9
 * 10 11 12 13 14

Should "2x1" be replaced with "3x4", or am I misunderstanding something?

Thanks,

David


More information about the Insight-users mailing list