Uses of Class
jj2000.j2k.wavelet.analysis.ForwardWT
-
Packages that use ForwardWT Package Description jj2000.j2k.codestream.writer jj2000.j2k.wavelet.analysis -
-
Uses of ForwardWT in jj2000.j2k.codestream.writer
Fields in jj2000.j2k.codestream.writer declared as ForwardWT Modifier and Type Field Description protected ForwardWT
HeaderEncoder. dwt
Reference to the DWT moduleConstructors in jj2000.j2k.codestream.writer with parameters of type ForwardWT Constructor Description HeaderEncoder(ImgData origsrc, boolean[] isorigsig, ForwardWT dwt, Tiler tiler, J2KImageWriteParamJava wp, ROIScaler roiSc, PostCompRateAllocator ralloc)
Initializes the header writer with the references to the coding chain. -
Uses of ForwardWT in jj2000.j2k.wavelet.analysis
Subclasses of ForwardWT in jj2000.j2k.wavelet.analysis Modifier and Type Class Description class
ForwWTFull
This class implements the ForwardWT with the full-page approach to be used either with integer or floating-point filtersMethods in jj2000.j2k.wavelet.analysis that return ForwardWT Modifier and Type Method Description static ForwardWT
ForwardWT. createInstance(BlkImgDataSrc src, J2KImageWriteParamJava wp)
Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.
-