<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">Luis,<br><br>It seems to refer to this on page 561:<br><br>typedef itk::Functor::ScalarToRGBPixelFunctor&lt;unsigned long&gt;<br>ColorMapFunctorType;<br>typedef itk::UnaryFunctorImageFilter&lt;LabeledImageType,<br>RGBImageType, ColorMapFunctorType&gt; ColorMapFilterType;<br>ColorMapFilterType::Pointer colormapper = ColorMapFilterType::New();<br><br>I use WrapITK-Python, and WrapITK does not support functors. Is there any other non-functor ways of doing this which does not involve creating a new image filter in c++?<br></div><br><br><br><hr id="stopSpelling">&gt; Date: Thu, 11 Oct 2007 09:24:53 -0400<br>&gt; From: luis.ibanez@kitware.com<br>&gt; To: saveez@hotmail.com<br>&gt; CC: insight-users@itk.org<br>&gt; Subject: Re: [Insight-users] Visualising ITK-made labels by paraview (vtk)<br>&gt; <br>&gt; <br>&gt; <br>&gt; Hi Ali,<br>&gt; <br>&gt;    Are you color coding the output watershed image ?<br>&gt; <br>&gt; If you do so, it will be easier to see the different regions.<br>&gt; <br>&gt; You will find instructions on how to color-code the image<br>&gt; in the ITK Software Guide<br>&gt; <br>&gt; <br>&gt;      http://www.itk.org/ItkSoftwareGuide.pdf<br>&gt; <br>&gt; In the section 9.2 "Segmentation based on Watersheds"<br>&gt; in pdf-page 556.<br>&gt; <br>&gt; See figure 9.12 in pdf-page 561.<br>&gt; <br>&gt; <br>&gt; <br>&gt;    Regards,<br>&gt; <br>&gt; <br>&gt;        Luis<br>&gt; <br>&gt; <br>&gt; <br>&gt; -----------------<br>&gt; Ali - wrote:<br>&gt; &gt; Hi,<br>&gt; &gt; <br>&gt; &gt; What is the best way of visualising labels created by ITK filter, eg the <br>&gt; &gt; watershed filters, by paraview? After saving the final file in mha <br>&gt; &gt; format, I have tried the vtk-based paraview filters, contour and <br>&gt; &gt; threshold; but they do not seem to do the job properly.<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; ------------------------------------------------------------------------<br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; Insight-users mailing list<br>&gt; &gt; Insight-users@itk.org<br>&gt; &gt; http://www.itk.org/mailman/listinfo/insight-users<br><br /><hr />The next generation of MSN Hotmail has arrived -  <a href='http://www.newhotmail.co.uk' target='_new'>Windows Live Hotmail</a></body>
</html>