VTK/Tutorials/External Tutorials: Difference between revisions

From KitwarePublic
< VTK‎ | Tutorials
Jump to navigationJump to search
No edit summary
Line 6: Line 6:
#[http://www.mcs.anl.gov/~disz/cs-341/colorvis/colorvis.PPT Introduction to Visualization with VTK]:Powerpoint presentation, no code, very nice illustrations (T. L. Disz, Univ. of Chicago)
#[http://www.mcs.anl.gov/~disz/cs-341/colorvis/colorvis.PPT Introduction to Visualization with VTK]:Powerpoint presentation, no code, very nice illustrations (T. L. Disz, Univ. of Chicago)
#[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.138.514&rep=rep1&type=pdf Visualizing with VTK : A Tutorial]: A tutorial given by the writers of the VTK Book (W. Schroeder, L. Avila, W. Hoffman)
#[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.138.514&rep=rep1&type=pdf Visualizing with VTK : A Tutorial]: A tutorial given by the writers of the VTK Book (W. Schroeder, L. Avila, W. Hoffman)
#[http://www.cs.uic.edu/~jbell/CS526/Tutorial/Tutorial.html Visualization Toolkit Tutorial ]: Overview of VTK, no code, mostly pictures of projects.  
#[http://www.cs.uic.edu/~jbell/CS526/Tutorial/Tutorial.html Visualization Toolkit Tutorial ]: Overview of VTK, no code, mostly pictures of projects (John Bell).  
#[http://www.bu.edu/tech/research/training/tutorials/vtk/ Using VTK to Visualize Scientific Data (online tutorial)]: Nice Introduction with serious examples in Tcl (BU)
#[http://www.bu.edu/tech/research/training/tutorials/vtk/ Using VTK to Visualize Scientific Data (online tutorial)]: Nice Introduction with serious examples in Tcl (BU)
#[http://www.ncsa.illinois.edu/~semeraro/PPT/VTK_TUTORIAL/v3_document.htm VTK Tutorial: How to Create Visualization Applications with VTK]: Explains basic VTK objects, code snippets are present (Dave Semeraro)
#[http://www.ncsa.illinois.edu/~semeraro/PPT/VTK_TUTORIAL/v3_document.htm VTK Tutorial: How to Create Visualization Applications with VTK]: Explains basic VTK objects, code snippets are present (Dave Semeraro)
#[http://www.osc.edu/supercomputing/training/vtk/vtk_0505.pdf Scientific Visualization with VTK,The Visualization Toolkit]: A Hands-on introduction; uses examples that ship with VTK to illustrate VTK concepts(Ohio Supercomputer Center, OSC)
#[http://www.osc.edu/supercomputing/training/vtk/vtk_0505.pdf Scientific Visualization with VTK,The Visualization Toolkit]: A Hands-on introduction; uses examples that ship with VTK to illustrate VTK concepts(Ohio Supercomputer Center, OSC)
#[http://www.bioimagesuite.org/vtkbook/index.html Introduction to Programming for Image Analysis with VTK]: A book on medical analysis using VTK, free PDF available at the site (Xenophon Papadmetris)
#[http://www.csc.kth.se/utbildning/kth/kurser/DD2257/visual09/VTK-090325-GT.pdf Introduction to VTK]: Nice exposition of basic VTK internals, but very brief (Gustav Taxen)
#[http://www.csc.kth.se/utbildning/kth/kurser/DD2257/visual09/VTK-090325-GT.pdf Introduction to VTK]: Nice exposition of basic VTK internals, but very brief (Gustav Taxen)
#[http://vizisaw.dubmun.com/index.html Vizi-SAW VTK Tutorial]
#[http://vizisaw.dubmun.com/index.html Vizi-SAW VTK Tutorial]
Line 24: Line 23:
# [http://www.inf.ed.ac.uk/teaching/courses/vis/ Visualization Module Home Page]  
# [http://www.inf.ed.ac.uk/teaching/courses/vis/ Visualization Module Home Page]  


== Books ==
Apart from the [http://www.vtk.org/VTK/help/book.html VTK Book] and the [http://www.vtk.org/VTK/help/book.html User's Guide], the following books may be of interest for VTK users/developers:
#[http://www.bioimagesuite.org/vtkbook/index.html Introduction to Programming for Image Analysis with VTK]: A book on medical analysis using VTK, free PDF available at the site. Includes an example of writing your own VTK filter (Xenophon Papadmetris)


<!--
<!--

Revision as of 09:41, 16 June 2011

This page was based on Sebastien Barre's VTK Links: Examples page. However, it is kept more upto date, and new resources will be regularly added. Note that to understand VTK internals, you might still have to buy the VTK User's Guide (although be warned that it does not cover everything). If you find a nice tutorial/webpage that explains VTK, please add it here!

Examples, Presentations, Seminars, Talks, Tutorials

  1. There is a tutorial in the VTK distribution (in /Examples/Tutorial).
  2. Visualization examples for the The VISUALIZATION TOOLKIT, used in a VTK workshop given at the University of Groningen (RuG): Worth a look, lot's of examples.
  3. Introduction to Visualization with VTK:Powerpoint presentation, no code, very nice illustrations (T. L. Disz, Univ. of Chicago)
  4. Visualizing with VTK : A Tutorial: A tutorial given by the writers of the VTK Book (W. Schroeder, L. Avila, W. Hoffman)
  5. Visualization Toolkit Tutorial : Overview of VTK, no code, mostly pictures of projects (John Bell).
  6. Using VTK to Visualize Scientific Data (online tutorial): Nice Introduction with serious examples in Tcl (BU)
  7. VTK Tutorial: How to Create Visualization Applications with VTK: Explains basic VTK objects, code snippets are present (Dave Semeraro)
  8. Scientific Visualization with VTK,The Visualization Toolkit: A Hands-on introduction; uses examples that ship with VTK to illustrate VTK concepts(Ohio Supercomputer Center, OSC)
  9. Introduction to VTK: Nice exposition of basic VTK internals, but very brief (Gustav Taxen)
  10. Vizi-SAW VTK Tutorial

VTK Pipeline

  1. ParaView Visualization Course: The VTK Visualization Pipeline and ParaView: Introduction to ParaView, but includes a nice discussion of VTK pipeline (Jean M. Favre)
  2. Upgrading to and Understanding the new VTK Pipeline: Explains the concepts of vtkInformation etc.
  3. Proposal for the New VTK Pipeline: This new pipeline is currently in use; the document uses the term 'vtkProcessor'; just replace this by 'vtkAlgorithm' throughout

Computer Graphics Courses that teach VTK

  1. CS563:Advanced Topics in Computer Graphics Home Page
  2. RPI CSCI-4972 Introduction to Visualization Fall 2010 - slides available here
  3. Visualization Module Home Page

Books

Apart from the VTK Book and the User's Guide, the following books may be of interest for VTK users/developers:

  1. Introduction to Programming for Image Analysis with VTK: A book on medical analysis using VTK, free PDF available at the site. Includes an example of writing your own VTK filter (Xenophon Papadmetris)




VTK: [Welcome | Site Map]