how to apply (dct,dct2) an image?

3 views (last 30 days)
Dhines
Dhines on 4 Oct 2012
for my image .bmp...how to apply (dct,dct2) an image? ..with code

Accepted Answer

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

More Answers (0)

Tags

Products

Community Treasure Hunt

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

Start Hunting!