[Insight-users] WrapITK bug: itk.ImageToVTKImageFilter
jelle
jelleferinga at gmail.com
Tue Jul 17 14:50:36 EDT 2007
Looks to me that itk.ImageToVTKImageFilter, which is a WrapITK specific method
is buggy.
Please note that I'm using Charl Botha win32 binaries (which are slightly
outdated...), hence the problem might have been yet reported/solved.
from WrapITK import itk
reverse = itk.ImageToVTKImageFilter.IF2.New()
# all is good
import vtk
from WrapITK import itk
reverse = itk.ImageToVTKImageFilter.IF2.New()
# the interpreter directly crashes...
Cheers,
-jelle
More information about the Insight-users
mailing list