|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectencoder.Decomposition
public class Decomposition
Decomposition Provides methods for
temporal decomposition and spatial decomposition
of group of frames
| Method Summary | |
|---|---|
int[][][] |
getSignFrame(double[][][] waveletFrames,
Counters counters,
MaxBits maxBits,
int imageWidth,
int imageHeight,
int numberOfFrames)
calculates the sign frames for the frames data |
double[][][] |
temporalDecomposition(double[][][] inputFrames,
int imageWidth,
int imageHeight,
int numberOfFrames,
int temporalLevel)
Applies temporal decomposition to the frames |
double[] |
wavelet1D(double[] temp,
int size,
int level)
Applies one dimensional wavelet decomposition to the specified frames data |
double[][][] |
wavelet2D(double[][][] temporalFrame,
int imageWidth,
int imageHeight,
int numberOfFrames,
int spatialLevel)
Applies 2 Dimensional wavelet decomposition to the temporally decomposed frames |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public double[][][] temporalDecomposition(double[][][] inputFrames,
int imageWidth,
int imageHeight,
int numberOfFrames,
int temporalLevel)
inputFrames - imageWidth - imageHeight - numberOfFrames - temporalLevel -
public double[][][] wavelet2D(double[][][] temporalFrame,
int imageWidth,
int imageHeight,
int numberOfFrames,
int spatialLevel)
temporalFrame - represents a 3 dimensional temporally decomposed framesimageWidth - width of the frameimageHeight - height of the framenumberOfFrames - total numnber of the framesspatialLevel - spatial level
public double[] wavelet1D(double[] temp,
int size,
int level)
temp - single dimensional frames datasize - length of the frames data arraylevel -
public int[][][] getSignFrame(double[][][] waveletFrames,
Counters counters,
MaxBits maxBits,
int imageWidth,
int imageHeight,
int numberOfFrames)
waveletFrames - counters - maxBits - imageWidth - width of the frameimageHeight - height of the framenumberOfFrames - represents the total number of the frames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||