Uses of Class
jj2000.j2k.ModuleSpec
-
-
Uses of ModuleSpec in jj2000.j2k
Subclasses of ModuleSpec in jj2000.j2k Modifier and Type Class Description classIntegerSpecThis class extends ModuleSpec and is responsible of Integer specifications for each tile-component.classStringSpecThis class extends ModuleSpec class in order to hold tile-component specifications using Strings.Methods in jj2000.j2k that return ModuleSpec Modifier and Type Method Description ModuleSpecModuleSpec. getCopy() -
Uses of ModuleSpec in jj2000.j2k.decoder
Fields in jj2000.j2k.decoder declared as ModuleSpec Modifier and Type Field Description ModuleSpecDecoderSpecs. ecoptsThe Entropy decoder options specificationsModuleSpecDecoderSpecs. ephsThe End of Packet Headers (EPH) markers specificationsModuleSpecDecoderSpecs. ersThe error resilience specifications concerning the entropy decoderModuleSpecDecoderSpecs. iccsICC Profiling specificationsModuleSpecDecoderSpecs. pcsThe progression changes specificationsModuleSpecDecoderSpecs. pphsPacked packet header specificationsModuleSpecDecoderSpecs. sopsThe Start Of Packet (SOP) markers specifications -
Uses of ModuleSpec in jj2000.j2k.entropy
Subclasses of ModuleSpec in jj2000.j2k.entropy Modifier and Type Class Description classCBlkSizeSpecThis class extends ModuleSpec class for code-blocks sizes holding purposes.classPrecinctSizeSpecThis class extends ModuleSpec class for precinct partition sizes holding purposes.classProgressionSpecThis class extends ModuleSpec class for progression type(s) and progression order changes holding purposes. -
Uses of ModuleSpec in jj2000.j2k.image
Subclasses of ModuleSpec in jj2000.j2k.image Modifier and Type Class Description classCompTransfSpecThis class extends ModuleSpec class in order to hold tile specifications for component transformation -
Uses of ModuleSpec in jj2000.j2k.image.forwcomptransf
Subclasses of ModuleSpec in jj2000.j2k.image.forwcomptransf Modifier and Type Class Description classForwCompTransfSpecThis class extends CompTransfSpec class in order to hold encoder specific aspects of CompTransfSpec. -
Uses of ModuleSpec in jj2000.j2k.quantization
Subclasses of ModuleSpec in jj2000.j2k.quantization Modifier and Type Class Description classGuardBitsSpecThis class extends ModuleSpec class in order to hold specifications about number of guard bits in each tile-component.classQuantStepSizeSpecThis class extends ModuleSpec class in order to hold specifications about the quantization base normalized step size to use in each tile-component.classQuantTypeSpecThis class extends ModuleSpec class in order to hold specifications about the quantization type to use in each tile-component. -
Uses of ModuleSpec in jj2000.j2k.roi
Subclasses of ModuleSpec in jj2000.j2k.roi Modifier and Type Class Description classMaxShiftSpecThis class contains the maxshift scaling value for each tile-component. -
Uses of ModuleSpec in jj2000.j2k.wavelet.analysis
Subclasses of ModuleSpec in jj2000.j2k.wavelet.analysis Modifier and Type Class Description classAnWTFilterSpecThis class extends ModuleSpec class for analysis filters specification holding purpose. -
Uses of ModuleSpec in jj2000.j2k.wavelet.synthesis
Subclasses of ModuleSpec in jj2000.j2k.wavelet.synthesis Modifier and Type Class Description classSynWTFilterSpecThis class extends ModuleSpec class for synthesis filters specification holding purpose.
-