how to apply (dct,dct2) an image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
for my image .bmp...how to apply (dct,dct2) an image? ..with code
0 Commenti
Risposta accettata
Rick
il 4 Ott 2012
image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Image Filtering and Enhancement in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!