EVS/ALISA
Line 3: | Line 3: | ||
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|thumb|1000px| | + | [[Image:ALISA.PNG|thumb|1000px|center]] |
The relevent classes can be found in these locations: | The relevent classes can be found in these locations: |
Revision as of 18:53, 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.
The relevent classes can be found in these locations:
- ftkSegmentationResult, ftkObject - farsight/trunk/SegmentationCommon
- ftkNuclearSegmentation - farsight/trunk/NuclearSegmentation
- SegmentationModel, SegmentationView = farsight/trunk/GUI
An example XML file for Nuclei can be found here