bilateralfilterinstant
Class Initialization
java.lang.Object
bilateralfilterinstant.Initialization
- All Implemented Interfaces:
- java.lang.Runnable
public class Initialization
- extends java.lang.Object
- implements java.lang.Runnable
This class is responsible for the initialization procedure of the
sin and cos tables.
Thread or directly by calling the run()
|
Field Summary |
static int |
COS
|
static int |
SIN
|
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SIN
public static int SIN
COS
public static int COS
Initialization
public Initialization(int type,
Allocation trigo,
Allocation gtrigo,
Allocation ftrigo,
float cst,
float[] factor,
float[] inSpace,
float[] inRange)
run
public void run()
- Specified by:
run in interface java.lang.Runnable