bilateralfilterinstant
Class Initialization

java.lang.Object
  extended by 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
           
 
Constructor Summary
Initialization(int type, Allocation trigo, Allocation gtrigo, Allocation ftrigo, float cst, float[] factor, float[] inSpace, float[] inRange)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIN

public static int SIN

COS

public static int COS
Constructor Detail

Initialization

public Initialization(int type,
                      Allocation trigo,
                      Allocation gtrigo,
                      Allocation ftrigo,
                      float cst,
                      float[] factor,
                      float[] inSpace,
                      float[] inRange)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable