How to get histogram for each Contourlet Subband?

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?

Risposte (1)

How about
% Add histogram for this one into the global histogram for all of them.
allHistograms = allHistograms + thisHistogram;

2 Commenti

Thanks. But I need MATLAB Code to compute histogram for each Contourlet Subband. Could you please give me it?
I don't have it. Have you tried imhist(), hist(), or histc()?

Questa domanda è chiusa.

Richiesto:

il 2 Mag 2014

Chiuso:

il 20 Ago 2021

Community Treasure Hunt

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

Start Hunting!

Translated by