how to apply (dct,dct2) an image?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
for my image .bmp...how to apply (dct,dct2) an image? ..with code
0 Kommentare
Akzeptierte Antwort
Rick
am 4 Okt. 2012
image = imread('Image.bmp');
y = dct(image);
help dct
or
help dct2
in matlab will give you a better idea.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Image Filtering and Enhancement finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!