[]
This interface extends the WaveletTransform with the specifics of inverse wavelet transforms. Classes that implement inverse wavelet transfoms should implement this interface.
<p>This class does not define the methods to transfer data, just the
specifics to inverse wavelet transform. Different data transfer methods are
envisageable for different transforms.</p>
public interface InvWT : WaveletTransform, ImgData
Name | Description |
---|---|
ImgResLevel | Sets the image reconstruction resolution level. A value of 0 means reconstruction of an image with the lowest resolution (dimension) available.
|