C# Class CSJ2K.j2k.decoder.DecoderSpecs

This class holds references to each module specifications used in the decoding chain. This avoid big amount of arguments in method calls. A specification contains values of each tile-component for one module. All members must be instance of ModuleSpec class (or its children).
Afficher le fichier Open project: cureos/csj2k Class Usage Examples

Méthodes publiques

Свойство Type Description
cblks CSJ2K.j2k.entropy.CBlkSizeSpec
cts CSJ2K.j2k.image.CompTransfSpec
dls CSJ2K.j2k.IntegerSpec
ecopts CSJ2K.j2k.ModuleSpec
ephs CSJ2K.j2k.ModuleSpec
ers CSJ2K.j2k.ModuleSpec
gbs CSJ2K.j2k.quantization.GuardBitsSpec
iccs CSJ2K.j2k.ModuleSpec
nls CSJ2K.j2k.IntegerSpec
pcs CSJ2K.j2k.ModuleSpec
pos CSJ2K.j2k.IntegerSpec
pphs CSJ2K.j2k.ModuleSpec
pss CSJ2K.j2k.entropy.PrecinctSizeSpec
qsss CSJ2K.j2k.quantization.QuantStepSizeSpec
qts CSJ2K.j2k.quantization.QuantTypeSpec
rois CSJ2K.j2k.roi.MaxShiftSpec
sops CSJ2K.j2k.ModuleSpec
wfs CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec

Méthodes publiques

Méthode Description
Clone ( ) : Object
DecoderSpecs ( int nt, int nc ) : System

Initialize all members with the given number of tiles and components.

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat System.Object

DecoderSpecs() public méthode

Initialize all members with the given number of tiles and components.
public DecoderSpecs ( int nt, int nc ) : System
nt int Number of tiles /// ///
nc int Number of components /// ///
Résultat System

Property Details

cblks public_oe property

Code-blocks sizes specification
public CBlkSizeSpec,CSJ2K.j2k.entropy cblks
Résultat CSJ2K.j2k.entropy.CBlkSizeSpec

cts public_oe property

The component transformation specifications
public CompTransfSpec,CSJ2K.j2k.image cts
Résultat CSJ2K.j2k.image.CompTransfSpec

dls public_oe property

Number of decomposition levels specifications
public IntegerSpec,CSJ2K.j2k dls
Résultat CSJ2K.j2k.IntegerSpec

ecopts public_oe property

The Entropy decoder options specifications
public ModuleSpec,CSJ2K.j2k ecopts
Résultat CSJ2K.j2k.ModuleSpec

ephs public_oe property

The End of Packet Headers (EPH) markers specifications
public ModuleSpec,CSJ2K.j2k ephs
Résultat CSJ2K.j2k.ModuleSpec

ers public_oe property

The error resilience specifications concerning the entropy decoder
public ModuleSpec,CSJ2K.j2k ers
Résultat CSJ2K.j2k.ModuleSpec

gbs public_oe property

Number of guard bits specifications
public GuardBitsSpec,CSJ2K.j2k.quantization gbs
Résultat CSJ2K.j2k.quantization.GuardBitsSpec

iccs public_oe property

ICC Profiling specifications
public ModuleSpec,CSJ2K.j2k iccs
Résultat CSJ2K.j2k.ModuleSpec

nls public_oe property

Number of layers specifications
public IntegerSpec,CSJ2K.j2k nls
Résultat CSJ2K.j2k.IntegerSpec

pcs public_oe property

The progression changes specifications
public ModuleSpec,CSJ2K.j2k pcs
Résultat CSJ2K.j2k.ModuleSpec

pos public_oe property

Progression order specifications
public IntegerSpec,CSJ2K.j2k pos
Résultat CSJ2K.j2k.IntegerSpec

pphs public_oe property

Packed packet header specifications
public ModuleSpec,CSJ2K.j2k pphs
Résultat CSJ2K.j2k.ModuleSpec

pss public_oe property

Precinct partition specifications
public PrecinctSizeSpec,CSJ2K.j2k.entropy pss
Résultat CSJ2K.j2k.entropy.PrecinctSizeSpec

qsss public_oe property

Quantization normalized base step size specifications
public QuantStepSizeSpec,CSJ2K.j2k.quantization qsss
Résultat CSJ2K.j2k.quantization.QuantStepSizeSpec

qts public_oe property

Quantization type specifications
public QuantTypeSpec,CSJ2K.j2k.quantization qts
Résultat CSJ2K.j2k.quantization.QuantTypeSpec

rois public_oe property

ROI maxshift value specifications
public MaxShiftSpec,CSJ2K.j2k.roi rois
Résultat CSJ2K.j2k.roi.MaxShiftSpec

sops public_oe property

The Start Of Packet (SOP) markers specifications
public ModuleSpec,CSJ2K.j2k sops
Résultat CSJ2K.j2k.ModuleSpec

wfs public_oe property

Analysis wavelet filters specifications
public SynWTFilterSpec,CSJ2K.j2k.wavelet.synthesis wfs
Résultat CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec