Diferencia entre revisiones de «The scene»
(Created page with "<languages /> <translate> ==A central concept: the scene== ---- Back to Previous considerations - Back to Main Page ---- Category:Concepts </translate>") |
|||
| Línea 2: | Línea 2: | ||
<translate> | <translate> | ||
==A central concept: the scene== | ==A central concept: the scene== | ||
| + | As a visualization application, 3D Slicer provides graphical representations of patient-specific data embedded in a GUI with configurable layouts that facilitate inspection, processing and interaction. Such patient-specific data is provided by a host of biomedical imaging modalities, across different spatial and temporal scales. 3D Slicer has a bias towards volumetric modalities, such as CT, MRI and PET due to their clinical relevance, but it is possible to integrate 1D and 2D signals, in addition to 3D, as well as their time varying counterparts. Morevover the magnitudes conveyed by the signals can be scalar, vector and tensors. Graphical representations are then provided by means of 3D, slice (2D) and chart (1D) specialized viewers. | ||
| + | Since 3D Slicer is largely built on top of the '''Visualization Toolkit (Vtk)''', it is very conveniet to read The Visualization Toolkit: An Object-Oriented Approach to 3D Graphics, 4th Edition, a.k.a. The VTK Textbook, which is the official reference guide for VTK and is freely available for download [http://www.vtk.org/vtk-textbook/ here]. | ||
| + | ==The coordinate systems== | ||
| + | |||
| + | ===Model coordinates=== | ||
| + | |||
| + | ===Word coordinates=== | ||
| + | |||
| + | ===View coordinates=== | ||
| + | |||
| + | ===Display coordinates=== | ||
---- | ---- | ||
Revisión del 16:18 19 sep 2017
Contenido
A central concept: the scene
As a visualization application, 3D Slicer provides graphical representations of patient-specific data embedded in a GUI with configurable layouts that facilitate inspection, processing and interaction. Such patient-specific data is provided by a host of biomedical imaging modalities, across different spatial and temporal scales. 3D Slicer has a bias towards volumetric modalities, such as CT, MRI and PET due to their clinical relevance, but it is possible to integrate 1D and 2D signals, in addition to 3D, as well as their time varying counterparts. Morevover the magnitudes conveyed by the signals can be scalar, vector and tensors. Graphical representations are then provided by means of 3D, slice (2D) and chart (1D) specialized viewers.
Since 3D Slicer is largely built on top of the Visualization Toolkit (Vtk), it is very conveniet to read The Visualization Toolkit: An Object-Oriented Approach to 3D Graphics, 4th Edition, a.k.a. The VTK Textbook, which is the official reference guide for VTK and is freely available for download here.
The coordinate systems
Model coordinates
Word coordinates
View coordinates
Display coordinates
Back to Previous considerations - Back to Main Page