Class GreyClipModule
java.lang.Object
|
+----GreyClipModule
- public class GreyClipModule
- extends Object
- implements Modulable
This is the java intermediate file for the module GreyClipModule.
Use the feature maps to create Grey pictures of all features.
Location source: ~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 $
-
GreyClipModule()
-
-
()
- When this class is used for the first time the library will be loaded
into memory.
-
nativeGreyClipModule(Grey, FM, Grey, Grey, Grey, Grey, Grey, Grey, Grey, ParameterStore)
- The native function as it is defined in the C(++) file
GreyClipModule.c.
-
run(DataStore, DataStore, ParameterStore)
- Runs the native method GreyClipModule from the library
libGreyClipModule.so.
GreyClipModule
public GreyClipModule()
run
public boolean run(DataStore input,
DataStore output,
ParameterStore parameters) throws JNIException
- Runs the native method GreyClipModule from the library
libGreyClipModule.so.
Use the feature maps to create Grey pictures of all features.
Location source: ~isfer/Features/RCS
nativeGreyClipModule
public native boolean nativeGreyClipModule(Grey greyData,
FM fmData,
Grey grey0Data,
Grey grey1Data,
Grey grey2Data,
Grey grey3Data,
Grey grey4Data,
Grey grey5Data,
Grey grey6Data,
ParameterStore parameters)
- The native function as it is defined in the C(++) file
GreyClipModule.c. The exact signature of this function can be
determined by running the java command
JAVAH -JNI GreyClipModule
(after compiling this java file)
static void ()
- When this class is used for the first time the library will be loaded
into memory.