|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp2codec.wavelet.synthesis.InvWTHelper
public class InvWTHelper
This abstract class provides default implementations of some of methods that are useful for inverse wavelet transforms. The implementations are general and can suit most inverse DWT implementation.
Constructor Summary | |
---|---|
InvWTHelper(InvWTData src)
Instantiates a new 'InvWTHelper' object to work with the specified source of wavelet coefficients. |
Method Summary | |
---|---|
boolean |
isReversible(int t,
int c)
Returns the reversibility of the wavelet transform for the specified tile-component. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvWTHelper(InvWTData src)
src
- The source of wavelet coefficients for the wavelet transform
to "help".Method Detail |
---|
public boolean isReversible(int t, int c)
t
- The index of the tile.c
- The index of the component.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |