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 $

Constructor Index

 o Grey2MRPModule()

Method Index

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

Constructors

 o Grey2MRPModule
 public Grey2MRPModule()

Methods

 o 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

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

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