<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know ITK is a good toolkit for image processing but do I need VTK for any display or visualization even for a simple image???<br>
</blockquote><div><br></div>Yes, ITK doesn&#39;t do any visualization at all. You can either use VTK and the itkImageToVTKImageFilter, or write it to a file using itkImageFileWriter and use the viewer of your choice to look at it.</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">David</div>