フィルターのクリア

how to calculate entropy of subband?

4 ビュー (過去 30 日間)
maha lakshmi
maha lakshmi 2013 年 2 月 19 日
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.

採用された回答

Youssef  Khmou
Youssef Khmou 2013 年 2 月 19 日
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
  1 件のコメント
maha lakshmi
maha lakshmi 2013 年 2 月 19 日
Thank you sir,It works.Thank you for your quick response.

サインインしてコメントする。

その他の回答 (0 件)

製品

Community Treasure Hunt

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

Start Hunting!

Translated by