FlexReport for WPF
GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis 名前空間
継承階層
C1.WPF.Document.4.6.2 アセンブリ : GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis 名前空間
クラス
 クラス解説
クラス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.
クラスThis extends the synthesis wavelet filter general definitions of SynWTFilter by adding methods that work for float data specifically. Implementations that work on float data should inherit from this class.

See the SynWTFilter class for details such as normalization, how to split odd-length signals, etc.

The advantage of using the specialized method is that no casts are performed.

参照

C1.WPF.Document.4.6.2 アセンブリ