Closed GoogleCodeExporter closed 9 years ago
Hi,
You haven't built wrapitk with support for unsigned long (UL).
Before the writer, you should either:
* cast the output of the watershed filter with itk.CastImageFilter, which is
likely
to make you loose some label
* relabel and cast the output of the watershed filter with
itk.RelabelImageFilter,
which is more likely to not loose any label, but will change there value.
Then you can use the writer with a more common type, like US2.
Gaëtan
Original comment by gaetan.l...@gmail.com
on 12 May 2009 at 7:03
Original issue reported on code.google.com by
sharath2...@gmail.com
on 8 May 2009 at 12:16