Uses of Class
jj2000.j2k.wavelet.analysis.ForwardWT
Packages that use ForwardWT
-
Uses of ForwardWT in jj2000.j2k.codestream.writer
Fields in jj2000.j2k.codestream.writer declared as ForwardWTModifier and TypeFieldDescriptionprotected ForwardWTHeaderEncoder.dwtReference to the DWT moduleConstructors in jj2000.j2k.codestream.writer with parameters of type ForwardWTModifierConstructorDescriptionHeaderEncoder(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.analysisModifier and TypeClassDescriptionclassThis 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 ForwardWTModifier and TypeMethodDescriptionstatic ForwardWTForwardWT.createInstance(BlkImgDataSrc src, J2KImageWriteParamJava wp) Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.