Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.synthesis Namespace
    In This Topic
    Classes
     ClassDescription
    ClassThis 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.
    ClassThis 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.

    See Also