On Thu, 2008-02-07 at 18:08 +0100, Xabier Artaechevarria Artieda wrote: > Hi all, > First of all, I would like to thank MITK developers for the great > SliceBasedSegmentation functionality. > We think that the functionality does not properly update previously > segmented regions, though. We have checked it by looking at the > "ModifiedTime" property of the Data Manager. > What we do is the following: > 1. Open an image. > 2. Segment it with our own functionality. > 3. Check "Modified Time" property > 4. Modify segmentation with "Add" tool using SliceBasedSegmentation. > We "see" the new added regions. > 5. Check "Modified Time" property -> it is the same as in step 3 (we > do change from one object to another to be sure that the time is > updated) > > We think that any segmentation functionality can be used to reproduce > the problem. > When we access the data object again for visualization using our > functionality, it turns out to be the old one (step 2), the > modifications done with SliceBasedSegmentation are gone. > Could this be solved easily?
Hallo Xabi, this sounds like an easy to solve problem, probably just some call to itk::DataObject::Modified() missing. I just opened a bug report (#1188) and will try to solve it next week. Best regards, Daniel -- Dipl.-Inform. Med. Daniel Maleike Phone: +49 6221 42 2326 Deutsches Krebsforschungszentrum Im Neuenheimer Feld 280 Medical and Biological Informatics (E130) 69120 Heidelberg ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
