#include <stdio.h>
Go to the source code of this file.
Compounds | |
class | polyinterp |
Support for four point polynomial interpolation, using the Lagrange formula. More... |
Lifting Scheme wavelets are described in Wim Sweldens' tutorial paper Building Your Own Wavelets at Home which is available on the Web.
Lifting Scheme wavelets are a conceptual extension of Haar wavelets. One of the disadvantages of Haar wavelets is the high frequency (largest) coefficient spectrum can miss detail (even to odd transitions, for example). Lifting Scheme wavelets properly represent change in all coefficient spectrum. This makes lifting scheme wavelets a better choice for some algorithms which do filtering based on the absolute standard deviation calculated on the high frequency coefficients.
Definition in file polyinterp.h.