[Insight-users] bug in itkLabelGeometryImageFilter
Chr. Rossmanith
cr at neuro.ma.uni-heidelberg.de
Wed Sep 25 08:23:06 EDT 2013
Hi,
to enable using itkLabelGeometryImageFilter in a loop m_AllLabels and
m_LabelGeometryMapper have to be initialized prior to the loop "while (
!labelIt.IsAtEnd() ) { ... }" (line 210 in
itkLabelGeometryImageFilter.hxx):
m_AllLabels.clear()
m_LabelGeometryMapper.clear();
How would this fix find its way into ITK?
Christina Roßmanith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20130925/12e30831/attachment.htm>
More information about the Insight-users
mailing list