Hi,<br><br> I'm using ITK 3.2.0 and WrapITK on Windows, together with the latest darcs revision of binaryAttributeMorphology (I think this is rev. 2).<br><br> I noticed that itk.LabelCollectionImage is missing in Python, so the "full python example" is not runnable. ( This example is described in section
9.5 of the newest documentation in Labeled_object_representation_and_manipulation_with_ITK.pdf ). Atually, there is no class under the itk module containing "LabelCollection" in the name.<br><br> I also noticed it is missing from C++ as well (
i.e., there is no itkLabelCollectionImage.h anymore), but there are these three files:<br><br> itkXXXKeepNObjectsLabelCollectionImageFilter.h<br> itkXXXOpeningLabelCollectionImageFilter.h<br> itkXXXRelabelLabelCollectionImageFilter.h
<br><br> How can I use classes such as itk.LabelImageToLabelCollectionImageFilter?<br> Will this be fixed, or did these classes changed to something else?<br><br><br>Thanks,<br>Edson<br><br>