Uses of Class
jj2000.j2k.wavelet.Subband
Packages that use Subband
Package
Description
-
Uses of Subband in jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder with parameters of type SubbandModifier and TypeMethodDescriptionbooleanArbROIMaskGenerator.getROIMask(DataBlkInt db, Subband sb, int magbits, int c) This functions gets a DataBlk the size of the current code-block an fills this block with the ROI mask.booleanRectROIMaskGenerator.getROIMask(DataBlkInt db, Subband sb, int magbits, int c) This functions gets a DataBlk the size of the current code-block and fills this block with the ROI mask.abstract booleanROIMaskGenerator.getROIMask(DataBlkInt db, Subband sb, int magbits, int c) This functions gets a DataBlk with the size of the current code-block and fills it with the ROI mask.voidThis function generates the ROI mask for one tile-component.voidThis function generates the ROI mask for the entire tile.abstract voidThis function generates the ROI mask for the entire tile.Constructors in jj2000.j2k.roi.encoder with parameters of type SubbandModifierConstructorDescriptionSubbandRectROIMask(Subband sb, int[] ulxs, int[] ulys, int[] lrxs, int[] lrys, int nr) The constructor of the SubbandROIMask takes the dimensions of the subband as parameters. -
Uses of Subband in jj2000.j2k.wavelet
Methods in jj2000.j2k.wavelet that return SubbandModifier and TypeMethodDescriptionabstract SubbandSubband.getHH()Returns the HH child subband of this subband.abstract SubbandSubband.getHL()Returns the HL (horizontal high-pass) child subband of this subband.abstract SubbandSubband.getLH()Returns the LH (vertical high-pass) child subband of this subband.abstract SubbandSubband.getLL()Returns the LL child subband of this subband.Subband.getNextResLevel()Returns the first leaf subband element in the next higher resolution level.abstract SubbandSubband.getParent()Returns the parent of this subband.Subband.getSubband(int x, int y) Returns a reference to the Subband element to which the specified point belongs.Subband.getSubbandByIdx(int rl, int sbi) Returns a subband element in the tree, given its resolution level and subband index.Subband.nextSubband()Returns the next subband in the same resolution level, following the subband index order.protected abstract SubbandSubband.split(WaveletFilter hfilter, WaveletFilter vfilter) Splits the current subband in its four subbands. -
Uses of Subband in jj2000.j2k.wavelet.analysis
Subclasses of Subband in jj2000.j2k.wavelet.analysisModifier and TypeClassDescriptionclassThis class represents a subband in a bidirectional tree structure that describes the subband decomposition for a wavelet transform, specifically for the analysis side.Methods in jj2000.j2k.wavelet.analysis that return SubbandModifier and TypeMethodDescriptionSubbandAn.getHH()Returns the HH child subband of this subband.SubbandAn.getHL()Returns the HL (horizontal high-pass) child subband of this subband.SubbandAn.getLH()Returns the LH (vertical high-pass) child subband of this subband.SubbandAn.getLL()Returns the LL child subband of this subband.SubbandAn.getParent()Returns the parent of this subband.protected SubbandSubbandAn.split(WaveletFilter hfilter, WaveletFilter vfilter) Splits the current subband in its four subbands. -
Uses of Subband in jj2000.j2k.wavelet.synthesis
Subclasses of Subband in jj2000.j2k.wavelet.synthesisModifier and TypeClassDescriptionclassThis class represents a subband in a tree structure that describes the subband decomposition for a wavelet transform, specifically for the syhthesis side.Methods in jj2000.j2k.wavelet.synthesis that return SubbandModifier and TypeMethodDescriptionSubbandSyn.getHH()Returns the HH child subband of this subband.SubbandSyn.getHL()Returns the HL (horizontal high-pass) child subband of this subband.SubbandSyn.getLH()Returns the LH (vertical high-pass) child subband of this subband.SubbandSyn.getLL()Returns the LL child subband of this subband.SubbandSyn.getParent()Returns the parent of this subband.protected SubbandSubbandSyn.split(WaveletFilter hfilter, WaveletFilter vfilter) Splits the current subband in its four subbands.