C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.wavelet.analysis Namespace / AnWTFilterFloat Class
Members

AnWTFilterFloat Class
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
 
Inheritance Hierarchy

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

See Also