dct (8*8)

4 vues (au cours des 30 derniers jours)
sumit choubey
sumit choubey le 14 Oct 2011
how to calculate Block-base DCT of an image ....

Réponse acceptée

Wayne King
Wayne King le 14 Oct 2011
If you have the Image Processing Toolbox.
X = randn(100,100);
fun = @(block_struct) dct2(block_struct.data);
Y = blockproc(X,[8 8],fun);
  1 commentaire
sumit choubey
sumit choubey le 31 Oct 2011
thanx

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by