Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

How to get histogram for each Contourlet Subband?

1 visualización (últimos 30 días)
FARHAD
FARHAD el 2 de Mayo de 2014
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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?

Respuestas (1)

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

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by