Hi Martín, I'm not a specialist on 3D+t issues, but I know, that the time steps don't have to be evenly spaced. Here is what I would try: Take a look at <http://mbi.dkfz-heidelberg.de/mitk/documentation/doxygen/classmitk_1_1TimeSlicedGeometry.html>, use SetEvenlyTimed(false) and set the time bounds of the contained Geometry3Ds with SetTimeBounds() to reflect your time intervals.
Hope this helps, Jochen --- Jochen Neuhaus Deutsches Krebsforschungszentrum Medizinische und Biologische Informatik Im Neuenheimer Feld 280 D-69120 Heidelberg Tel.: +49 (0) 6221 / 42-2329 Fax: +49 (0) 6221 / 42-2345 http://www.dkfz-heidelberg.de/de/mbi/people/Jochen_Neuhaus.html > -----Ursprüngliche Nachricht----- > Von: Martín Bianculli [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 7. Oktober 2008 17:28 > An: [email protected] > Betreff: [mitk-users] 3D+t volume image data: variable time intervals > > Hi mitk people. > > I'm starting to work with 3D+t data. For creating a 3D+t data, the > data is pushed by calling > mitk::Image::SetVolume( const void* data, int t=0, int n=0) ( Set data > as volume at time t in channel n). > > Is it possible to have variable time intervals between the different > time steps? Something like: > mitk::Image::SetVolume( const void* data, int t=0, int n=0, double > realTime = 0.0) > > > Thanks in advance, > > > -- > Martín ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
