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 $

Constructor Index

 o MRP2RFMModule()

Method Index

 o ()
When this class is used for the first time the library will be loaded into memory.
 o nativeMRP2RFMModule(MRP, FM, ParameterStore)
The native function as it is defined in the C(++) file MRP2RFMModule.c.
 o run(DataStore, DataStore, ParameterStore)
Runs the native method MRP2RFMModule from the library libMRP2RFMModule.so.

Constructors

 o MRP2RFMModule
 public MRP2RFMModule()

Methods

 o 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

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

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