EVS/ALISA

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
Line 2: Line 2:
  
 
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 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.
 +
 +
[[Image:ALISA.PNG]]

Revision as of 18:40, 7 May 2009

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.

File:ALISA.PNG

Personal tools