Difference between revisions of "Documentation/Labs/FlyThroughNavigation"

From Slicer Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
 
This page describes possible approaches to implement general object to do fly through navigation.  
 
This page describes possible approaches to implement general object to do fly through navigation.  
  
 +
There is already a scripted module named [[Documentation/Nightly/Modules/Endoscopy|Endoscopy]]. The idea would be to learn the lesson from this module and other projects to create more general structure to store, represent and manage fly through navigation.
 +
 +
== Representation ==
 +
 +
* fly through path
 +
 +
 +
== References ==
 +
 +
* Virtual endoscopy in Slicer2: http://groups.csail.mit.edu/vision/medical-vision/virtual-endoscopy/
 +
 +
== Examples ==
  
There is already a scripted module named [[Documentation/Nightly/Modules/Endoscopy|Endoscopy]]. The idea would be to learn the lesson from this module and other projects to create more general structure to store, represent and manage fly through navigation.
+
* 3D Virtual Colonoscopy - Colon Fly Through : https://www.youtube.com/watch?v=uQP8J_lrJ7c
 +
* Backward and forward playing is important: https://www.youtube.com/watch?v=pi79dw36jrI

Revision as of 16:51, 6 October 2015

Home < Documentation < Labs < FlyThroughNavigation

This page describes possible approaches to implement general object to do fly through navigation.

There is already a scripted module named Endoscopy. The idea would be to learn the lesson from this module and other projects to create more general structure to store, represent and manage fly through navigation.

Representation

  • fly through path


References

Examples