Uses of Interface
jj2000.j2k.wavelet.analysis.ForwWTDataProps
-
Packages that use ForwWTDataProps Package Description jj2000.j2k.entropy.encoder jj2000.j2k.quantization.quantizer jj2000.j2k.roi.encoder jj2000.j2k.wavelet.analysis -
-
Uses of ForwWTDataProps in jj2000.j2k.entropy.encoder
Subinterfaces of ForwWTDataProps in jj2000.j2k.entropy.encoder Modifier and Type Interface Description interface
CodedCBlkDataSrcEnc
This interface defines a source of entropy coded data and methods to transfer it in a code-block by code-block basis.Classes in jj2000.j2k.entropy.encoder that implement ForwWTDataProps Modifier and Type Class Description class
EntropyCoder
This abstract class provides the general interface for block-based entropy encoders.class
StdEntropyCoder
This class implements the JPEG 2000 entropy coder, which codes stripes in code-blocks. -
Uses of ForwWTDataProps in jj2000.j2k.quantization.quantizer
Subinterfaces of ForwWTDataProps in jj2000.j2k.quantization.quantizer Modifier and Type Interface Description interface
CBlkQuantDataSrcEnc
This interface defines a source of quantized wavelet coefficients and methods to transfer them in a code-block by code-block basis.Classes in jj2000.j2k.quantization.quantizer that implement ForwWTDataProps Modifier and Type Class Description class
Quantizer
This abstract class provides the general interface for quantizers.class
StdQuantizer
This class implements scalar quantization of integer or floating-point valued source data. -
Uses of ForwWTDataProps in jj2000.j2k.roi.encoder
Classes in jj2000.j2k.roi.encoder that implement ForwWTDataProps Modifier and Type Class Description class
ROIScaler
This class deals with the ROI functionality. -
Uses of ForwWTDataProps in jj2000.j2k.wavelet.analysis
Subinterfaces of ForwWTDataProps in jj2000.j2k.wavelet.analysis Modifier and Type Interface Description interface
CBlkWTDataSrc
This abstract class defines methods to transfer wavelet data in a code-block by code-block basis.interface
ForwWT
This interface extends the WaveletTransform with the specifics of forward wavelet transforms.Classes in jj2000.j2k.wavelet.analysis that implement ForwWTDataProps Modifier and Type Class Description class
ForwardWT
This abstract class represents the forward wavelet transform functional block.class
ForwWTFull
This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
-