how to calculate entropy of subband?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have a code for 2d dual tree discrete wavelet transform please help me how to calculate entropy of subband of a image.
댓글 수: 0
채택된 답변
Youssef Khmou
2013년 2월 19일
hi,
did you try this :
% Function entropy of grayscla image
I = imread('circuit.tif');
J = entropy(I)
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!