what is primal ELS in lifting scheme?what does this commands do

12 visualizaciones (últimos 30 días)
% Add a primal ELS to the lifting scheme. els = {'p',[-0.125 0.125],0}; lsnew = addlift(lshaar,els);
% Perform LWT at level 1 of a simple image.
x = reshape(1:16,4,4);
[cA1,cH1,cV1,cD1] = lwt2(double(I),lsnew);

Respuesta aceptada

Wayne King
Wayne King el 27 de Abr. de 2013
This is essentially the same question you asked here and I answered:
By adding a primal step or dual step you are simply changing the wavelet transform.
Lifting enables you to start with a very simple wavelet transform and then lift the wavelet and scaling filters to obtain a transform with the properties you desire.

Más respuestas (0)

Categorías

Más información sobre Wavelet Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by