how to apply (dct,dct2) an image?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
for my image .bmp...how to apply (dct,dct2) an image? ..with code
0 commentaires
Réponse acceptée
Rick
le 4 Oct 2012
image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.
0 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Filtering and Enhancement dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!