How to calculate and plot the histogram of DCT coefficients of an image?

8 views (last 30 days)
How to calculate and plot the histogram of DCT coefficients of an image?

Accepted Answer

Walter Roberson
Walter Roberson on 24 Apr 2017
Calculate the coefficients with dct(). Call histogram() with them.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!