Uses of Package
Facemorph.DataBase

Packages that use Facemorph.DataBase
Facemorph   
Facemorph.DataBase   
Facemorph.Stats   
 

Classes in Facemorph.DataBase used by Facemorph
iniFile
          Loads a ini style data file general format # a comment [block name.sub block name:type] variable1 = 56 variable2 = "a string" variable3 = [13,23,12,14] # a vector The resulting data is stored as a tree of node (starting with 'root') Each node represents a block, containing named variables and child blocks Each block has a 'type' associated with it (a string value) and a name.
 

Classes in Facemorph.DataBase used by Facemorph.DataBase
Batch
          Batch stores a list of image files and template files, together with any variables including ID defined
Batch.Type
          Describes the type of a Object to allow the system to determine compatability
BatchProcessData
          The data to be passed to the EnhancedBatchProcess class from the batcher
EnhancedBatchable
           
FileHandler
           
ImageIterator
          Method to iterate over images in a Batch (or some other similar collection) and return as FloatImages.
iniFile
          Loads a ini style data file general format # a comment [block name.sub block name:type] variable1 = 56 variable2 = "a string" variable3 = [13,23,12,14] # a vector The resulting data is stored as a tree of node (starting with 'root') Each node represents a block, containing named variables and child blocks Each block has a 'type' associated with it (a string value) and a name.
iniFile.Node
           
IniHandler
          This interface must be implemented by any objects that are (de)serialised by the iniFile interface
ObjectFactory
           
ObjectFactory.FactoryMeme
          All Classes included in the factory system must have an assosiated FactoryMeme class This allows the Factory Object Class to be queried to suitability for particular data.
ObjectFactory.ObjectFactoryException
           
TemplateIterator
          Method to iterate over template files in a Batch (or some other similar collection) and return the corresponding template
 

Classes in Facemorph.DataBase used by Facemorph.Stats
Batch
          Batch stores a list of image files and template files, together with any variables including ID defined
iniFile
          Loads a ini style data file general format # a comment [block name.sub block name:type] variable1 = 56 variable2 = "a string" variable3 = [13,23,12,14] # a vector The resulting data is stored as a tree of node (starting with 'root') Each node represents a block, containing named variables and child blocks Each block has a 'type' associated with it (a string value) and a name.
IniHandler
          This interface must be implemented by any objects that are (de)serialised by the iniFile interface