[]
        
(Showing Draft Content)

CSJ2K.j2k.wavelet.analysis.ForwardWT.createInstance

createInstance Method

createInstance(BlkImgDataSrc, ParameterList, EncoderSpecs)

Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.

Declaration
public static ForwardWT createInstance(BlkImgDataSrc src, ParameterList pl, EncoderSpecs encSpec)
Public Shared Function createInstance(src As BlkImgDataSrc, pl As ParameterList, encSpec As EncoderSpecs) As ForwardWT
Parameters
Type Name Description
BlkImgDataSrc src

The source of data to be transformed

ParameterList pl

The parameter list (or options).

EncoderSpecs encSpec
Returns
Type Description
ForwardWT

A new ForwardWT object with the specified filters and options from 'pl'.