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 interfaceCodedCBlkDataSrcEncThis 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 classEntropyCoderThis abstract class provides the general interface for block-based entropy encoders.classStdEntropyCoderThis 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 interfaceCBlkQuantDataSrcEncThis 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 classQuantizerThis abstract class provides the general interface for quantizers.classStdQuantizerThis 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 classROIScalerThis 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 interfaceCBlkWTDataSrcThis abstract class defines methods to transfer wavelet data in a code-block by code-block basis.interfaceForwWTThis 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 classForwardWTThis abstract class represents the forward wavelet transform functional block.classForwWTFullThis class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filters
-