You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

advviz-1-generalities.dox 1.2KB

123456789101112131415161718192021
  1. /**
  2. \page Doc_Mensia_AdvViz Advanced Visualization Boxes
  3. General information on the Advanced Visualization Toolset:
  4. - \subpage Doc_Mensia_AdvViz_Generalities : generalities about the toolset.
  5. - \subpage Doc_Mensia_AdvViz_Concepts : understanding the Toolset design and the different visualization paradigms.
  6. - \subpage Doc_Mensia_AdvViz_Configuration : how to configure the Advanced Visualization boxes.
  7. - \subpage Doc_Mensia_AdvViz_UseCases : concrete examples of use, from spectral analysis to ERP display.
  8. \page Doc_Mensia_AdvViz_Generalities Generalities
  9. To be able to use all the features in the Mensia Advanced Visualization Toolset, please verify that your setup meets the following recommendations.
  10. \section OpenGL OpenGL dependency
  11. The Toolset relies on the <a href="http://www.opengl.org/">OpenGL</a> library for every rendering operations, from signal display to 3D reconstruction.
  12. You must ensure that your computer is equipped with an OpenGL-compatible graphic card or chipset.
  13. This should be the case on any recent computer.
  14. You should also ensure that your graphic card drivers are up-to-date.
  15. Please refer to the manufacturer website for more information.
  16. **/