Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis Namespace / AnWTFilterInt Class
Members

In This Topic
    AnWTFilterInt Class
    In This Topic
    This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for int data specifically. Implementations that work on int data should inherit from this class.

    See the AnWTFilter 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.

    Object Model
    AnWTFilterInt Class
    Syntax
    'Declaration
     
    Public MustInherit Class AnWTFilterInt 
       Inherits AnWTFilter
    public abstract class AnWTFilterInt : AnWTFilter 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilter
          GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis.AnWTFilterInt

    See Also