EVS/ALISA

From FarsightWiki
Revision as of 19:05, 7 May 2009 by Isaac (Talk | contribs)
Jump to: navigation, search

The current linkage between views in Farsight (ALISA) that enables the PACE technology is implemented using QT's Model/View Architecture. The model classes: QStandardItemModel and QItemSelectionModel are enclosed in a SegmentationModel class which also handles event triggers. In the present implementation this model is taylored for use with nuclei.

The Segmentation Model can be created from Segmentation Result. The Segmentation Result class is an abstract class that handles reading/writing of object data from an XML file. This class should be extended to create specific methods for each object type - editing, feature calculation, and image data handling.

The relevent classes/files can be found in these locations:

  • ftkSegmentationResult, ftkObject - farsight/trunk/SegmentationCommon
  • ftkNuclearSegmentation - farsight/trunk/NuclearSegmentation
  • SegmentationModel, SegmentationView - farsight/trunk/GUI
  • example XML - farsight/trunk/NuclearSegmentation
Personal tools