|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdecoder.Synthesis
public class Synthesis
Synthesis provides the methods to apply temporal synthesis,
2 dimensional inverse wavelet and single dimensional inverse wave decomposition/ synthesis
| Constructor Summary | |
|---|---|
Synthesis()
Constructs an empty Synthesis |
|
| Method Summary | |
|---|---|
double[][][] |
inverseWavelet2D(double[][][] waveletFrame,
int imageWidth,
int imageHeight,
int numberOfFrames,
int spatialLevel)
Applies the 2 dimensional inverse wavelet decomposition to the wavelet Frames |
double[][][] |
temporalSynthesis(double[][][] temporalFrames,
int imageWidth,
int imageHeight,
int numberOfFrames,
int temporalLevel)
temporaSynthesis is applied to the temporal frames |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Synthesis()
Synthesis
| Method Detail |
|---|
public double[][][] temporalSynthesis(double[][][] temporalFrames,
int imageWidth,
int imageHeight,
int numberOfFrames,
int temporalLevel)
temporalFrames - input source framesimageWidth - width of the frameimageHeight - height of the framenumberOfFrames - represents total number of the framestemporalLevel - temporal level to be applied on the frames
public double[][][] inverseWavelet2D(double[][][] waveletFrame,
int imageWidth,
int imageHeight,
int numberOfFrames,
int spatialLevel)
waveletFrame - 3 dimensional input arrayimageWidth - width of the frameimageHeight - height of the framenumberOfFrames - represents the total number of framesspatialLevel - to be applied to the wavelet frames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||