FlexReport for WPF
SynWTFilter クラス
メンバ 


C1.WPF.Document.4.6.2 アセンブリ > GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis 名前空間 : SynWTFilter クラス
This abstract class defines the methods of all synthesis wavelet filters. Specialized abstract classes that work on particular data types (int, float) provide more specific method calls while retaining the generality of this one. See the SynWTFilterInt and SynWTFilterFloat classes. Implementations of snythesis filters should inherit from one of those classes.
オブジェクト モデル
SynWTFilter クラス
シンタックス
'宣言
 
Public MustInherit Class SynWTFilter 
'使用法
 
Dim instance As SynWTFilter
public abstract class SynWTFilter 
解説
The length of the output signal is always the sum of the length of the low-pass and high-pass input signals. All synthesis wavelet filters should follow the following conventions: The synthetize method may seem very complicated, but is designed to minimize the amount of data copying and redundant calculations when used for block-based or line-based wavelet transform implementations, while being applicable to full-frame transforms as well.
継承階層

System.Object
   GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis.SynWTFilter
      #rMv.#ZOh
      GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis.SynWTFilterFloat

参照

SynWTFilter メンバ
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis 名前空間
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis.SynWTFilterInt