Hermitian wavelet

From HandWiki

Hermitian wavelets are a family of continuous wavelets, used in the continuous wavelet transform. The nth Hermitian wavelet is defined as the nth derivative of a Gaussian distribution:

Ψn(t)=(2n)n2cnHen(t)e12nt2

where Hen(x) denotes the nth Hermite polynomial.

The normalisation coefficient cn is given by:

cn=(n12nΓ(n+12))12=(n12nπ2n(2n1)!!)12n.

The prefactor CΨ in the resolution of the identity of the continuous wavelet transform for this wavelet is given by:

CΨ=4πn2n1

i.e. Hermitian wavelets are admissible for all positive n.

In computer vision and image processing, Gaussian derivative operators of different orders are frequently used as a basis for expressing various types of visual operations; see scale space and N-jet.

Examples of Hermitian wavelets: Starting from a Gaussian function with μ=0,σ=1:

f(t)=π1/4e(t2/2)

the first 3 derivatives read

f(t)=π1/4te(t2/2)f(t)=π1/4(t21)e(t2/2)f(3)(t)=π1/4(3tt3)e(t2/2)

and their L2 norms ||f||=2/2,||f||=3/2,||f(3)||=30/4

So the wavelets which are the negative normalized derivatives are:

Ψ1(t)=2π1/4te(t2/2)Ψ2(t)=233π1/4(1t2)e(t2/2)Ψ3(t)=21530π1/4(t33t)e(t2/2)