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?

답변 (1개)

Image Analyst
Image Analyst 2014년 5월 2일

0 개 추천

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

댓글 수: 2

FARHAD
FARHAD 2014년 5월 3일
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()?

이 질문은 마감되었습니다.

질문:

2014년 5월 2일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by