[Insight-users] voronoy wrap python

Luis Ibanez luis.ibanez at kitware.com
Wed Oct 27 16:31:14 EDT 2004


Hi Ailton,

In ITK there is no class called

       "hybridsegmentationfuzzyvoronoi"

You are probably making reference to the example in
the ITK Software Guide, in Section 9.4.2, pdf-page 397.

In order to use this example from Python you need the
following classes:

    itkSimpleFuzzyConnectednessScalarImageFilter
http://www.itk.org/Insight/Doxygen/html/classitk_1_1SimpleFuzzyConnectednessScalarImageFilter.html
that is already wrapped for "float" and "unsigned short"
2D and 3D images.


and you will also need the class itkVoronoiSegmentationImageFilter
http://www.itk.org/Insight/Doxygen/html/classitk_1_1VoronoiSegmentationImageFilter.html
that is currently *not* being wrapped.


We added this last issue as a bug entry # 1292
http://www.itk.org/Bug/bug.php?op=show&bugid=1292&pos=0


and we are adding the corresponding wrapping.

The additional wrapper files will be avilable tomorrow.
at that point you will have to update your CVS checkout
and rebuild your wrapping.


Please let us know if you have further questions.


   Thanks


      Luis


-----------------------------
Ailton Santa Barbara wrote:

> Hello itk users.
> I want to use hybridsegmentationfuzzyvoronoi, but I did not find any 
> class wrapped in python.
> Would it be possible ?
> 	<file:///C:/DoxygenInsightToolkit-1.8.0/html/a02972.html>
> 
> http://www.cenpra.gov.br
> e-mail: ailton.santa-barbara at cenpra.gov.br 
> <mailto:ailton.santa-barbara at cenpra.gov.br>
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users






More information about the Insight-users mailing list