[vtkusers] using vtk and itk

Luis Ibanez luis.ibanez at kitware.com
Wed Jul 16 18:11:35 EDT 2003


Hi Nabby,

The executable of the vtkITK application can be found in
the subdirectory

              vtkITK/Wrapping/Tcl

of the binary directory where you built InsightApplications.

The executable that you will find is called vtkITK,
and is a modified "wish" like   vtk.exe.

Note that this application in particular is taking ITK filters,
packaging them inside VTK filters and then wrapping them
for Tcl.  

This is one way, among many, for combining ITK and VTK.
It is particularly tailored for VTK users accustomed to Tcl
scripting.

A more C++ way of combining VTK and ITK is available
in the directory:

    InsightApplications/SegmentationEditorFltkGui

which combines ITK, VTK and FLTK in an application
implementing Watershed segmentation techniques.

You may find this application more appealing.


    Luis


-------------------
cgarcha wrote:

>i have already done that, i did that to begin with.
>
>Now i want to run the examples that are included in "/vtkITK/common" 
>directory. i dont know how to run them, everytime i run something from the itk
>all i see is the command window and options to run tests. 
>doesnt it include some visual examples which show segmentation and other 
>features.
>
>Thabk you very much
>Nabby
>
>
>
>  
>







More information about the vtkusers mailing list