ITK/Visualization Toolkits: Difference between revisions
(Created from antonym) |
No edit summary |
||
Line 21: | Line 21: | ||
* [[Itk Gui Toolkits]] | * [[Itk Gui Toolkits]] | ||
{{ITK/Template/Footer}} |
Revision as of 17:15, 16 December 2005
ITK provides the image processing "engine", but has no front-end component. That is left up to other libraries.
The following libraries may be used to visualize the results from ITK image processing:
- The Visualization Toolkit (VTK) - http://www.vtk.org/
- OpenGL - http://www.opengl.org/
Using VTK with ITK
VTK is probably the most widely used visualisation library used with ITK. It is powerful, mature, easy to integrate, well documented, and plenty of examples exist. VTK is capable of working with both 2D and 3D data, and has very powerful and flexible processing and visualisation features.
Using OpenGL with ITK
OpenGL (homepage) is a low-level 3D rendering API, available on a wide variety of platforms. OpenGL can be used...
It is often used with a Scene Graph library, which provides a higher level scene-based interface to the developer. Some scene graph packages include:
- ...
See Also...