Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How to get histogram for each Contourlet Subband?

1 Ansicht (letzte 30 Tage)
FARHAD
FARHAD am 2 Mai 2014
Geschlossen: MATLAB Answer Bot am 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?

Antworten (1)

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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by