Class FD

java.lang.Object
   |
   +----framework.ModuleData
           |
           +----FD

class FD
extends ModuleData
implements Data
Facial Differences data: distances between Facial Characteristic Points (FCP).

See Also:
FCP

Variable Index

 o FDPoints
Facial Distances data.

Constructor Index

 o FD()

Method Index

 o display(String, String)
Display the Facial Distances on screen.
 o getFD()
Get the Facial Distance array.
 o getLoadTags()
Define the valid extensions that files of this data type may use when loading data from disk.
 o getSaveTags()
Define the valid extensions that files of this data type may use when saving data to disk.
 o load(String)
Load the FD points from disk.
 o load1DimArray(StreamTokenizer)
 o main(String[])
 o makeFD(int)
Make the Facial Distances array.
 o save(String)
Save the FD points to disk.
 o save1DimArray(DataOutputStream, double[])
 o size()
 o toString()

Variables

 o FDPoints
 double FDPoints[]
Facial Distances data.

Constructors

 o FD
 FD()

Methods

 o makeFD
 public void makeFD(int nr)
Make the Facial Distances array.

 o getFD
 public double[] getFD()
Get the Facial Distance array.

 o size
 public int size()
 o getLoadTags
 protected String[] getLoadTags()
Define the valid extensions that files of this data type may use when loading data from disk.

Overrides:
getLoadTags in class ModuleData
 o getSaveTags
 protected String[] getSaveTags()
Define the valid extensions that files of this data type may use when saving data to disk.

Overrides:
getSaveTags in class ModuleData
 o load
 public void load(String filename) throws FileNotFoundException, IOException
Load the FD points from disk.

Overrides:
load in class ModuleData
 o save
 public void save(String filename) throws FileNotFoundException, IOException
Save the FD points to disk.

Overrides:
save in class ModuleData
 o load1DimArray
 private double[] load1DimArray(StreamTokenizer st) throws IOException
 o save1DimArray
 private void save1DimArray(DataOutputStream dos,
                            double data[]) throws IOException
 o display
 public DataVisualisation display(String title,
                                  String filename)
Display the Facial Distances on screen.

Overrides:
display in class ModuleData
 o toString
 public String toString()
Overrides:
toString in class Object
 o main
 public static void main(String s[])