ITK/Visualization Toolkits: Difference between revisions
(Created from antonym) |
Daviddoria (talk | contribs) m (moved ITK Visualization Toolkits to ITK/Visualization Toolkits) |
||
(One intermediate revision by one other user not shown) | |||
Line 21: | Line 21: | ||
* [[Itk Gui Toolkits]] | * [[Itk Gui Toolkits]] | ||
{{ITK/Template/Footer}} |
Latest revision as of 02:45, 11 February 2012
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...