[Insight-users] Missing Classes on Python

Luis Ibanez luis.ibanez at kitware.com
Fri, 05 Mar 2004 17:43:27 -0500


Hi Mauricio,

Thanks for posting this list of
classes that are missing from the
wrapping layer.

The following have been wrapped
recently:

  - BinaryErodeImageFilter
  - BinaryDilateImageFilter
  - BinaryBallsStructingElement
  - GrayScaleErodeImageFilter
  - GrayScaleDilateImageFilter

   - Neighborhood
     (not the Neighborhood operator...)



... the others are still in the list
     of things to do...



Regards,


    Luis



------
Mauricio Inforçati wrote:

> Hi, all.
> I am working with some ITK filters on Python (2.3) for about 4 months 
> and I am having problem while importing some classes.
> It seems the wrapping for these classes is not OK because thei just 
> don'1 exist on python libraries. Can anybody tell me what is wrong? Here 
> it goes a list I of some classes I could note that are not on my python 
> ITK libraries:
>  
> - FastMarchingImageFilter
> - ThresholdSegmentationLevelSetFunction
> - DiscreteGaussianImageFilter
> - BinomialBlurImageFilter
> - MinMaxCurvatureFlowImageFilter
> - GradientMagnitudeImageFilter
> - DerivativeImageFilter
> - BinaryErodeImageFilter
> - BinaryDilateImageFilter
> - BinaryBallsStructingElement
> - SmartPointer
> - GrayScaleErodeImageFilter
> - GrayScaleDilateImageFilter
> - NeighborhoodOperator
>  
> Thanks for attention,
>  
>   Mauricio