how does this compare to Fast Fourier transform ? https://en.wikipedia.org/wiki/Fast_Fourier_transform Or the Discrete Cosine Transform ? https://en.wikipedia.org/wiki/Discrete_cosine_transform Or the Gabor Transform ? https://en.wikipedia.org/wiki/Gabor_transform
Wavelets (1994) [pdf]
41–47 of 47 posts
Re: Wavelets (1994) [pdf]
#42Earlier quoted context omitted.
Wavelets are the basis of modern video codecs. People also use them to watermark videos. I never found much advanced application in image processing which was my field of research.
There's no wavelet-based video codec in widespread use (unless one counts DCP, a file format used for physical deliveries of movies to theaters, where the picture track is encoded as JPEG2000 frames).
Re: Wavelets (1994) [pdf]
#43Something that blew my mind the first time I learned it: You can think of a function f(x) as the limit of an infinitely big vector where the entries index the infinitesimal. Eg f(x) = [...f(-2 dx), f(-dx), f(0), f(dx), f(2 dx)...]. The dot product of two functions (f,g) is still the usual sum[f(x)*g(x)] but the sum is replaced with an integral. Sin and Cos of integer frequencies happen to have a dot product of 0 (che…
What should I google to read more about this kind of thing?
Re: Wavelets (1994) [pdf]
#44Something that blew my mind the first time I learned it: You can think of a function f(x) as the limit of an infinitely big vector where the entries index the infinitesimal. Eg f(x) = [...f(-2 dx), f(-dx), f(0), f(dx), f(2 dx)...]. The dot product of two functions (f,g) is still the usual sum[f(x)*g(x)] but the sum is replaced with an integral. Sin and Cos of integer frequencies happen to have a dot product of 0 (che…
Just be warned that the polynomial you get depends on where you center your Taylor series. There are multiple different Taylor-series approximations for the same function, and each one only converges within a disk in the complex plane which does not include any poles.
If you try to fit the Runge function 1 / (1 + 25x^2) with a Taylor series centered at 0 you’re going to have a bad time.
Re: Wavelets (1994) [pdf]
#45Earlier quoted context omitted.
There's no wavelet-based video codec in widespread use (unless one counts DCP, a file format used for physical deliveries of movies to theaters, where the picture track is encoded as JPEG2000 frames).
H.264 is pretty widespread.
Re: Wavelets (1994) [pdf]
#46Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
Re: Wavelets (1994) [pdf]
#47Wavelets were supposed to be a big thing like 15-20 years ago ... what happened? Do any mainstream modern codecs use wavelets? I’m not aware of any Edit: looks like the Dirac video codec is based on wavelets. Good to know all of that research wasn’t for nothing!
The problem is that the economical model of Wavelet, or TCO of Wavelet codec doesn't do well. And like everything in out world it is only the cost and values on offers that matters. The total energy ( CPU cycles, or hardware implementation ) it requires to encode and decode far outweighs the benefits it offers. Not to mention the current block based still has many tricks. VVC ( H.266 ) seems to be doing well. ( Paten…
Are we talking about roughly the same encoding time, or the DWT is slower by an order of magnitude?