필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

How to get histogram for each Contourlet Subband?

조회 수: 1 (최근 30일)
FARHAD
FARHAD 2014년 5월 2일
마감: MATLAB Answer Bot 2021년 8월 20일
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일
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?
Image Analyst
Image Analyst 2014년 5월 3일
I don't have it. Have you tried imhist(), hist(), or histc()?

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

Community Treasure Hunt

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

Start Hunting!

Translated by