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 $

Constructor Index

 o SnakeMouthModule()

Method Index

 o ()
When this class is used for the first time the library will be loaded into memory.
 o nativeSnakeMouthModule(Grey, Grey, Grey, Mask, Grey, ParameterStore)
The native function as it is defined in the C(++) file SnakeMouthModule.c.
 o run(DataStore, DataStore, ParameterStore)
Runs the native method SnakeMouthModule from the library libSnakeMouthModule.so.

Constructors

 o SnakeMouthModule
 public SnakeMouthModule()

Methods

 o 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

 o 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)

 o
 static void ()
When this class is used for the first time the library will be loaded into memory.