ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / SynWTFilterFloatLift9x7 Class
Fields Properties Methods


In This Topic
    SynWTFilterFloatLift9x7 Class Members
    In This Topic

    The following tables list the members exposed by SynWTFilterFloatLift9x7.

    Public Constructors
    Public Fields
     NameDescription
    Public FieldThe value of the first lifting step coefficient  
    Public FieldThe value of the second lifting step coefficient  
    Public FieldThe value of the fourth lifting step coefficient  
    Public FieldThe value of the third lifting step coefficient  
    Public FieldThe value of the high-pass subband normalization factor  
    Public FieldThe value of the low-pass subband normalization factor  
    Top
    Public Properties
     NameDescription
    Public PropertyOverridden. Returns the negative support of the high-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the positive support of the high-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the negative support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyOverridden. Returns the positive support of the low-pass analysis filter. That is the number of taps of the filter in the negative direction.  
    Public PropertyReturns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class. (Inherited from CSJ2K.j2k.wavelet.synthesis.SynWTFilterFloat)
    Public PropertyOverridden. Returns the implementation type of this filter, as defined in this class, such as WT_FILTER_INT_LIFT, WT_FILTER_FLOAT_LIFT, WT_FILTER_FLOAT_CONVOL.  
    Public PropertyOverridden. Returns the reversibility of the filter. A filter is considered reversible if it is suitable for lossless coding.  
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Public PropertyOverridden.   
    Top
    Public Methods
     NameDescription
    Public MethodOverridden.   
    Public MethodOverloaded. Overridden. The general version of the synthetize_hpf() method, it just calls the specialized version. See the description of the synthetize_hpf() method of the SynWTFilter class for more details.  
    Public MethodOverloaded. Overridden. The general version of the synthetize_lpf() method, it just calls the specialized version. See the description of the synthetize_lpf() method of the SynWTFilter class for more details.  
    Public MethodReturns a string of information about the synthesis wavelet filter  
    Top
    See Also