[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwWTDataProps

ForwWTDataProps Interface

This interface extends the ImgData interface with methods that are necessary for forward wavelet data (i.e. data that is produced by a forward wavelet transform).

Namespace: CSJ2K.j2k.wavelet.analysis
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public interface ForwWTDataProps : ImgData

Properties

Name Description
CbULX

Returns the horizontal offset of the code-block partition. Allowable values are 0 and 1, nothing else.

CbULY

Returns the vertical offset of the code-block partition. Allowable values are 0 and 1, nothing else.

Methods

Name Description
getAnSubbandTree(int, int)

Returns a reference to the root of subband tree structure representing the subband decomposition for the specified tile-component.

isReversible(int, int)

Returns the reversibility of the given tile-component. Data is reversible when it is suitable for lossless and lossy-to-lossless compression.