필터 지우기
필터 지우기

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개)

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by