フィルターのクリア

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