C# 클래스 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).
파일 보기 프로젝트 열기: cureos/csj2k 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Clone ( ) : Object
DecoderSpecs ( int nt, int nc ) : System

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

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 System.Object

DecoderSpecs() 공개 메소드

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 /// ///
리턴 System

프로퍼티 상세

cblks 공개적으로 프로퍼티

Code-blocks sizes specification
public CBlkSizeSpec,CSJ2K.j2k.entropy cblks
리턴 CSJ2K.j2k.entropy.CBlkSizeSpec

cts 공개적으로 프로퍼티

The component transformation specifications
public CompTransfSpec,CSJ2K.j2k.image cts
리턴 CSJ2K.j2k.image.CompTransfSpec

dls 공개적으로 프로퍼티

Number of decomposition levels specifications
public IntegerSpec,CSJ2K.j2k dls
리턴 CSJ2K.j2k.IntegerSpec

ecopts 공개적으로 프로퍼티

The Entropy decoder options specifications
public ModuleSpec,CSJ2K.j2k ecopts
리턴 CSJ2K.j2k.ModuleSpec

ephs 공개적으로 프로퍼티

The End of Packet Headers (EPH) markers specifications
public ModuleSpec,CSJ2K.j2k ephs
리턴 CSJ2K.j2k.ModuleSpec

ers 공개적으로 프로퍼티

The error resilience specifications concerning the entropy decoder
public ModuleSpec,CSJ2K.j2k ers
리턴 CSJ2K.j2k.ModuleSpec

gbs 공개적으로 프로퍼티

Number of guard bits specifications
public GuardBitsSpec,CSJ2K.j2k.quantization gbs
리턴 CSJ2K.j2k.quantization.GuardBitsSpec

iccs 공개적으로 프로퍼티

ICC Profiling specifications
public ModuleSpec,CSJ2K.j2k iccs
리턴 CSJ2K.j2k.ModuleSpec

nls 공개적으로 프로퍼티

Number of layers specifications
public IntegerSpec,CSJ2K.j2k nls
리턴 CSJ2K.j2k.IntegerSpec

pcs 공개적으로 프로퍼티

The progression changes specifications
public ModuleSpec,CSJ2K.j2k pcs
리턴 CSJ2K.j2k.ModuleSpec

pos 공개적으로 프로퍼티

Progression order specifications
public IntegerSpec,CSJ2K.j2k pos
리턴 CSJ2K.j2k.IntegerSpec

pphs 공개적으로 프로퍼티

Packed packet header specifications
public ModuleSpec,CSJ2K.j2k pphs
리턴 CSJ2K.j2k.ModuleSpec

pss 공개적으로 프로퍼티

Precinct partition specifications
public PrecinctSizeSpec,CSJ2K.j2k.entropy pss
리턴 CSJ2K.j2k.entropy.PrecinctSizeSpec

qsss 공개적으로 프로퍼티

Quantization normalized base step size specifications
public QuantStepSizeSpec,CSJ2K.j2k.quantization qsss
리턴 CSJ2K.j2k.quantization.QuantStepSizeSpec

qts 공개적으로 프로퍼티

Quantization type specifications
public QuantTypeSpec,CSJ2K.j2k.quantization qts
리턴 CSJ2K.j2k.quantization.QuantTypeSpec

rois 공개적으로 프로퍼티

ROI maxshift value specifications
public MaxShiftSpec,CSJ2K.j2k.roi rois
리턴 CSJ2K.j2k.roi.MaxShiftSpec

sops 공개적으로 프로퍼티

The Start Of Packet (SOP) markers specifications
public ModuleSpec,CSJ2K.j2k sops
리턴 CSJ2K.j2k.ModuleSpec

wfs 공개적으로 프로퍼티

Analysis wavelet filters specifications
public SynWTFilterSpec,CSJ2K.j2k.wavelet.synthesis wfs
리턴 CSJ2K.j2k.wavelet.synthesis.SynWTFilterSpec