Class Grey2MRPModule
java.lang.Object
|
+----Grey2MRPModule
- public class Grey2MRPModule
- extends Object
- implements Modulable
This is the java intermediate file for the module Grey2MRPModule.
Convert a Grey picture to Multi Resolution Pyramid
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 $
-
Grey2MRPModule()
-
-
()
- When this class is used for the first time the library will be loaded
into memory.
-
nativeGrey2MRPModule(Grey, MRP, ParameterStore)
- The native function as it is defined in the C(++) file
Grey2MRPModule.c.
-
run(DataStore, DataStore, ParameterStore)
- Runs the native method Grey2MRPModule from the library
libGrey2MRPModule.so.
Grey2MRPModule
public Grey2MRPModule()
run
public boolean run(DataStore input,
DataStore output,
ParameterStore parameters) throws JNIException
- Runs the native method Grey2MRPModule from the library
libGrey2MRPModule.so.
Convert a Grey picture to Multi Resolution Pyramid
Location source: ~isfer/Features/RCS
nativeGrey2MRPModule
public native boolean nativeGrey2MRPModule(Grey greyData,
MRP mrpData,
ParameterStore parameters)
- The native function as it is defined in the C(++) file
Grey2MRPModule.c. The exact signature of this function can be
determined by running the java command
JAVAH -JNI Grey2MRPModule
(after compiling this java file)
static void ()
- When this class is used for the first time the library will be loaded
into memory.