[]
        
(Showing Draft Content)

CSJ2K.j2k.image.CompTransfSpec.-ctor

CompTransfSpec Constructor

CompTransfSpec(int, int, byte)

Constructs an empty 'CompTransfSpec' with the specified number of tiles and components. This constructor is called by the decoder. Note: The number of component is here for symmetry purpose. It is useless since only tile specifications are meaningful.

Declaration
public CompTransfSpec(int nt, int nc, byte type)
Parameters
Type Name Description
int nt

Number of tiles

int nc

Number of components

byte type

the type of the specification module i.e. tile specific, component specific or both.