Class SnakeMouthModule
java.lang.Object
|
+----SnakeMouthModule
- public class SnakeMouthModule
- extends Object
- implements Modulable
This is the java intermediate file for the module SnakeMouthModule.
Locate a mouth by using snakes. This program (originally called LCM) was created by the Tjech students: Pavel & Pavel and Vit.
Location of sources: ~isfer/Features/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 $
-
SnakeMouthModule()
-
-
()
- When this class is used for the first time the library will be loaded
into memory.
-
nativeSnakeMouthModule(Grey, Grey, Grey, Mask, Grey, ParameterStore)
- The native function as it is defined in the C(++) file
SnakeMouthModule.c.
-
run(DataStore, DataStore, ParameterStore)
- Runs the native method SnakeMouthModule from the library
libSnakeMouthModule.so.
SnakeMouthModule
public SnakeMouthModule()
run
public boolean run(DataStore input,
DataStore output,
ParameterStore parameters) throws JNIException
- Runs the native method SnakeMouthModule from the library
libSnakeMouthModule.so.
Locate a mouth by using snakes. This program (originally called LCM) was created by the Tjech students: Pavel & Pavel and Vit.
Location of sources: ~isfer/Features/RCS
nativeSnakeMouthModule
public native boolean nativeSnakeMouthModule(Grey greyData,
Grey grey0Data,
Grey grey1Data,
Mask maskData,
Grey grey2Data,
ParameterStore parameters)
- The native function as it is defined in the C(++) file
SnakeMouthModule.c. The exact signature of this function can be
determined by running the java command
JAVAH -JNI SnakeMouthModule
(after compiling this java file)
static void ()
- When this class is used for the first time the library will be loaded
into memory.