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

In This Topic
    AnWTFilterFloat Class
    In This Topic
    This extends the analysis wavelet filter general definitions of AnWTFilter by adding methods that work for float data specifically. Implementations that work on float 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
    AnWTFilterFloat Class
    Syntax
    'Declaration
     
    Public MustInherit Class AnWTFilterFloat 
       Inherits AnWTFilter
    public abstract class AnWTFilterFloat : AnWTFilter 
    Inheritance Hierarchy

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

    See Also