Page MenuHomePhabricator

4D polygon models cannot be saved/loaded properly
Closed, WontfixPublic

Description

Loading and saving of 4D polygon models does not work properly

  • When saving the project as *.mitk file, those 4D polygon models are not included in the saved project file
  • When saving the 4D polygon model, each timestep is saved seperatly in a stl/vtk/vtp file. No possibilty yet to store it in one file.
  • A 4D polygon model, which timesteps has been stored in seperate stl/vtk/vtp files, cannot be loaded as a merged 4D model, only as single 3D models.

Event Timeline

It is probably not possible to store 4D models in STL format. Are there other 3D model formats that we (or ITK/VTK) support to store 4D models?

Merging "Datamanager" component into ExtApp plugins

There are no 4D Polygon model classes in VTK / ITK. A Solution would be: Store single 3D polygon models for each timestep.

4d binary image

reopened, thomas wants it!
a 4D MITK Surfaces for testing can easily created by opening the attached binary 4D image and click "Create Polygon Model" from the context menu (Segmentation bundle needs to be enabled).

The resulting MITK-Surface is 4D, but is split into multiple 3D surface files, when saved. Opening these 3D files and merge them again into one 4D surface is not possible yet.

Maybe need to introduce a new FileFormat for that (just like Poinset4D with extra information?).

Change component to CORE because this bug is a extension of the STLFileIO class.

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.