Clear Filters
Clear Filters

Info

This question is closed. Reopen it to edit or answer.

How to get histogram for each Contourlet Subband?

1 view (last 30 days)
FARHAD
FARHAD on 2 May 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi, I want to get histogram for each Contourlet Subband and then combine them to one histogram. Could someone provide me the MATLAB code to compute histogram and then add them?

Answers (1)

Image Analyst
Image Analyst on 2 May 2014
How about
% Add histogram for this one into the global histogram for all of them.
allHistograms = allHistograms + thisHistogram;
  2 Comments
FARHAD
FARHAD on 3 May 2014
Thanks. But I need MATLAB Code to compute histogram for each Contourlet Subband. Could you please give me it?
Image Analyst
Image Analyst on 3 May 2014
I don't have it. Have you tried imhist(), hist(), or histc()?

This question is closed.

Community Treasure Hunt

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

Start Hunting!