how to apply (dct,dct2) an image?

 Akzeptierte Antwort

Rick
Rick am 4 Okt. 2012

0 Stimmen

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

Weitere Antworten (0)

Produkte

Tags

Gefragt:

am 4 Okt. 2012

Community Treasure Hunt

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

Start Hunting!

Translated by