Uses of Class
jj2000.j2k.wavelet.Subband
-
Packages that use Subband Package Description jj2000.j2k.roi.encoder jj2000.j2k.wavelet jj2000.j2k.wavelet.analysis jj2000.j2k.wavelet.synthesis -
-
Uses of Subband in jj2000.j2k.roi.encoder
Methods in jj2000.j2k.roi.encoder with parameters of type Subband Modifier and Type Method Description booleanArbROIMaskGenerator. 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.voidArbROIMaskGenerator. makeMask(Subband sb, int magbits, int c)This function generates the ROI mask for one tile-component.voidRectROIMaskGenerator. makeMask(Subband sb, int magbits, int n)This function generates the ROI mask for the entire tile.abstract voidROIMaskGenerator. makeMask(Subband sb, int magbits, int n)This function generates the ROI mask for the entire tile.Constructors in jj2000.j2k.roi.encoder with parameters of type Subband Constructor Description SubbandRectROIMask(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 Subband Modifier and Type Method Description abstract 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.SubbandSubband. getNextResLevel()Returns the first leaf subband element in the next higher resolution level.abstract SubbandSubband. getParent()Returns the parent of this subband.SubbandSubband. getSubband(int x, int y)Returns a reference to the Subband element to which the specified point belongs.SubbandSubband. getSubbandByIdx(int rl, int sbi)Returns a subband element in the tree, given its resolution level and subband index.SubbandSubband. 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.analysis Modifier and Type Class Description classSubbandAnThis 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 Subband Modifier and Type Method Description SubbandSubbandAn. getHH()Returns the HH child subband of this subband.SubbandSubbandAn. getHL()Returns the HL (horizontal high-pass) child subband of this subband.SubbandSubbandAn. getLH()Returns the LH (vertical high-pass) child subband of this subband.SubbandSubbandAn. getLL()Returns the LL child subband of this subband.SubbandSubbandAn. 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.synthesis Modifier and Type Class Description classSubbandSynThis 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 Subband Modifier and Type Method Description SubbandSubbandSyn. getHH()Returns the HH child subband of this subband.SubbandSubbandSyn. getHL()Returns the HL (horizontal high-pass) child subband of this subband.SubbandSubbandSyn. getLH()Returns the LH (vertical high-pass) child subband of this subband.SubbandSubbandSyn. getLL()Returns the LL child subband of this subband.SubbandSubbandSyn. getParent()Returns the parent of this subband.protected SubbandSubbandSyn. split(WaveletFilter hfilter, WaveletFilter vfilter)Splits the current subband in its four subbands.
-