[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.WTDecompSpec

WTDecompSpec Class

Inheritance
WTDecompSpec
Namespace: CSJ2K.j2k.wavelet
Assembly: C1.WPF.PdfViewer.4.6.2.dll
Syntax
public class WTDecompSpec

Constructors

Name Description
WTDecompSpec(int, int, int)

Fields

Name Description
DEC_SPEC_COMP_DEF

The identifier for "component default" specified decomposition

DEC_SPEC_MAIN_DEF

The identifier for "main default" specified decomposition

DEC_SPEC_TILE_COMP

The identifier for "tile and component specific" specified decomposition

DEC_SPEC_TILE_DEF

The identifier for "tile specific default" specified decomposition

WT_DECOMP_DYADIC

ID for the dyadic wavelet tree decomposition (also called "Mallat" in JPEG 2000): 0x00.

WT_DECOMP_PACKET

ID for the PACKET (as defined in JPEG 2000) wavelet tree decomposition (2 levels of decomposition in the high bands and some specified number for the lowest LL band): 0x01.

WT_DECOMP_SPACL

ID for the SPACL (as defined in JPEG 2000) wavelet tree decomposition (1 level of decomposition in the high bands and some specified number for the lowest LL band): 0x02.

Properties

Name Description
MainDefDecompType

Returns the main default decomposition type.

MainDefLevels

Returns the main default decomposition number of levels.

Methods

Name Description
getDecSpecType(int)
getDecompType(int)
getLevels(int)
setMainCompDefDecompType(int, int, int)

Sets the "component main default" decomposition type and number of levels for the specified component. Both 'dec' and 'lev' can not be negative at the same time.