Class CurvefitMouthModule
java.lang.Object
|
+----CurvefitMouthModule
- public class CurvefitMouthModule
- extends Object
- implements Modulable
This is the java intermediate file for the module CurvefitMouthModule.
This program tries to fit paraboles around the mouth and calculates the Facial Characteristic Points (FCP) and Facial Distances (FD) for the mouth.
Location source: ~isfer/CurvefitMouth/RCS
This file is automatically generated by the ISFER framework.
It contains the java method that is called when this module is
called from the framework. The run method on its turn calls the
native C(++) module.
- Version:
- $Revision: 1.3 $
-
CurvefitMouthModule()
-
-
()
- When this class is used for the first time the library will be loaded
into memory.
-
nativeCurvefitMouthModule(Grey, FM, Grey, FCP, FD, ParameterStore)
- The native function as it is defined in the C(++) file
CurvefitMouthModule.c.
-
run(DataStore, DataStore, ParameterStore)
- Runs the native method CurvefitMouthModule from the library
libCurvefitMouthModule.so.
CurvefitMouthModule
public CurvefitMouthModule()
run
public boolean run(DataStore input,
DataStore output,
ParameterStore parameters) throws JNIException
- Runs the native method CurvefitMouthModule from the library
libCurvefitMouthModule.so.
This program tries to fit paraboles around the mouth and calculates the Facial Characteristic Points (FCP) and Facial Distances (FD) for the mouth.
Location source: ~isfer/CurvefitMouth/RCS
nativeCurvefitMouthModule
public native boolean nativeCurvefitMouthModule(Grey greyData,
FM fmData,
Grey grey0Data,
FCP fcpData,
FD fdData,
ParameterStore parameters)
- The native function as it is defined in the C(++) file
CurvefitMouthModule.c. The exact signature of this function can be
determined by running the java command
JAVAH -JNI CurvefitMouthModule
(after compiling this java file)
static void ()
- When this class is used for the first time the library will be loaded
into memory.