Class FCP

java.lang.Object
   |
   +----framework.ModuleData
           |
           +----PolygonData
                   |
                   +----FCP

class FCP
extends PolygonData
implements Data
Facial Characteristic Points (FCP) data. The points defined here are not completely according to the 30 FCP points defined by Kobayashi & Hara. The eye points used here have a different meaning (K&H used 8 points to define an eye, we use 7). A more detailed description of this can be found in Denny de Jonges masters thesis. A couple of points were added that may also be usefull: nose points, chin points.


Variable Index

 o FCPError
 o fcpNames
 o observable
The observable object, or "data" in the model-view paradigm.

Constructor Index

 o FCP()

Method Index

 o copy()
Create a new FCP object and make a copy of the FCP points.
 o getLoadTags()
Define the valid extensions that files of this data type may use when loading data from disk.
 o getObservable()
Get the fcp map observable.
 o getSaveTags()
Define the valid extensions that files of this data type may use when saving data to disk.
 o main(String[])
 o makeFCPError(int)
Make the FCP array that contains the error values of the FCP points.

Variables

 o FCPError
 double FCPError[]
 o fcpNames
 String fcpNames[]
 o observable
 private FCPObservable observable
The observable object, or "data" in the model-view paradigm. It represents the object that the application wants to have observed.

Constructors

 o FCP
 FCP()

Methods

 o getObservable
 public FCPObservable getObservable()
Get the fcp map observable.

 o makeFCPError
 public void makeFCPError(int nr)
Make the FCP array that contains the error values of the FCP points.

 o copy
 public FCP copy()
Create a new FCP object and make a copy of the FCP points.

 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 PolygonData
 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 PolygonData
 o main
 public static void main(String s[])