bilateralfilterinstant
Class Allocation
java.lang.Object
bilateralfilterinstant.Allocation
- All Implemented Interfaces:
- java.lang.Runnable
public class Allocation
- extends java.lang.Object
- implements java.lang.Runnable
This class is in charge of allocate the memory to store all the intermediate
results of the Bilateral Filter.
|
Constructor Summary |
protected |
Allocation(int nchannels,
int size)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Allocation
protected Allocation(int nchannels,
int size)
run
public void run()
- Specified by:
run in interface java.lang.Runnable
getArray
protected float[][] getArray()
getChannel
protected float[] getChannel(int c)
getNumberChannels
protected int getNumberChannels()