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