how to apply (dct,dct2) an image?

 Réponse acceptée

Rick
Rick le 4 Oct 2012

0 votes

image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.

Plus de réponses (0)

Catégories

En savoir plus sur Images dans Centre d'aide et File Exchange

Produits

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by