FlexReport for WPF
AnWTFilterFloat クラス メンバ
メソッド 


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis 名前空間 : AnWTFilterFloat クラス

AnWTFilterFloatデータ型で公開されるメンバを以下の表に示します。

パブリック メソッド
 名前解説
Public メソッドオーバーロードされます。 A specific version of the analyze_hpf() method that works on int data. See the general description of the analyze_hpf() method in the AnWTFilter class for more details.  
Public メソッドオーバーロードされます。 A specific version of the analyze_lpf() method that works on int data. See the general description of the analyze_lpf() method in the AnWTFilter class for more details.  
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getAnHighNegSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getAnHighPosSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getAnLowNegSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getAnLowPosSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドオーバーライドされます。 Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_FLOAT for this class.  
Public メソッドReturns the type of filter used according to the FilterTypes interface. GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドReturns the time-reversed high-pass synthesis waveform of the filter, which is the high-pass filter. This is the time-reversed impulse response of the high-pass synthesis filter. It is used to calculate the L2-norm of the synthesis basis functions for a particular subband (also called energy weight).

The returned array may not be modified (i.e. a reference to the internal array may be returned by the implementation of this method).

GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドReturns the equivalent high-pass synthesis waveform of a cascade of filters, given the syhthesis waveform of the previous stage. This is the result of upsampling 'in' by 2, and concolving it with the high-pass synthesis waveform of the filter. The length of the returned signal is 2*in_l+hp_l-2, where in_l is the length of 'in' and 'hp_l' is the lengthg of the high-pass synthesis filter.

The length of the high-pass synthesis filter is getSynHighNegSupport()+getSynHighPosSupport().

GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getImplType GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドReturns the time-reversed low-pass synthesis waveform of the filter, which is the low-pass filter. This is the time-reversed impulse response of the low-pass synthesis filter. It is used to calculate the L2-norm of the synthesis basis functions for a particular subband (also called energy weight).

The returned array may not be modified (i.e. a reference to the internal array may be returned by the implementation of this method).

GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドReturns the equivalent low-pass synthesis waveform of a cascade of filters, given the syhthesis waveform of the previous stage. This is the result of upsampling 'in' by 2, and concolving it with the low-pass synthesis waveform of the filter. The length of the returned signal is 2*in_l+lp_l-2, where in_l is the length of 'in' and 'lp_l' is the lengthg of the low-pass synthesis filter.

The length of the low-pass synthesis filter is getSynLowNegSupport()+getSynLowPosSupport().

GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getSynHighNegSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getSynHighPosSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getSynLowNegSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.getSynLowPosSupport GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.isReversible GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
Public メソッドSee: GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.IWaveletFilter.isSameAsFullWT GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterから継承されます。
トップ
参照

AnWTFilterFloat クラス
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis 名前空間