Uses of Class
jj2000.j2k.roi.encoder.SubbandROIMask
-
Packages that use SubbandROIMask Package Description jj2000.j2k.roi.encoder -
-
Uses of SubbandROIMask in jj2000.j2k.roi.encoder
Subclasses of SubbandROIMask in jj2000.j2k.roi.encoder Modifier and Type Class Description class
SubbandRectROIMask
This class describes the ROI mask for a single subband.Fields in jj2000.j2k.roi.encoder declared as SubbandROIMask Modifier and Type Field Description protected SubbandROIMask
SubbandROIMask. hh
The subband masks of the child HHprotected SubbandROIMask
SubbandROIMask. hl
The subband masks of the child HLprotected SubbandROIMask
SubbandROIMask. lh
The subband masks of the child LHprotected SubbandROIMask
SubbandROIMask. ll
The subband masks of the child LLMethods in jj2000.j2k.roi.encoder that return SubbandROIMask Modifier and Type Method Description SubbandROIMask
SubbandROIMask. getSubbandRectROIMask(int x, int y)
Returns a reference to the Subband mask element to which the specified point belongs.
-