EVS/ALISA

From FarsightWiki
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
[[Image:ALISA.PNG|thumb|1000px|center]]
 
[[Image:ALISA.PNG|thumb|1000px|center]]
  
The relevent classes can be found in these locations:
+
The relevent classes/files can be found in these locations:
 
* ftkSegmentationResult, ftkObject - farsight/trunk/SegmentationCommon
 
* ftkSegmentationResult, ftkObject - farsight/trunk/SegmentationCommon
 
* ftkNuclearSegmentation - farsight/trunk/NuclearSegmentation
 
* ftkNuclearSegmentation - farsight/trunk/NuclearSegmentation
* SegmentationModel, SegmentationView = farsight/trunk/GUI
+
* SegmentationModel, SegmentationView - farsight/trunk/GUI
 
+
* example XML - farsight/trunk/NuclearSegmentation
An example XML file for Nuclei can be found here
+

Revision as of 19:05, 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/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