[Insight-users] ITK 3.10.1 Packages for Ubuntu 8.04 and 8.10
Paul Novotny
paul.novotny at gmail.com
Thu Jan 22 14:13:08 EST 2009
> One issue that I recall is that the python examples distributed with
> ITK did not work with WrapITK. I seem to recall that the wrapped
> names of things was different. Maybe I'm misremembering, so let
> me ask: can you run all the python examples with WrapITK-based
> python bindings?
No. The python examples use the cswig python format. WrapITK introduces
a different naming convention so there is no chance the examples will
work. For example:
old style python wrapping:
reader = itk.itkImageFileReaderF2_New()
WrapITK
image_type = itk.Image[itk.F, 2]
reader = itk.ImageFileReader[image_type].New()
--
Paul Novotny, PhD
http://paulnovo.org/
More information about the Insight-users
mailing list