LabCourseSS042Minutes1706

Chair for Computer Aided Medical Procedures & Augmented Reality
Lehrstuhl für Informatikanwendungen in der Medizin & Augmented Reality

THIS WEBPAGE IS DEPRECATED - please visit our new website

-- FranziskaBayer - 18 Jun 2004

Attendants: Marco Feuerstein, Mohan Singh, Franziska Bayer

Minute Taker: Franziska Bayer


TODOs until July, 2nd

  • Check in your code into our CVS server atnavab5
    (just check in header and source files as well as Visual Studio Solution files or Makefiles, respectively;
    please remember to have an appropriate directory structure)
  • If any person makes a CVS checkout, your code must compile, link, and run (I will definitely test that on July 2)
  • Implementation details:
    • DICOM parser should be a library, which can be used by many different applications to convert DICOM data into other formats (Meta Image, RAW, VOL data format)
    • Our Open inventor node must be able to display an orthogonal slice (meaning in X,Y, or Z direction) of a 3D volume (of different data formats, as mentioned before)
    • For implementation details, you can stick/refer to SimVoleon (http://dev.sim.no/SIM_Voleon/), where there is a volume renderer as well as an orthogonal slice viewer (SoVolumeRender and SoOrthoSlice); for a better documentation than the one on the SIM pages please refer to the TGS ones (http://www.tgs.com/support/oiv_doc/ReferenceManual/index.html and http://www.tgs.com/support/oiv_doc/UsersGuide/UsersGuide.pdf)
    • for instance, you could implement Inventor nodes called SoVRMetaFileReader or SoVRRawFileReader


Edit | Attach | Refresh | Diffs | More | Revision r1.3 - 19 Jun 2004 - 12:57 - MarcoFeuerstein