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)
Mostrar comentarios más antiguos
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?
0 comentarios
Respuestas (1)
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
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!