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.
-
FCPError
-
-
fcpNames
-
-
observable
- The observable object, or "data" in the model-view paradigm.
-
FCP()
-
-
copy()
- Create a new FCP object and make a copy of the FCP points.
-
getLoadTags()
- Define the valid extensions that files of this data type may use
when loading data from disk.
-
getObservable()
- Get the fcp map observable.
-
getSaveTags()
- Define the valid extensions that files of this data type may use
when saving data to disk.
-
main(String[])
-
-
makeFCPError(int)
- Make the FCP array that contains the error values of the FCP points.
FCPError
double FCPError[]
fcpNames
String fcpNames[]
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.
FCP
FCP()
getObservable
public FCPObservable getObservable()
- Get the fcp map observable.
makeFCPError
public void makeFCPError(int nr)
- Make the FCP array that contains the error values of the FCP points.
copy
public FCP copy()
- Create a new FCP object and make a copy of the FCP points.
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
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
main
public static void main(String s[])