I am getting error while performing dct and dwt for images,please correct it or give some suggestions.Thanks in advance
Afficher commentaires plus anciens
1)
for ii=1:length(yy1)%yy1 contains 2 cells of size 192x192x3
dwt{1,ii}=dwt(yy1{ii},'db4');% i need to store approximation coefficient alone.
end
2)
for ii=1:length(yy1)
dct{1,ii}=dct2(yy1{ii});% error is 'matrix dimension must agree'
end
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Signal Analysis dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!